pane-registry 2.4.7-e67edd96 → 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 -0
- package/.github/workflows/release.yml +0 -0
- package/.nvmrc +0 -0
- package/LICENSE.md +0 -0
- package/README.md +0 -0
- package/index.d.ts +0 -0
- package/package.json +7 -7
- package/paneRegistry.js +0 -0
package/.eslintrc
CHANGED
package/.github/workflows/ci.yml
CHANGED
|
File without changes
|
|
File without changes
|
package/.nvmrc
CHANGED
|
File without changes
|
package/LICENSE.md
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/index.d.ts
CHANGED
|
File without changes
|
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,8 +8,8 @@
|
|
|
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",
|
|
12
|
-
"
|
|
11
|
+
"test": "standard && npm run lint",
|
|
12
|
+
"prepublishOnly": "npm test",
|
|
13
13
|
"postversion": "git push origin main --follow-tags"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
@@ -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": {
|
package/paneRegistry.js
CHANGED
|
File without changes
|