meeting-pane 2.3.8-71944670 → 2.3.8-7db5c0a2

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 -1
  2. package/package.json +4 -4
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meeting-pane",
3
- "version": "2.3.8-71944670",
3
+ "version": "2.3.8-7db5c0a2",
4
4
  "description": "Solid-compatible Panes: meeting collaborative tool",
5
5
  "main": "./lib/meetingPane.js",
6
6
  "files": [
@@ -8,7 +8,7 @@
8
8
  "lib"
9
9
  ],
10
10
  "scripts": {
11
- "build": "npm run build-lib && webpack",
11
+ "build": "npm run clean && npm run build-lib && webpack",
12
12
  "build-browserified": "npm run build",
13
13
  "build-dist": "webpack --progress --colors --mode=production",
14
14
  "build-dev": "webpack --progress --colors --mode=development",
@@ -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-60e05a84",
55
- "solid-ui": "^2.4.16-74e478b4"
54
+ "solid-logic": "1.3.13-e7843519",
55
+ "solid-ui": "2.4.18-68c36bc9"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/cli": "^7.16.0",