@inkandswitch/patchwork-bootloader 0.5.0 → 0.5.3
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/CHANGELOG.md +28 -0
- package/package.json +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @inkandswitch/patchwork-bootloader
|
|
2
2
|
|
|
3
|
+
## 0.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9e6e0e0]
|
|
8
|
+
- @inkandswitch/patchwork-plugins@1.1.0
|
|
9
|
+
- @inkandswitch/patchwork-elements@5.0.0
|
|
10
|
+
|
|
11
|
+
## 0.5.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.
|
|
16
|
+
- Updated dependencies [f00dcb8]
|
|
17
|
+
- @inkandswitch/patchwork-filesystem@0.2.5
|
|
18
|
+
- @inkandswitch/patchwork-elements@4.0.4
|
|
19
|
+
- @inkandswitch/patchwork-plugins@1.0.3
|
|
20
|
+
|
|
21
|
+
## 0.5.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 5f70c14: Add `repository` metadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.
|
|
26
|
+
- Updated dependencies [5f70c14]
|
|
27
|
+
- @inkandswitch/patchwork-filesystem@0.2.4
|
|
28
|
+
- @inkandswitch/patchwork-elements@4.0.3
|
|
29
|
+
- @inkandswitch/patchwork-plugins@1.0.2
|
|
30
|
+
|
|
3
31
|
## 0.5.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkandswitch/patchwork-bootloader",
|
|
3
|
-
"
|
|
3
|
+
"repository": {
|
|
4
|
+
"type": "git",
|
|
5
|
+
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
|
|
6
|
+
"directory": "core/bootloader"
|
|
7
|
+
},
|
|
8
|
+
"version": "0.5.3",
|
|
4
9
|
"author": "chee",
|
|
5
10
|
"type": "module",
|
|
6
11
|
"license": "MIT",
|
|
@@ -63,10 +68,10 @@
|
|
|
63
68
|
"service-worker-types": "npm:@types/serviceworker@^0.0.153",
|
|
64
69
|
"solid-js": "^1.9.13",
|
|
65
70
|
"tinyargs": "^0.1.4",
|
|
66
|
-
"@inkandswitch/patchwork-elements": "^
|
|
67
|
-
"@inkandswitch/patchwork-filesystem": "^0.2.
|
|
71
|
+
"@inkandswitch/patchwork-elements": "^5.0.0",
|
|
72
|
+
"@inkandswitch/patchwork-filesystem": "^0.2.5",
|
|
68
73
|
"@inkandswitch/patchwork-providers": "^0.4.2",
|
|
69
|
-
"@inkandswitch/patchwork-plugins": "^1.0
|
|
74
|
+
"@inkandswitch/patchwork-plugins": "^1.1.0"
|
|
70
75
|
},
|
|
71
76
|
"peerDependencies": {
|
|
72
77
|
"@automerge/automerge": "3.3.2",
|