@styleframe/cli 2.3.0 → 2.3.2
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 +15 -0
- package/dist/{build-CB8xVviw.js → build-aC0xw4RW.js} +1733 -4760
- package/dist/index.cjs +3453 -24278
- package/dist/index.js +4 -3
- package/dist/{init-FJVY7-no.js → init-CzpnWkDQ.js} +1 -1
- package/package.json +6 -6
- package/dist/index-B2xSBfiT.js +0 -10
- package/dist/index-D8fAxJpn.js +0 -15735
- package/dist/json5-Q4GKEAId.js +0 -732
- package/dist/jsonc-C57oN-bL.js +0 -4
- package/dist/multipart-parser-BK9EIb14.js +0 -191
- package/dist/toml-CXkw0Vj1.js +0 -517
- package/dist/yaml-BX37kW78.js +0 -686
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @styleframe/cli
|
|
2
2
|
|
|
3
|
+
## 2.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#100](https://github.com/styleframe-dev/styleframe/pull/100) [`6ae30fd`](https://github.com/styleframe-dev/styleframe/commit/6ae30fdd281033eb3a37c0a0b0388692506a0e58) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Add `@styleframe/license` as a dependency to the main `styleframe` package and update the CLI init command to add `@styleframe/runtime` as a production dependency instead of a dev dependency.
|
|
8
|
+
|
|
9
|
+
## 2.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`1f60314`](https://github.com/styleframe-dev/styleframe/commit/1f60314cde97278294f06e248682026eb53a8af9) Thanks [@alexgrozav](https://github.com/alexgrozav)! - fix: update cli dependency
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`8460f16`](https://github.com/styleframe-dev/styleframe/commit/8460f169cec1199810e9203b357dac9f2f128c56)]:
|
|
16
|
+
- @styleframe/loader@2.4.0
|
|
17
|
+
|
|
3
18
|
## 2.3.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|