@pyscript/core 0.6.48 → 0.6.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{codemirror-CnsRXQUq.js → codemirror-CC2gaWzW.js} +2 -2
- package/dist/{codemirror-CnsRXQUq.js.map → codemirror-CC2gaWzW.js.map} +1 -1
- package/dist/{codemirror_commands-BpVmaiWu.js → codemirror_commands-BCv--YJy.js} +2 -2
- package/dist/{codemirror_commands-BpVmaiWu.js.map → codemirror_commands-BCv--YJy.js.map} +1 -1
- package/dist/{codemirror_lang-python-4TqsnDI4.js → codemirror_lang-python-fk-9GDdc.js} +2 -2
- package/dist/{codemirror_lang-python-4TqsnDI4.js.map → codemirror_lang-python-fk-9GDdc.js.map} +1 -1
- package/dist/{codemirror_language-DQpuMLoI.js → codemirror_language-DHYPsBGo.js} +2 -2
- package/dist/{codemirror_language-DQpuMLoI.js.map → codemirror_language-DHYPsBGo.js.map} +1 -1
- package/dist/{codemirror_view-DxO1hQoj.js → codemirror_view-BfQkh1yd.js} +2 -2
- package/dist/codemirror_view-BfQkh1yd.js.map +1 -0
- package/dist/core-DJCxhcak.js +4 -0
- package/dist/core-DJCxhcak.js.map +1 -0
- package/dist/core.js +1 -1
- package/dist/{deprecations-manager-WcdmOJv7.js → deprecations-manager-3Im4xH2d.js} +2 -2
- package/dist/{deprecations-manager-WcdmOJv7.js.map → deprecations-manager-3Im4xH2d.js.map} +1 -1
- package/dist/{donkey-DlcQJyxn.js → donkey-Bf5xxOz5.js} +2 -2
- package/dist/{donkey-DlcQJyxn.js.map → donkey-Bf5xxOz5.js.map} +1 -1
- package/dist/{error-BMKabchR.js → error-Nt3EKb8n.js} +2 -2
- package/dist/{error-BMKabchR.js.map → error-Nt3EKb8n.js.map} +1 -1
- package/dist/{index-CWL-gUpR.js → index-EWnUgcM5.js} +2 -2
- package/dist/{index-CWL-gUpR.js.map → index-EWnUgcM5.js.map} +1 -1
- package/dist/{mpy-BcqJLBF4.js → mpy-DBkAiuZG.js} +2 -2
- package/dist/{mpy-BcqJLBF4.js.map → mpy-DBkAiuZG.js.map} +1 -1
- package/dist/{py-C2TT7zVQ.js → py-CfcPUF3E.js} +2 -2
- package/dist/{py-C2TT7zVQ.js.map → py-CfcPUF3E.js.map} +1 -1
- package/dist/{py-editor-Sl5VRHhT.js → py-editor-CWKLwzPR.js} +2 -2
- package/dist/{py-editor-Sl5VRHhT.js.map → py-editor-CWKLwzPR.js.map} +1 -1
- package/dist/{py-game-DAFugXPZ.js → py-game-Bdzq9h1U.js} +2 -2
- package/dist/{py-game-DAFugXPZ.js.map → py-game-Bdzq9h1U.js.map} +1 -1
- package/dist/{py-terminal-kPQ3Vc5n.js → py-terminal-CeSNLYZq.js} +2 -2
- package/dist/{py-terminal-kPQ3Vc5n.js.map → py-terminal-CeSNLYZq.js.map} +1 -1
- package/dist/service-worker.js +1 -1
- package/dist/storage.js.map +1 -1
- package/dist/{xterm-7LwxAMsn.js → xterm-CVv2fC4I.js} +2 -2
- package/dist/xterm-CVv2fC4I.js.map +1 -0
- package/package.json +7 -7
- package/src/3rd-party/xterm.js +2 -2
- package/src/service-worker.js +1 -1
- package/src/storage.js +1 -2
- package/dist/codemirror_view-DxO1hQoj.js.map +0 -1
- package/dist/core-D72LLacg.js +0 -4
- package/dist/core-D72LLacg.js.map +0 -1
- package/dist/xterm-7LwxAMsn.js.map +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pyscript/core",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.50",
|
4
4
|
"type": "module",
|
5
5
|
"description": "PyScript",
|
6
6
|
"module": "./index.js",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"@webreflection/utils": "^0.1.0",
|
71
71
|
"add-promise-listener": "^0.1.3",
|
72
72
|
"basic-devtools": "^0.1.6",
|
73
|
-
"polyscript": "^0.17.
|
73
|
+
"polyscript": "^0.17.14",
|
74
74
|
"sticky-module": "^0.1.1",
|
75
75
|
"to-json-callback": "^0.1.1",
|
76
76
|
"type-checked-collections": "^0.1.7"
|
@@ -80,22 +80,22 @@
|
|
80
80
|
"@codemirror/lang-python": "^6.2.0",
|
81
81
|
"@codemirror/language": "^6.11.0",
|
82
82
|
"@codemirror/state": "^6.5.2",
|
83
|
-
"@codemirror/view": "^6.36.
|
83
|
+
"@codemirror/view": "^6.36.7",
|
84
84
|
"@playwright/test": "^1.52.0",
|
85
85
|
"@rollup/plugin-commonjs": "^28.0.3",
|
86
86
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
87
87
|
"@rollup/plugin-terser": "^0.4.4",
|
88
|
-
"@webreflection/toml-j0.4": "^1.1.
|
88
|
+
"@webreflection/toml-j0.4": "^1.1.4",
|
89
89
|
"@xterm/addon-fit": "^0.10.0",
|
90
90
|
"@xterm/addon-web-links": "^0.11.0",
|
91
91
|
"@xterm/xterm": "^5.5.0",
|
92
|
-
"bun": "^1.2.
|
92
|
+
"bun": "^1.2.12",
|
93
93
|
"chokidar": "^4.0.3",
|
94
94
|
"codedent": "^0.1.2",
|
95
95
|
"codemirror": "^6.0.1",
|
96
|
-
"eslint": "^9.
|
96
|
+
"eslint": "^9.26.0",
|
97
97
|
"flatted": "^3.3.3",
|
98
|
-
"rollup": "^4.40.
|
98
|
+
"rollup": "^4.40.2",
|
99
99
|
"rollup-plugin-postcss": "^4.0.2",
|
100
100
|
"rollup-plugin-string": "^3.0.0",
|
101
101
|
"static-handler": "^0.5.3",
|