swipl-wasm 3.4.0 → 3.4.2
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": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"contributors": [
|
|
5
5
|
"Raivo Laanemets",
|
|
6
6
|
"Jesse Wright",
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
"main": "dist/index.js",
|
|
20
20
|
"types": "dist/index.d.ts",
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@octokit/rest": "^19.0.
|
|
22
|
+
"@octokit/rest": "^19.0.11",
|
|
23
23
|
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.5",
|
|
24
24
|
"@types/fs-extra": "^11.0.1",
|
|
25
|
-
"@types/node": "^20.2.
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
27
|
-
"@typescript-eslint/parser": "^5.59.
|
|
28
|
-
"eslint": "^8.
|
|
25
|
+
"@types/node": "^20.2.5",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
27
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
28
|
+
"eslint": "^8.42.0",
|
|
29
29
|
"fs-extra": "^11.1.1",
|
|
30
30
|
"http-server": "^14.1.1",
|
|
31
31
|
"mocha": "^10.2.0",
|
|
32
32
|
"node-static": "^0.7.11",
|
|
33
33
|
"npm-run-all": "^4.1.5",
|
|
34
|
-
"puppeteer": "^20.
|
|
35
|
-
"semantic-release": "^21.0.
|
|
34
|
+
"puppeteer": "^20.5.0",
|
|
35
|
+
"semantic-release": "^21.0.3",
|
|
36
36
|
"ts-node": "^10.9.1",
|
|
37
|
-
"typescript": "^5.
|
|
38
|
-
"webpack": "^5.
|
|
39
|
-
"webpack-cli": "^5.1.
|
|
37
|
+
"typescript": "^5.1.3",
|
|
38
|
+
"webpack": "^5.85.1",
|
|
39
|
+
"webpack-cli": "^5.1.3"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist/**/*.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"build:wasm-docker": "run-s build:wasm-docker:build build:wasm-docker:create build:wasm-docker:extract build:wasm-docker:remove",
|
|
59
59
|
"build": "run-s build:wasm-docker && tsc",
|
|
60
60
|
"test:serve-http": "http-server . -c-1",
|
|
61
|
-
"test:node": "mocha tests/node.js --timeout
|
|
62
|
-
"test:browser": "mocha tests/browser.js --timeout
|
|
61
|
+
"test:node": "mocha tests/node.js --timeout 50000",
|
|
62
|
+
"test:browser": "mocha tests/browser.js --timeout 50000",
|
|
63
63
|
"test:minimal": "cd examples/generation && npm ci && npm run build:image && npm run test",
|
|
64
64
|
"test": "run-s test:node test:browser test:minimal",
|
|
65
65
|
"lint:types": "eslint dist --ext .ts",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"name": "V9.1.10"
|
|
81
81
|
},
|
|
82
82
|
"emsdk": {
|
|
83
|
-
"version": "3.1.
|
|
84
|
-
"commit": "
|
|
85
|
-
"name": "3.1.
|
|
83
|
+
"version": "3.1.41",
|
|
84
|
+
"commit": "f30b1cf866432514092b9843d171dbbee397ed50",
|
|
85
|
+
"name": "3.1.41"
|
|
86
86
|
},
|
|
87
87
|
"zlib": {
|
|
88
88
|
"version": "1.2.13"
|