swipl-wasm 3.8.0-alpha.1 → 3.8.0
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.8.0
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"contributors": [
|
|
5
5
|
"Raivo Laanemets",
|
|
6
6
|
"Jesse Wright",
|
|
@@ -19,22 +19,22 @@
|
|
|
19
19
|
"main": "dist/index.js",
|
|
20
20
|
"types": "dist/index.d.ts",
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@octokit/rest": "^20.1.
|
|
22
|
+
"@octokit/rest": "^20.1.1",
|
|
23
23
|
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.12",
|
|
24
24
|
"@types/fs-extra": "^11.0.4",
|
|
25
|
-
"@types/node": "^20.
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
27
|
-
"@typescript-eslint/parser": "^7.
|
|
25
|
+
"@types/node": "^20.14.2",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
27
|
+
"@typescript-eslint/parser": "^7.12.0",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"fs-extra": "^11.2.0",
|
|
30
30
|
"http-server": "^14.1.1",
|
|
31
31
|
"mocha": "^10.4.0",
|
|
32
32
|
"node-static": "^0.7.11",
|
|
33
33
|
"npm-run-all": "^4.1.5",
|
|
34
|
-
"puppeteer": "^22.
|
|
35
|
-
"semantic-release": "^
|
|
34
|
+
"puppeteer": "^22.10.0",
|
|
35
|
+
"semantic-release": "^24.0.0",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
|
-
"typescript": "^5.4.
|
|
37
|
+
"typescript": "^5.4.5",
|
|
38
38
|
"webpack": "^5.91.0",
|
|
39
39
|
"webpack-cli": "^5.1.4"
|
|
40
40
|
},
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"build:wasm-docker:extract": "run-s build:wasm-docker:extract:*",
|
|
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
|
+
"tsc": "tsc",
|
|
60
61
|
"test:serve-http": "http-server . -c-1",
|
|
61
62
|
"test:node": "mocha tests/node.js --timeout 50000",
|
|
62
63
|
"test:browser": "mocha tests/browser.js --timeout 50000",
|
|
@@ -75,22 +76,22 @@
|
|
|
75
76
|
},
|
|
76
77
|
"config": {
|
|
77
78
|
"swipl": {
|
|
78
|
-
"version": "9.3.
|
|
79
|
-
"commit": "
|
|
80
|
-
"name": "V9.3.
|
|
79
|
+
"version": "9.3.7",
|
|
80
|
+
"commit": "93ec6b480bacec44134ae7e48e9759dc49a5ec4a",
|
|
81
|
+
"name": "V9.3.7"
|
|
81
82
|
},
|
|
82
83
|
"emsdk": {
|
|
83
|
-
"version": "3.1.
|
|
84
|
-
"commit": "
|
|
85
|
-
"name": "3.1.
|
|
84
|
+
"version": "3.1.61",
|
|
85
|
+
"commit": "ca7b40ae222a2d8763b6ac845388744b0e57cfb7",
|
|
86
|
+
"name": "3.1.61"
|
|
86
87
|
},
|
|
87
88
|
"zlib": {
|
|
88
89
|
"version": "1.3.1"
|
|
89
90
|
},
|
|
90
91
|
"pcre2": {
|
|
91
|
-
"version": "10.
|
|
92
|
-
"commit": "
|
|
93
|
-
"name": "pcre2-10.
|
|
92
|
+
"version": "10.44.0",
|
|
93
|
+
"commit": "6ae58beca071f13ccfed31d03b3f479ab520639b",
|
|
94
|
+
"name": "pcre2-10.44"
|
|
94
95
|
}
|
|
95
96
|
},
|
|
96
97
|
"bin": {
|
|
@@ -98,11 +99,7 @@
|
|
|
98
99
|
},
|
|
99
100
|
"release": {
|
|
100
101
|
"branches": [
|
|
101
|
-
"master"
|
|
102
|
-
{
|
|
103
|
-
"name": "alpha",
|
|
104
|
-
"prerelease": true
|
|
105
|
-
}
|
|
102
|
+
"master"
|
|
106
103
|
],
|
|
107
104
|
"verifyConditions": [
|
|
108
105
|
"@semantic-release/npm",
|
|
@@ -125,6 +122,6 @@
|
|
|
125
122
|
},
|
|
126
123
|
"dependencies": {
|
|
127
124
|
"@inrupt/universal-fetch": "^1.0.3",
|
|
128
|
-
"@types/emscripten": "^1.39.
|
|
125
|
+
"@types/emscripten": "^1.39.13"
|
|
129
126
|
}
|
|
130
127
|
}
|