pane-registry 2.4.25 → 2.4.26-alpha
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 -0
- 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 +4 -4
- package/paneRegistry.js +0 -0
package/.eslintrc
CHANGED
|
File without changes
|
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.26-alpha",
|
|
4
4
|
"description": "Solid-compatible Panes: Pane Registry",
|
|
5
5
|
"main": "./paneRegistry.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lint": "eslint 'paneRegistry.js'",
|
|
10
10
|
"lint-fix": "eslint 'paneRegistry.js' --fix",
|
|
11
11
|
"test": "standard && npm run lint",
|
|
12
|
-
"
|
|
12
|
+
"prepublishOnly": "npm test",
|
|
13
13
|
"postversion": "git push origin main --follow-tags"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/solidos/chat-pane",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"rdflib": "^2.2.
|
|
41
|
-
"solid-logic": "^3.0.
|
|
40
|
+
"rdflib": "^2.2.34-alpha-b34c7242",
|
|
41
|
+
"solid-logic": "^3.0.7-alpha"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"eslint": "^8.54.0",
|
package/paneRegistry.js
CHANGED
|
File without changes
|