|
1 | 1 | {
|
2 | 2 | "name": "@pyscript/core",
|
3 |
| - "version": "0.6.46", |
| 3 | + "version": "0.6.51", |
4 | 4 | "type": "module",
|
5 | 5 | "description": "PyScript",
|
6 | 6 | "module": "./index.js",
|
|
35 | 35 | "./storage": {
|
36 | 36 | "import": "./dist/storage.js"
|
37 | 37 | },
|
| 38 | + "./service-worker": { |
| 39 | + "import": "./dist/service-worker.js" |
| 40 | + }, |
38 | 41 | "./package.json": "./package.json"
|
39 | 42 | },
|
40 | 43 | "scripts": {
|
|
64 | 67 | "dependencies": {
|
65 | 68 | "@ungap/with-resolvers": "^0.1.0",
|
66 | 69 | "@webreflection/idb-map": "^0.3.2",
|
| 70 | + "@webreflection/utils": "^0.1.0", |
67 | 71 | "add-promise-listener": "^0.1.3",
|
68 | 72 | "basic-devtools": "^0.1.6",
|
69 |
| - "polyscript": "^0.17.8", |
70 |
| - "sabayon": "^0.7.2", |
| 73 | + "polyscript": "^0.17.15", |
71 | 74 | "sticky-module": "^0.1.1",
|
72 | 75 | "to-json-callback": "^0.1.1",
|
73 | 76 | "type-checked-collections": "^0.1.7"
|
74 | 77 | },
|
75 | 78 | "devDependencies": {
|
76 | 79 | "@codemirror/commands": "^6.8.1",
|
77 |
| - "@codemirror/lang-python": "^6.1.7", |
| 80 | + "@codemirror/lang-python": "^6.2.0", |
78 | 81 | "@codemirror/language": "^6.11.0",
|
79 | 82 | "@codemirror/state": "^6.5.2",
|
80 |
| - "@codemirror/view": "^6.36.5", |
| 83 | + "@codemirror/view": "^6.36.7", |
81 | 84 | "@playwright/test": "^1.52.0",
|
82 | 85 | "@rollup/plugin-commonjs": "^28.0.3",
|
83 | 86 | "@rollup/plugin-node-resolve": "^16.0.1",
|
84 | 87 | "@rollup/plugin-terser": "^0.4.4",
|
85 |
| - "@webreflection/toml-j0.4": "^1.1.3", |
| 88 | + "@webreflection/toml-j0.4": "^1.1.4", |
86 | 89 | "@xterm/addon-fit": "^0.10.0",
|
87 | 90 | "@xterm/addon-web-links": "^0.11.0",
|
88 | 91 | "@xterm/xterm": "^5.5.0",
|
89 |
| - "bun": "^1.2.10", |
| 92 | + "bun": "^1.2.12", |
90 | 93 | "chokidar": "^4.0.3",
|
91 | 94 | "codedent": "^0.1.2",
|
92 | 95 | "codemirror": "^6.0.1",
|
93 |
| - "eslint": "^9.25.1", |
| 96 | + "eslint": "^9.26.0", |
94 | 97 | "flatted": "^3.3.3",
|
95 |
| - "rollup": "^4.40.0", |
| 98 | + "rollup": "^4.40.2", |
96 | 99 | "rollup-plugin-postcss": "^4.0.2",
|
97 | 100 | "rollup-plugin-string": "^3.0.0",
|
98 | 101 | "static-handler": "^0.5.3",
|
|
0 commit comments