styleframe 1.0.2 → 1.0.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 +49 -0
- package/dist/cli.cjs +1 -0
- package/dist/cli.js +1 -0
- package/dist/cli.js.map +1 -1
- package/package.json +17 -10
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# styleframe
|
|
2
|
+
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#35](https://github.com/styleframe-dev/styleframe/pull/35) [`5d53569`](https://github.com/styleframe-dev/styleframe/commit/5d5356960af687884703f3de5d3d1638d8ee9d8a) Thanks [@alexgrozav](https://github.com/alexgrozav)! - fix: Update published files references in package.json
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`5d53569`](https://github.com/styleframe-dev/styleframe/commit/5d5356960af687884703f3de5d3d1638d8ee9d8a), [`5d53569`](https://github.com/styleframe-dev/styleframe/commit/5d5356960af687884703f3de5d3d1638d8ee9d8a)]:
|
|
10
|
+
- @styleframe/core@1.0.2
|
|
11
|
+
- @styleframe/loader@1.0.3
|
|
12
|
+
- @styleframe/transpiler@1.0.3
|
|
13
|
+
- @styleframe/plugin@1.0.1
|
|
14
|
+
- @styleframe/cli@1.0.3
|
|
15
|
+
|
|
16
|
+
## 1.0.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`68cd004`](https://github.com/styleframe-dev/styleframe/commit/68cd004b04395797876b5e805c0b910d6b665f35), [`68cd004`](https://github.com/styleframe-dev/styleframe/commit/68cd004b04395797876b5e805c0b910d6b665f35), [`68cd004`](https://github.com/styleframe-dev/styleframe/commit/68cd004b04395797876b5e805c0b910d6b665f35), [`68cd004`](https://github.com/styleframe-dev/styleframe/commit/68cd004b04395797876b5e805c0b910d6b665f35)]:
|
|
21
|
+
- @styleframe/cli@1.0.2
|
|
22
|
+
- @styleframe/loader@1.0.2
|
|
23
|
+
- @styleframe/plugin@1.0.0
|
|
24
|
+
- @styleframe/transpiler@1.0.2
|
|
25
|
+
|
|
26
|
+
## 1.0.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Update README.md
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @styleframe/cli@1.0.1
|
|
33
|
+
- @styleframe/core@1.0.1
|
|
34
|
+
- @styleframe/loader@1.0.1
|
|
35
|
+
- @styleframe/transpiler@1.0.1
|
|
36
|
+
|
|
37
|
+
## 1.0.0
|
|
38
|
+
|
|
39
|
+
### Major Changes
|
|
40
|
+
|
|
41
|
+
- 8204e6d: Official styleframe release. Start writing modern, clean, composable CSS using TypeScript, with a focus on simplicity and performance.
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [8204e6d]
|
|
46
|
+
- @styleframe/cli@1.0.0
|
|
47
|
+
- @styleframe/core@1.0.0
|
|
48
|
+
- @styleframe/loader@1.0.0
|
|
49
|
+
- @styleframe/transpiler@1.0.0
|
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","names":[],"sources":["../src/cli.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"cli.js","names":[],"sources":["../src/cli.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport main from \"@styleframe/cli\";\n\nmain();\n"],"mappings":";;;;AAIA,MAAM"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "styleframe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"bin": {
|
|
5
5
|
"styleframe": "./dist/cli.cjs"
|
|
6
6
|
},
|
|
@@ -8,8 +8,10 @@
|
|
|
8
8
|
"type": "module",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"files": [
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"dist",
|
|
12
|
+
"LICENSE",
|
|
13
|
+
"CHANGELOG.md",
|
|
14
|
+
"README.md"
|
|
13
15
|
],
|
|
14
16
|
"sideEffects": false,
|
|
15
17
|
"main": "./dist/index.js",
|
|
@@ -81,12 +83,12 @@
|
|
|
81
83
|
"publishConfig": {
|
|
82
84
|
"access": "public"
|
|
83
85
|
},
|
|
84
|
-
"
|
|
85
|
-
"@styleframe/cli": "^1.0.
|
|
86
|
-
"@styleframe/plugin": "^1.0.
|
|
87
|
-
"@styleframe/core": "^1.0.
|
|
88
|
-
"@styleframe/
|
|
89
|
-
"@styleframe/
|
|
86
|
+
"peerDependencies": {
|
|
87
|
+
"@styleframe/cli": "^1.0.3",
|
|
88
|
+
"@styleframe/plugin": "^1.0.1",
|
|
89
|
+
"@styleframe/core": "^1.0.2",
|
|
90
|
+
"@styleframe/transpiler": "^1.0.3",
|
|
91
|
+
"@styleframe/loader": "^1.0.3"
|
|
90
92
|
},
|
|
91
93
|
"devDependencies": {
|
|
92
94
|
"@types/node": "^22.15.17",
|
|
@@ -95,7 +97,12 @@
|
|
|
95
97
|
"tsdown": "^0.11.9",
|
|
96
98
|
"typescript": "^5.8.3",
|
|
97
99
|
"vitest": "^3.1.3",
|
|
98
|
-
"@styleframe/config-typescript": "^1.0.1"
|
|
100
|
+
"@styleframe/config-typescript": "^1.0.1",
|
|
101
|
+
"@styleframe/core": "^1.0.2",
|
|
102
|
+
"@styleframe/loader": "^1.0.3",
|
|
103
|
+
"@styleframe/transpiler": "^1.0.3",
|
|
104
|
+
"@styleframe/cli": "^1.0.3",
|
|
105
|
+
"@styleframe/plugin": "^1.0.1"
|
|
99
106
|
},
|
|
100
107
|
"homepage": "https://github.com/styleframe-dev/styleframe#readme",
|
|
101
108
|
"bugs": {
|