|
120 | 120 | "types": "./dist/test/mod.d.cts", |
121 | 121 | "default": "./dist/test/mod.cjs" |
122 | 122 | } |
123 | | - }, |
124 | | - "./inspector": { |
125 | | - "import": { |
126 | | - "types": "./dist/inspector/mod.d.ts", |
127 | | - "default": "./dist/inspector/mod.js" |
128 | | - }, |
129 | | - "require": { |
130 | | - "types": "./dist/inspector/mod.d.cts", |
131 | | - "default": "./dist/inspector/mod.cjs" |
132 | | - } |
133 | | - }, |
134 | | - "./inspector/protocol/worker": { |
135 | | - "import": { |
136 | | - "types": "./dist/inspector/protocol/worker/mod.d.ts", |
137 | | - "default": "./dist/inspector/protocol/worker/mod.js" |
138 | | - }, |
139 | | - "require": { |
140 | | - "types": "./dist/inspector/protocol/worker/mod.d.cts", |
141 | | - "default": "./dist/inspector/protocol/worker/mod.cjs" |
142 | | - } |
143 | | - }, |
144 | | - "./inspector/protocol/manager": { |
145 | | - "import": { |
146 | | - "types": "./dist/inspector/protocol/manager/mod.d.ts", |
147 | | - "default": "./dist/inspector/protocol/manager/mod.js" |
148 | | - }, |
149 | | - "require": { |
150 | | - "types": "./dist/inspector/protocol/manager/mod.d.cts", |
151 | | - "default": "./dist/inspector/protocol/manager/mod.cjs" |
152 | | - } |
153 | 123 | } |
154 | 124 | }, |
155 | 125 | "engines": { |
|
158 | 128 | "sideEffects": false, |
159 | 129 | "scripts": { |
160 | 130 | "dev": "yarn build --watch", |
161 | | - "build": "tsup src/mod.ts src/client/mod.ts src/common/log.ts src/common/websocket.ts src/worker/errors.ts src/topologies/coordinate/mod.ts src/topologies/partition/mod.ts src/utils.ts src/driver-helpers/mod.ts src/driver-test-suite/mod.ts src/worker/protocol/inspector/mod.ts src/test/mod.ts src/inspector/protocol/worker/mod.ts src/inspector/protocol/manager/mod.ts src/inspector/mod.ts", |
| 131 | + "build": "tsup src/mod.ts src/client/mod.ts src/common/log.ts src/common/websocket.ts src/worker/errors.ts src/topologies/coordinate/mod.ts src/topologies/partition/mod.ts src/utils.ts src/driver-helpers/mod.ts src/driver-test-suite/mod.ts src/test/mod.ts", |
162 | 132 | "check-types": "tsc --noEmit", |
163 | 133 | "boop": "tsc --outDir dist/test -d", |
164 | 134 | "test": "vitest run", |
|
0 commit comments