@styleframe/cli 2.1.0 → 2.3.0
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 +19 -0
- package/dist/{build-DGZKQLF6.js → build-CB8xVviw.js} +760 -615
- package/dist/{index-ywNS35f6.js → index-D8fAxJpn.js} +2 -2
- package/dist/index.cjs +1232 -1086
- package/dist/index.js +3 -3
- package/dist/{init-ByQr9RvQ.js → init-FJVY7-no.js} +1 -0
- package/dist/{json5-DmfAJeEV.js → json5-Q4GKEAId.js} +1 -1
- package/dist/jsonc-C57oN-bL.js +4 -0
- package/dist/{multipart-parser-FHcd-YKQ.js → multipart-parser-BK9EIb14.js} +1 -1
- package/dist/{toml-DNCZMGE5.js → toml-CXkw0Vj1.js} +1 -1
- package/dist/{yaml-VCOw0LQd.js → yaml-BX37kW78.js} +1 -1
- package/package.json +7 -7
- package/dist/jsonc-vOBrObxl.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @styleframe/cli
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#63](https://github.com/styleframe-dev/styleframe/pull/63) [`ec430e1`](https://github.com/styleframe-dev/styleframe/commit/ec430e11502b3dba69c20ee10b24f0302008883c) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add styleframe runtime for recipes
|
|
8
|
+
|
|
9
|
+
## 2.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`628e650`](https://github.com/styleframe-dev/styleframe/commit/628e65039bae5e21ab9a66e16037e7e2791f8c8b) Thanks [@alexgrozav](https://github.com/alexgrozav)! - chore: update dependencies
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`48ea659`](https://github.com/styleframe-dev/styleframe/commit/48ea659789c9cdaf64a86bad7b05f38562d987c9) Thanks [@alexgrozav](https://github.com/alexgrozav)! - fix: update cli version
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`628e650`](https://github.com/styleframe-dev/styleframe/commit/628e65039bae5e21ab9a66e16037e7e2791f8c8b)]:
|
|
20
|
+
- @styleframe/loader@2.2.0
|
|
21
|
+
|
|
3
22
|
## 2.1.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|