eyereasoner 2.13.2 → 2.14.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": "eyereasoner",
3
- "version": "2.13.2",
3
+ "version": "2.14.0",
4
4
  "description": "Distributing the [EYE](https://github.com/josd/eye) reasoner for browser and node using WebAssembly.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.js",
@@ -13,11 +13,10 @@
13
13
  "scripts": {
14
14
  "test:coverage": "npm test -- --coverage",
15
15
  "test:badges": "npm run test:coverage && jest-coverage-badges",
16
- "test": "jest __tests__/*-test.ts",
16
+ "test": "jest",
17
17
  "lint": "eslint lib/** __tests__/** scripts/** --ext .ts",
18
18
  "lint:fix": "npm run lint -- --fix",
19
19
  "build": "npm run eye:prepare && tsc",
20
- "prepare": "npm run build",
21
20
  "bundle:webpack": "webpack --config webpack.config.js",
22
21
  "bundle:latest": "ts-node scripts/post-webpack",
23
22
  "semantic-release": "semantic-release",
@@ -58,22 +57,22 @@
58
57
  "@types/fs-extra": "^11.0.1",
59
58
  "@types/jest": "^29.4.0",
60
59
  "@types/n3": "^1.10.4",
61
- "@typescript-eslint/eslint-plugin": "^5.49.0",
62
- "@typescript-eslint/parser": "^5.49.0",
60
+ "@typescript-eslint/eslint-plugin": "^5.51.0",
61
+ "@typescript-eslint/parser": "^5.51.0",
63
62
  "cross-fetch": "^3.1.5",
64
- "eslint": "^8.33.0",
63
+ "eslint": "^8.34.0",
65
64
  "eslint-config-airbnb-base": "^15.0.0",
66
65
  "eslint-plugin-import": "^2.27.5",
67
66
  "fs-extra": "^11.1.0",
68
- "jest": "^29.4.1",
69
- "jest-environment-jsdom": "^29.4.1",
67
+ "jest": "^29.4.2",
68
+ "jest-environment-jsdom": "^29.4.2",
70
69
  "jest-rdf": "^1.8.0",
71
70
  "parse-url": "^8.1.0",
72
71
  "pre-commit": "^1.2.2",
73
72
  "semantic-release": "^20.1.0",
74
73
  "ts-jest": "^29.0.5",
75
74
  "ts-node": "^10.9.1",
76
- "typescript": "^4.9.4",
75
+ "typescript": "^4.9.5",
77
76
  "webpack": "^5.75.0",
78
77
  "webpack-cli": "^5.0.1"
79
78
  },
@@ -123,8 +122,8 @@
123
122
  },
124
123
  "config": {
125
124
  "eye": {
126
- "name": "v2.10.2",
127
- "url": "https://api.github.com/repos/eyereasoner/eye/releases/92114730"
125
+ "name": "v2.11.0",
126
+ "url": "https://api.github.com/repos/eyereasoner/eye/releases/92612938"
128
127
  }
129
128
  },
130
129
  "dependencies": {