swipl-wasm 5.2.1 → 5.2.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swipl-wasm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"contributors": [
|
|
5
5
|
"Raivo Laanemets",
|
|
6
6
|
"Jesse Wright",
|
|
@@ -20,20 +20,20 @@
|
|
|
20
20
|
"types": "dist/index.d.ts",
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@eslint/eslintrc": "^3.3.1",
|
|
23
|
-
"@eslint/js": "^9.
|
|
24
|
-
"@octokit/rest": "^22.0.
|
|
23
|
+
"@eslint/js": "^9.39.1",
|
|
24
|
+
"@octokit/rest": "^22.0.1",
|
|
25
25
|
"@qiwi/semantic-release-gh-pages-plugin": "^5.4.3",
|
|
26
26
|
"@types/fs-extra": "^11.0.4",
|
|
27
|
-
"@types/node": "^24.
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
27
|
+
"@types/node": "^24.10.0",
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
29
29
|
"@typescript-eslint/parser": "^8.32.1",
|
|
30
|
-
"eslint": "^9.
|
|
31
|
-
"globals": "^16.
|
|
30
|
+
"eslint": "^9.39.1",
|
|
31
|
+
"globals": "^16.5.0",
|
|
32
32
|
"http-server": "^14.1.1",
|
|
33
33
|
"mocha": "^11.7.4",
|
|
34
34
|
"node-static": "^0.7.11",
|
|
35
35
|
"npm-run-all": "^4.1.5",
|
|
36
|
-
"puppeteer": "^24.
|
|
36
|
+
"puppeteer": "^24.28.0",
|
|
37
37
|
"semantic-release": "^25.0.1",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"tsx": "^4.20.6",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dist/**/*.wasm"
|
|
49
49
|
],
|
|
50
50
|
"scripts": {
|
|
51
|
-
"build:wasm-docker:build": "docker build --build-arg SWIPL_VERSION=$
|
|
51
|
+
"build:wasm-docker:build": "docker build --build-arg SWIPL_VERSION=$(cat build-config.json | jq -r '.swipl.version') --build-arg SWIPL_COMMIT=$(cat build-config.json | jq -r '.swipl.commit') --build-arg EMSDK_VERSION=$(cat build-config.json | jq -r '.emsdk.version') --build-arg ZLIB_VERSION=$(cat build-config.json | jq -r '.zlib.version') --build-arg PCRE2_NAME=$(cat build-config.json | jq -r '.pcre2.name') -t swipl-wasm-image docker",
|
|
52
52
|
"build:wasm-docker:create": "docker create --name swipl-wasm swipl-wasm-image",
|
|
53
53
|
"build:wasm-docker:remove": "docker rm swipl-wasm",
|
|
54
54
|
"build:wasm-docker:extract:data": "docker cp swipl-wasm:/swipl-devel/build.wasm/src/swipl-web.data dist/swipl/swipl-web.data",
|
|
@@ -77,26 +77,6 @@
|
|
|
77
77
|
"bundle:webpack": "webpack --config webpack.config.js",
|
|
78
78
|
"bundle:latest": "ts-node scripts/post-webpack"
|
|
79
79
|
},
|
|
80
|
-
"config": {
|
|
81
|
-
"swipl": {
|
|
82
|
-
"version": "9.3.32",
|
|
83
|
-
"commit": "698346f5ea59802cc4e38d5266bd391b40e16329",
|
|
84
|
-
"name": "V9.3.32"
|
|
85
|
-
},
|
|
86
|
-
"emsdk": {
|
|
87
|
-
"version": "4.0.18",
|
|
88
|
-
"commit": "eb5eb4b3b2b792f44ded198bfe615c985da5be2c",
|
|
89
|
-
"name": "4.0.18"
|
|
90
|
-
},
|
|
91
|
-
"zlib": {
|
|
92
|
-
"version": "1.3.1"
|
|
93
|
-
},
|
|
94
|
-
"pcre2": {
|
|
95
|
-
"version": "10.47.0",
|
|
96
|
-
"commit": "f454e231fe5006dd7ff8f4693fd2b8eb94333429",
|
|
97
|
-
"name": "pcre2-10.47"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
80
|
"bin": {
|
|
101
81
|
"swipl-generate": "dist/bin/index.js"
|
|
102
82
|
},
|
|
@@ -124,6 +104,6 @@
|
|
|
124
104
|
]
|
|
125
105
|
},
|
|
126
106
|
"dependencies": {
|
|
127
|
-
"@types/emscripten": "^1.41.
|
|
107
|
+
"@types/emscripten": "^1.41.5"
|
|
128
108
|
}
|
|
129
109
|
}
|