pane-registry 2.4.8 → 2.4.9-2dc89ccd

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 CHANGED
File without changes
File without changes
File without changes
package/.nvmrc CHANGED
File without changes
package/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
@@ -4,4 +4,4 @@ An index to hold all loaded solid panes, whether statically or dynamically loade
4
4
 
5
5
  # Adendum
6
6
 
7
- The pane registry is a crucial part of the Solid Panes system. It is where any pane inserts itself or is inserted. In the standard working of SolidOS, there is one place in solid-panes where all the normal panes are loaded into the pane registry (see: [registerPanes.js](https://github.com/solid/solid-panes/blob/main/src/registerPanes.js) in solid-panes). But other apps, and especially developers developing new panes can insert their own panes. And so we hope we will end up with panes dynamically laoded according to user configuration preferences.
7
+ The pane registry is a crucial part of the Solid Panes system. It is where any pane inserts itself or is inserted. In the standard working of SolidOS, there is one place in solid-panes where all the normal panes are loaded into the pane registry (see: [registerPanes.js](https://github.com/solidos/solid-panes/blob/main/src/registerPanes.js) in solid-panes). But other apps, and especially developers developing new panes can insert their own panes. And so we hope we will end up with panes dynamically laoded according to user configuration preferences.
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.8",
3
+ "version": "2.4.9-2dc89ccd",
4
4
  "description": "Solid-compatible Panes: Pane Registry",
5
5
  "main": "./paneRegistry.js",
6
6
  "types": "./index.d.ts",
@@ -9,12 +9,12 @@
9
9
  "lint": "eslint 'paneRegistry.js'",
10
10
  "lint-fix": "eslint 'paneRegistry.js' --fix",
11
11
  "test": "standard && npm run lint",
12
- "prepublishOnly": "npm test",
12
+ "ignore:prepublishOnly": "npm test",
13
13
  "postversion": "git push origin main --follow-tags"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/solid/issue-pane"
17
+ "url": "https://github.com/solidos/issue-pane"
18
18
  },
19
19
  "keywords": [
20
20
  "solid",
@@ -33,12 +33,12 @@
33
33
  "author": "Tim Berners-Lee <timbl@mit.edu>",
34
34
  "license": "MIT",
35
35
  "bugs": {
36
- "url": "https://github.com/solid/chat-pane/issues"
36
+ "url": "https://github.com/solidos/chat-pane/issues"
37
37
  },
38
- "homepage": "https://github.com/solid/chat-pane",
38
+ "homepage": "https://github.com/solidos/chat-pane",
39
39
  "dependencies": {
40
40
  "rdflib": "^2.2.19",
41
- "solid-logic": "^1.3.15"
41
+ "solid-logic": "^1.3.16"
42
42
  },
43
43
  "devDependencies": {
44
44
  "eslint": "^8.12.0",
package/paneRegistry.js CHANGED
File without changes