meeting-pane 2.3.8-b1fe34e1 → 2.3.9

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/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # meeting-pane
2
2
 
3
- Bring together schedule, people, materials, discussion around a meeting.
3
+ Bring together schedule, people, materials, discussion around a meeting.
package/lib/index.js CHANGED
File without changes
package/lib/index.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meeting-pane",
3
- "version": "2.3.8-b1fe34e1",
3
+ "version": "2.3.9",
4
4
  "description": "Solid-compatible Panes: meeting collaborative tool",
5
5
  "main": "./lib/meetingPane.js",
6
6
  "files": [
@@ -19,8 +19,8 @@
19
19
  "lint-fix": "eslint '*.js' --fix",
20
20
  "clean": "rm -rf lib && rm -rf dist",
21
21
  "test": "npm run lint",
22
- "ignore:prepublishOnly": "npm test && npm run build-lib",
23
- "ignore:postpublish": "git push origin main --follow-tags",
22
+ "prepublishOnly": "npm test && npm run build-lib",
23
+ "postpublish": "git push origin main --follow-tags",
24
24
  "watch": "webpack --watch",
25
25
  "start": "webpack-dev-server --open"
26
26
  },
@@ -51,8 +51,8 @@
51
51
  "crypto-browserify": "^3.12.0",
52
52
  "path-browserify": "^1.0.1",
53
53
  "rdflib": "^2.2.17",
54
- "solid-logic": "1.3.13-057429fe",
55
- "solid-ui": "2.4.16-74e478b4"
54
+ "solid-logic": "^1.3.14",
55
+ "solid-ui": "^2.4.19"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/cli": "^7.16.0",
package/src/index.html CHANGED
File without changes
package/src/index.js CHANGED
File without changes
File without changes
File without changes
File without changes