swipl-wasm 3.5.5 → 3.5.6

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.5.5",
3
+ "version": "3.5.6",
4
4
  "contributors": [
5
5
  "Raivo Laanemets",
6
6
  "Jesse Wright",
@@ -20,22 +20,22 @@
20
20
  "types": "dist/index.d.ts",
21
21
  "devDependencies": {
22
22
  "@octokit/rest": "^20.0.2",
23
- "@qiwi/semantic-release-gh-pages-plugin": "^5.2.8",
24
- "@types/fs-extra": "^11.0.2",
25
- "@types/node": "^20.8.4",
26
- "@typescript-eslint/eslint-plugin": "^6.7.4",
27
- "@typescript-eslint/parser": "^6.7.4",
28
- "eslint": "^8.51.0",
23
+ "@qiwi/semantic-release-gh-pages-plugin": "^5.2.10",
24
+ "@types/fs-extra": "^11.0.3",
25
+ "@types/node": "^20.8.10",
26
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
27
+ "@typescript-eslint/parser": "^6.9.1",
28
+ "eslint": "^8.52.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": "^21.3.8",
35
- "semantic-release": "^22.0.5",
34
+ "puppeteer": "^21.5.0",
35
+ "semantic-release": "^22.0.6",
36
36
  "ts-node": "^10.9.1",
37
37
  "typescript": "^5.2.2",
38
- "webpack": "^5.88.2",
38
+ "webpack": "^5.89.0",
39
39
  "webpack-cli": "^5.1.4"
40
40
  },
41
41
  "files": [
@@ -45,7 +45,7 @@
45
45
  "dist/**/*.wasm"
46
46
  ],
47
47
  "scripts": {
48
- "build:wasm-docker:build": "docker build --build-arg SWIPL_VERSION=$npm_package_config_swipl_version --build-arg EMSDK_VERSION=$npm_package_config_emsdk_version --build-arg ZLIB_VERSION=$npm_package_config_zlib_version --build-arg PCRE2_NAME=$npm_package_config_pcre2_name -t swipl-wasm-image docker",
48
+ "build:wasm-docker:build": "docker build --build-arg SWIPL_VERSION=$npm_package_config_swipl_version --build-arg SWIPL_COMMIT=$npm_package_config_swipl_commit --build-arg EMSDK_VERSION=$npm_package_config_emsdk_version --build-arg ZLIB_VERSION=$npm_package_config_zlib_version --build-arg PCRE2_NAME=$npm_package_config_pcre2_name -t swipl-wasm-image docker",
49
49
  "build:wasm-docker:create": "docker create --name swipl-wasm swipl-wasm-image",
50
50
  "build:wasm-docker:remove": "docker rm swipl-wasm",
51
51
  "build:wasm-docker:extract:data": "docker cp swipl-wasm:/swipl-devel/build.wasm/src/swipl-web.data dist/swipl/swipl-web.data",
@@ -75,9 +75,9 @@
75
75
  },
76
76
  "config": {
77
77
  "swipl": {
78
- "version": "9.1.16",
79
- "commit": "c949a48bae9184e11c0b22f6d5f2f5ccbca774d0",
80
- "name": "V9.1.16"
78
+ "version": "9.1.18",
79
+ "commit": "badb83cf560d4baa371be45acc0d1c4fd2160e98",
80
+ "name": "V9.1.18"
81
81
  },
82
82
  "emsdk": {
83
83
  "version": "3.1.47",
@@ -121,6 +121,6 @@
121
121
  },
122
122
  "dependencies": {
123
123
  "@inrupt/universal-fetch": "^1.0.3",
124
- "@types/emscripten": "^1.39.8"
124
+ "@types/emscripten": "^1.39.9"
125
125
  }
126
126
  }