swipl-wasm 4.1.1 → 5.0.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": "4.1.1",
3
+ "version": "5.0.1",
4
4
  "contributors": [
5
5
  "Raivo Laanemets",
6
6
  "Jesse Wright",
@@ -19,23 +19,26 @@
19
19
  "main": "dist/index.js",
20
20
  "types": "dist/index.d.ts",
21
21
  "devDependencies": {
22
- "@octokit/rest": "^21.1.0",
22
+ "@eslint/eslintrc": "^3.3.0",
23
+ "@eslint/js": "^9.21.0",
24
+ "@octokit/rest": "^21.1.1",
23
25
  "@qiwi/semantic-release-gh-pages-plugin": "^5.4.2",
24
26
  "@types/fs-extra": "^11.0.4",
25
- "@types/node": "^22.13.1",
26
- "@typescript-eslint/eslint-plugin": "^7.18.0",
27
- "@typescript-eslint/parser": "^7.18.0",
28
- "eslint": "^8.57.1",
27
+ "@types/node": "^22.13.5",
28
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
29
+ "@typescript-eslint/parser": "^8.25.0",
30
+ "eslint": "^9.21.0",
31
+ "globals": "^16.0.0",
29
32
  "http-server": "^14.1.1",
30
33
  "mocha": "^11.1.0",
31
34
  "node-static": "^0.7.11",
32
35
  "npm-run-all": "^4.1.5",
33
- "puppeteer": "^24.2.0",
34
- "semantic-release": "^24.2.1",
36
+ "puppeteer": "^24.3.0",
37
+ "semantic-release": "^24.2.3",
35
38
  "ts-node": "^10.9.2",
36
- "tsx": "^4.19.2",
39
+ "tsx": "^4.19.3",
37
40
  "typescript": "^5.7.3",
38
- "webpack": "^5.97.1",
41
+ "webpack": "^5.98.0",
39
42
  "webpack-cli": "^6.0.1"
40
43
  },
41
44
  "files": [
@@ -63,8 +66,8 @@
63
66
  "test:browser": "mocha tests/browser.js --timeout 50000",
64
67
  "test:minimal": "cd examples/generation && npm ci && npm run build:image && npm run test",
65
68
  "test": "run-s test:node test:browser test:minimal",
66
- "lint:types": "eslint dist --ext .ts",
67
- "lint:tests": "eslint tests --ext .js",
69
+ "lint:types": "eslint dist/**/*.ts",
70
+ "lint:tests": "eslint tests/**/*.js",
68
71
  "lint": "run-s lint:types lint:tests",
69
72
  "update:dep:emsdk": "tsx scripts/get-latest-emsdk.mts",
70
73
  "update:dep:pcre2": "tsx scripts/get-latest-pcre2.mts",
@@ -81,9 +84,9 @@
81
84
  "name": "V9.3.20"
82
85
  },
83
86
  "emsdk": {
84
- "version": "3.1.74",
85
- "commit": "3d6d8ee910466516a53e665b86458faa81dae9ba",
86
- "name": "3.1.74"
87
+ "version": "4.0.4",
88
+ "commit": "074211759c17c646164d3271ca1d155cc174f78e",
89
+ "name": "4.0.4"
87
90
  },
88
91
  "zlib": {
89
92
  "version": "1.3.1"