File tree 3 files changed +83
-65
lines changed 3 files changed +83
-65
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pyscript/core" ,
3
- "version" : " 0.6.7 " ,
3
+ "version" : " 0.6.8 " ,
4
4
"type" : " module" ,
5
5
"description" : " PyScript" ,
6
6
"module" : " ./index.js" ,
63
63
"add-promise-listener" : " ^0.1.3" ,
64
64
"basic-devtools" : " ^0.1.6" ,
65
65
"polyscript" : " ^0.16.3" ,
66
- "sabayon" : " ^0.5.2 " ,
66
+ "sabayon" : " ^0.6.0 " ,
67
67
"sticky-module" : " ^0.1.1" ,
68
68
"to-json-callback" : " ^0.1.1" ,
69
69
"type-checked-collections" : " ^0.1.7"
70
70
},
71
71
"devDependencies" : {
72
- "@codemirror/commands" : " ^6.7.0 " ,
72
+ "@codemirror/commands" : " ^6.7.1 " ,
73
73
"@codemirror/lang-python" : " ^6.1.6" ,
74
74
"@codemirror/language" : " ^6.10.3" ,
75
75
"@codemirror/state" : " ^6.4.1" ,
81
81
"@webreflection/toml-j0.4" : " ^1.1.3" ,
82
82
"@xterm/addon-fit" : " ^0.10.0" ,
83
83
"@xterm/addon-web-links" : " ^0.11.0" ,
84
- "bun" : " ^1.1.30 " ,
84
+ "bun" : " ^1.1.33 " ,
85
85
"chokidar" : " ^4.0.1" ,
86
86
"codedent" : " ^0.1.2" ,
87
87
"codemirror" : " ^6.0.1" ,
88
- "eslint" : " ^9.12 .0" ,
88
+ "eslint" : " ^9.13 .0" ,
89
89
"flatted" : " ^3.3.1" ,
90
90
"rollup" : " ^4.24.0" ,
91
91
"rollup-plugin-postcss" : " ^4.0.2" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import bootstrapNodeAndPlugins from "./plugins-helper.js";
26
26
import { ErrorCode } from "./exceptions.js" ;
27
27
import { robustFetch as fetch , getText } from "./fetch.js" ;
28
28
import {
29
- hooks ,
29
+ hooks as coreHooks ,
30
30
main ,
31
31
worker ,
32
32
codeFor ,
@@ -83,7 +83,7 @@ const [
83
83
] = stickyModule ( "@pyscript/core" , {
84
84
PyWorker,
85
85
MPWorker,
86
- hooks,
86
+ hooks : coreHooks ,
87
87
config : { } ,
88
88
whenDefined,
89
89
} ) ;
You can’t perform that action at this time.
0 commit comments