swipl-wasm 3.4.0 → 3.4.1

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.0",
3
+ "version": "3.4.1",
4
4
  "contributors": [
5
5
  "Raivo Laanemets",
6
6
  "Jesse Wright",
@@ -19,23 +19,23 @@
19
19
  "main": "dist/index.js",
20
20
  "types": "dist/index.d.ts",
21
21
  "devDependencies": {
22
- "@octokit/rest": "^19.0.8",
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.1",
26
- "@typescript-eslint/eslint-plugin": "^5.59.6",
27
- "@typescript-eslint/parser": "^5.59.6",
28
- "eslint": "^8.40.0",
25
+ "@types/node": "^20.2.5",
26
+ "@typescript-eslint/eslint-plugin": "^5.59.8",
27
+ "@typescript-eslint/parser": "^5.59.8",
28
+ "eslint": "^8.41.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.2.1",
34
+ "puppeteer": "^20.5.0",
35
35
  "semantic-release": "^21.0.2",
36
36
  "ts-node": "^10.9.1",
37
37
  "typescript": "^5.0.4",
38
- "webpack": "^5.83.1",
38
+ "webpack": "^5.84.1",
39
39
  "webpack-cli": "^5.1.1"
40
40
  },
41
41
  "files": [
@@ -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 20000",
62
- "test:browser": "mocha tests/browser.js --timeout 20000",
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.39",
84
- "commit": "e8b64774ff1a3ddb6a013203ced27a34e70c2d8b",
85
- "name": "3.1.39"
83
+ "version": "3.1.40",
84
+ "commit": "ae245715ef50e036b68a2412a323129676bf8300",
85
+ "name": "3.1.40"
86
86
  },
87
87
  "zlib": {
88
88
  "version": "1.2.13"