pane-registry 2.4.7 → 2.4.8
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/.eslintrc +0 -5
- package/.github/workflows/ci.yml +0 -1
- package/.nvmrc +1 -1
- package/package.json +6 -6
package/.eslintrc
CHANGED
package/.github/workflows/ci.yml
CHANGED
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v16.14.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pane-registry",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.8",
|
|
4
4
|
"description": "Solid-compatible Panes: Pane Registry",
|
|
5
5
|
"main": "./paneRegistry.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build": "echo nothing to build",
|
|
9
9
|
"lint": "eslint 'paneRegistry.js'",
|
|
10
10
|
"lint-fix": "eslint 'paneRegistry.js' --fix",
|
|
11
|
-
"test": "npm run lint",
|
|
11
|
+
"test": "standard && npm run lint",
|
|
12
12
|
"prepublishOnly": "npm test",
|
|
13
13
|
"postversion": "git push origin main --follow-tags"
|
|
14
14
|
},
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/solid/chat-pane",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"rdflib": "^2.2.
|
|
41
|
-
"solid-logic": "^1.3.
|
|
40
|
+
"rdflib": "^2.2.19",
|
|
41
|
+
"solid-logic": "^1.3.15"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"eslint": "^
|
|
44
|
+
"eslint": "^8.12.0",
|
|
45
45
|
"husky": "^7.0.4",
|
|
46
|
-
"lint-staged": "^12.
|
|
46
|
+
"lint-staged": "^12.3.7",
|
|
47
47
|
"standard": "^16.0.4"
|
|
48
48
|
},
|
|
49
49
|
"husky": {
|