pane-registry 2.5.1-f5c2189 → 3.0.0-081dbb3

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -43,6 +43,7 @@ The tests provide 100% code coverage for all functionality:
43
43
  - Console output is mocked to avoid noise during testing
44
44
  - State is reset between tests for isolation
45
45
 
46
+
46
47
  ## Coverage Report
47
48
 
48
49
  After running tests, view the coverage report:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pane-registry",
3
- "version": "2.5.1-f5c2189",
3
+ "version": "3.0.0-081dbb3",
4
4
  "description": "Solid-compatible Panes: Pane Registry",
5
5
  "main": "src/paneRegistry.js",
6
6
  "types": "src/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "homepage": "https://github.com/solidos/chat-pane",
47
47
  "peerDependencies": {
48
48
  "rdflib": "^2.3.0",
49
- "solid-logic": "3.1.1-bf9b34c"
49
+ "solid-logic": "^4.0.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "eslint": "^9.32.0",
@@ -54,6 +54,6 @@
54
54
  "jest": "^29.7.0",
55
55
  "neostandard": "^0.12.2",
56
56
  "rdflib": "^2.3.0",
57
- "solid-logic": "^3.1.1-bf9b34c"
57
+ "solid-logic": "^4.0.0"
58
58
  }
59
59
  }