|
9 | 9 | },
|
10 | 10 | "exports": {
|
11 | 11 | ".": {
|
12 |
| - "import": { |
13 |
| - "default": "./build/entrypoints/main.js" |
14 |
| - } |
| 12 | + "default": "./build/entrypoints/main.js" |
15 | 13 | },
|
16 | 14 | "./generator": {
|
17 |
| - "import": { |
18 |
| - "default": "./build/entrypoints/generator.js" |
19 |
| - } |
| 15 | + "default": "./build/entrypoints/generator.js" |
20 | 16 | },
|
21 | 17 | "./extensions/upload": {
|
22 |
| - "import": { |
23 |
| - "default": "./build/entrypoints/extensions/upload/runtime.js" |
24 |
| - } |
| 18 | + "default": "./build/entrypoints/extensions/upload/runtime.js" |
25 | 19 | },
|
26 | 20 | "./extensions/throws": {
|
27 |
| - "import": { |
28 |
| - "default": "./build/entrypoints/extensions/throws/runtime.js" |
29 |
| - } |
| 21 | + "default": "./build/entrypoints/extensions/throws/runtime.js" |
30 | 22 | },
|
31 | 23 | "./extensions/opentelemetry": {
|
32 |
| - "import": { |
33 |
| - "default": "./build/entrypoints/extensions/opentelemetry/runtime.js" |
34 |
| - } |
| 24 | + "default": "./build/entrypoints/extensions/opentelemetry/runtime.js" |
35 | 25 | },
|
36 | 26 | "./extensions/introspection": {
|
37 |
| - "import": { |
38 |
| - "default": "./build/entrypoints/extensions/introspection/runtime.js" |
39 |
| - } |
| 27 | + "default": "./build/entrypoints/extensions/introspection/runtime.js" |
40 | 28 | },
|
41 | 29 | "./extensions/schema-errors": {
|
42 |
| - "import": { |
43 |
| - "default": "./build/entrypoints/extensions/schema-errors/runtime.js" |
44 |
| - } |
| 30 | + "default": "./build/entrypoints/extensions/schema-errors/runtime.js" |
45 | 31 | },
|
46 | 32 | "./extensions/schema-errors/generator": {
|
47 |
| - "import": { |
48 |
| - "default": "./build/entrypoints/extensions/schema-errors/gentime.js" |
49 |
| - } |
| 33 | + "default": "./build/entrypoints/extensions/schema-errors/gentime.js" |
50 | 34 | },
|
51 | 35 | "./client": {
|
52 |
| - "import": { |
53 |
| - "default": "./build/entrypoints/client.js" |
54 |
| - } |
| 36 | + "default": "./build/entrypoints/client.js" |
55 | 37 | },
|
56 | 38 | "./schema": {
|
57 |
| - "import": { |
58 |
| - "default": "./build/entrypoints/schema.js" |
59 |
| - } |
| 39 | + "default": "./build/entrypoints/schema.js" |
60 | 40 | },
|
61 | 41 | "./generator-helpers/standard-scalar-types": {
|
62 |
| - "import": { |
63 |
| - "default": "./build/entrypoints/generator-helpers/standardScalarTypes.js" |
64 |
| - } |
| 42 | + "default": "./build/entrypoints/generator-helpers/standardScalarTypes.js" |
65 | 43 | },
|
66 | 44 | "./utilities-for-generated": {
|
67 |
| - "import": { |
68 |
| - "default": "./build/entrypoints/utilities-for-generated.js" |
69 |
| - } |
| 45 | + "default": "./build/entrypoints/utilities-for-generated.js" |
70 | 46 | }
|
71 | 47 | },
|
72 | 48 | "files": [
|
|
0 commit comments