styleframe 1.0.3 → 1.0.5
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 +18 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# styleframe
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#45](https://github.com/styleframe-dev/styleframe/pull/45) [`6700e6f`](https://github.com/styleframe-dev/styleframe/commit/6700e6fa835183ac50808c05d44154c25e85e9e1) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add license package for license interactions
|
|
8
|
+
|
|
9
|
+
- Updated dependencies []:
|
|
10
|
+
- @styleframe/core@1.0.3
|
|
11
|
+
|
|
12
|
+
## 1.0.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#43](https://github.com/styleframe-dev/styleframe/pull/43) [`7e3d008`](https://github.com/styleframe-dev/styleframe/commit/7e3d00849067618802334d5e6823fc31f3aa2612) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add support for generic records in createUseVariable
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`7e3d008`](https://github.com/styleframe-dev/styleframe/commit/7e3d00849067618802334d5e6823fc31f3aa2612)]:
|
|
19
|
+
- @styleframe/cli@1.0.5
|
|
20
|
+
|
|
3
21
|
## 1.0.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "styleframe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"bin": {
|
|
5
5
|
"styleframe": "./dist/cli.cjs"
|
|
6
6
|
},
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@styleframe/cli": "^1.0.
|
|
87
|
+
"@styleframe/cli": "^1.0.5",
|
|
88
88
|
"@styleframe/plugin": "^1.0.1",
|
|
89
|
-
"@styleframe/
|
|
90
|
-
"@styleframe/
|
|
91
|
-
"@styleframe/
|
|
89
|
+
"@styleframe/loader": "^1.0.3",
|
|
90
|
+
"@styleframe/core": "^1.0.3",
|
|
91
|
+
"@styleframe/transpiler": "^1.0.3"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@types/node": "^22.15.17",
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"tsdown": "^0.11.9",
|
|
98
98
|
"typescript": "^5.8.3",
|
|
99
99
|
"vitest": "^3.1.3",
|
|
100
|
+
"@styleframe/core": "^1.0.3",
|
|
100
101
|
"@styleframe/config-typescript": "^1.0.1",
|
|
101
|
-
"@styleframe/
|
|
102
|
+
"@styleframe/plugin": "^1.0.1",
|
|
103
|
+
"@styleframe/cli": "^1.0.5",
|
|
102
104
|
"@styleframe/loader": "^1.0.3",
|
|
103
|
-
"@styleframe/transpiler": "^1.0.3"
|
|
104
|
-
"@styleframe/cli": "^1.0.3",
|
|
105
|
-
"@styleframe/plugin": "^1.0.1"
|
|
105
|
+
"@styleframe/transpiler": "^1.0.3"
|
|
106
106
|
},
|
|
107
107
|
"homepage": "https://github.com/styleframe-dev/styleframe#readme",
|
|
108
108
|
"bugs": {
|