solid-logic 2.1.1 → 2.1.2

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "solid-logic",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Core business logic of Solid OS",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
7
7
  "build": "npm run clean && tsc",
8
8
  "clean": "rm -rf lib",
9
9
  "lint": "eslint ./src",
10
- "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
10
+ "test": "jest",
11
11
  "test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
12
12
  "preversion": "npm test",
13
13
  "postversion": "git push --follow-tags",
@@ -32,17 +32,17 @@
32
32
  "@babel/preset-env": "~7.20.2",
33
33
  "@babel/preset-typescript": "~7.18.6",
34
34
  "@types/jest": "^27.5.2",
35
- "@typescript-eslint/eslint-plugin": "^5.49.0",
36
- "@typescript-eslint/parser": "^5.49.0",
35
+ "@typescript-eslint/eslint-plugin": "^5.50.0",
36
+ "@typescript-eslint/parser": "^5.50.0",
37
37
  "eslint": "^8.33.0",
38
38
  "jest": "^27.5.1",
39
39
  "jest-environment-node-debug": "^2.0.0",
40
40
  "jest-fetch-mock": "^3.0.3",
41
- "typescript": "^4.9.4"
41
+ "typescript": "^4.9.5"
42
42
  },
43
43
  "dependencies": {
44
44
  "@inrupt/solid-client-authn-browser": "^1.13.0",
45
- "rdflib": "^2.2.24",
45
+ "rdflib": "^2.2.25",
46
46
  "solid-namespace": "^0.5.2"
47
47
  }
48
48
  }