pane-registry 2.4.6-fb31a446 → 2.4.7-43105859

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.
@@ -20,9 +20,8 @@ jobs:
20
20
  strategy:
21
21
  matrix:
22
22
  node-version:
23
- - 12.x
24
- - 14.x
25
23
  - 16.x
24
+ - 17.x
26
25
 
27
26
  steps:
28
27
  - uses: actions/checkout@v2
@@ -35,7 +34,7 @@ jobs:
35
34
  - run: npm test
36
35
  - run: npm run build --if-present
37
36
  - name: Save build
38
- if: matrix.node-version == '14.x'
37
+ if: matrix.node-version == '16.x'
39
38
  uses: actions/upload-artifact@v2
40
39
  with:
41
40
  name: build
@@ -52,7 +51,7 @@ jobs:
52
51
  name: build
53
52
  - uses: actions/setup-node@v1
54
53
  with:
55
- node-version: 14.x
54
+ node-version: 16.x
56
55
  - uses: rlespinasse/github-slug-action@v3.x
57
56
  - name: Append commit hash to package version
58
57
  run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
@@ -9,7 +9,7 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v1
11
11
  with:
12
- node-version: '14.x'
12
+ node-version: '16.x'
13
13
  registry-url: 'https://registry.npmjs.org'
14
14
  - run: npm install
15
15
  - run: npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pane-registry",
3
- "version": "2.4.6-fb31a446",
3
+ "version": "2.4.7-43105859",
4
4
  "description": "Solid-compatible Panes: Pane Registry",
5
5
  "main": "./paneRegistry.js",
6
6
  "types": "./index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "homepage": "https://github.com/solid/chat-pane",
39
39
  "dependencies": {
40
40
  "rdflib": "^2.2.17",
41
- "solid-logic": "1.3.13-8f0845d7"
41
+ "solid-logic": "^1.3.14"
42
42
  },
43
43
  "devDependencies": {
44
44
  "eslint": "^7.32.0",
package/.nvmrc DELETED
@@ -1 +0,0 @@
1
- v12.7.0