|
3 | 3 | "version": "3.1.1-1", |
4 | 4 | "description": "Solid-compatible Panes: Source editor", |
5 | 5 | "main": "dist/source-pane.js", |
6 | | - "module": "dist/source-pane.esm.js", |
7 | | - "types": "dist/SourcePane.d.ts", |
8 | | - "exports": { |
9 | | - ".": { |
10 | | - "import": "./dist/source-pane.esm.js", |
11 | | - "require": "./dist/source-pane.js", |
12 | | - "types": "./dist/SourcePane.d.ts" |
13 | | - } |
14 | | - }, |
| 6 | + "module": "dist/esm/source-pane.esm.js", |
| 7 | + "types": "dist/sourcePane.d.ts", |
15 | 8 | "files": [ |
16 | 9 | "/dist", |
17 | 10 | "README.md", |
|
23 | 16 | ], |
24 | 17 | "scripts": { |
25 | 18 | "clean": "rm -rf dist", |
26 | | - "build": "npm run clean && npm run typecheck && npm run build-js && npm run build-dist", |
| 19 | + "build": "npm run clean && npm run typecheck && npm run build-dist && npm run build-js", |
27 | 20 | "typecheck": "tsc --noEmit", |
28 | 21 | "build-dist": "webpack --progress", |
29 | 22 | "build-js": "tsc --emitDeclarationOnly", |
|
32 | 25 | "watch": "sh -c 'npm run watch-js & npm run watch-dist & wait'", |
33 | 26 | "lint": "eslint", |
34 | 27 | "lint-fix": "eslint --fix", |
35 | | - "watch-workspace": "sh -c 'npm run watch-js & npm run watch-dist & wait'", |
| 28 | + "watch:workspace": "sh -c 'npm run watch-js & npm run watch-dist & wait'", |
36 | 29 | "watch-js": "tsc --watch --emitDeclarationOnly", |
37 | 30 | "test": "jest --no-coverage", |
38 | 31 | "typecheck-test": "tsc --noEmit -p tsconfig.test.json", |
|
96 | 89 | "solid-ui": "3.1.3-5", |
97 | 90 | "style-loader": "^4.0.0", |
98 | 91 | "terser-webpack-plugin": "^5.4.0", |
99 | | - "typescript": "^6.0.3", |
| 92 | + "typescript": "^5.9.3", |
100 | 93 | "webpack": "^5.97.1", |
101 | 94 | "webpack-cli": "^7.0.2", |
102 | 95 | "webpack-dev-server": "^5.2.3" |
|
0 commit comments