pane-registry 2.5.1-89d27cf → 2.5.1-928f05a
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 +11 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pane-registry",
|
|
3
|
-
"version": "2.5.1-
|
|
3
|
+
"version": "2.5.1-928f05a",
|
|
4
4
|
"description": "Solid-compatible Panes: Pane Registry",
|
|
5
5
|
"main": "src/paneRegistry.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -13,9 +13,11 @@
|
|
|
13
13
|
"build": "echo nothing to build",
|
|
14
14
|
"lint": "eslint",
|
|
15
15
|
"lint-fix": "eslint --fix",
|
|
16
|
-
"test": "
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"test": "jest",
|
|
17
|
+
"test:lint": "npm run lint",
|
|
18
|
+
"test:watch": "jest --watch",
|
|
19
|
+
"ignore:prepublishOnly": "npm run test:lint && npm test",
|
|
20
|
+
"preversion": "npm run test:lint && npm run test",
|
|
19
21
|
"postversion": "git push origin main --follow-tags"
|
|
20
22
|
},
|
|
21
23
|
"repository": {
|
|
@@ -43,12 +45,13 @@
|
|
|
43
45
|
},
|
|
44
46
|
"homepage": "https://github.com/solidos/chat-pane",
|
|
45
47
|
"peerDependencies": {
|
|
46
|
-
"rdflib": "^2.
|
|
47
|
-
"solid-logic": "3.1.1-
|
|
48
|
+
"rdflib": "^2.3.0",
|
|
49
|
+
"solid-logic": "^3.1.1-aa7c1ee"
|
|
48
50
|
},
|
|
49
51
|
"devDependencies": {
|
|
50
52
|
"eslint": "^9.32.0",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
+
"globals": "^15.14.0",
|
|
54
|
+
"jest": "^29.7.0",
|
|
55
|
+
"neostandard": "^0.12.2"
|
|
53
56
|
}
|
|
54
57
|
}
|