@styleframe/cli 2.1.0 → 2.2.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @styleframe/cli
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`628e650`](https://github.com/styleframe-dev/styleframe/commit/628e65039bae5e21ab9a66e16037e7e2791f8c8b) Thanks [@alexgrozav](https://github.com/alexgrozav)! - chore: update dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - [`48ea659`](https://github.com/styleframe-dev/styleframe/commit/48ea659789c9cdaf64a86bad7b05f38562d987c9) Thanks [@alexgrozav](https://github.com/alexgrozav)! - fix: update cli version
12
+
13
+ - Updated dependencies [[`628e650`](https://github.com/styleframe-dev/styleframe/commit/628e65039bae5e21ab9a66e16037e7e2791f8c8b)]:
14
+ - @styleframe/loader@2.2.0
15
+
3
16
  ## 2.1.0
4
17
 
5
18
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -22,7 +22,7 @@
22
22
  }
23
23
  return Object.freeze(Object.defineProperty(n2, Symbol.toStringTag, { value: "Module" }));
24
24
  }
25
- const version$1 = "2.1.0";
25
+ const version$1 = "2.2.0";
26
26
  const description = "A command-line interface for styleframe.";
27
27
  const main$1 = citty.defineCommand({
28
28
  meta: {
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import { defineCommand, runMain } from "citty";
3
- const version = "2.1.0";
3
+ const version = "2.2.0";
4
4
  const description = "A command-line interface for styleframe.";
5
5
  const main = defineCommand({
6
6
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@styleframe/cli",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "A command-line interface for styleframe.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -25,15 +25,15 @@
25
25
  "magicast": "^0.5.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "@styleframe/loader": "^2.1.0"
28
+ "@styleframe/loader": "^2.2.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@styleframe/config-typescript": "^1",
32
- "@styleframe/config-vite": "^1",
33
- "@styleframe/core": "^2.1.0",
31
+ "@styleframe/config-typescript": "^2",
32
+ "@styleframe/config-vite": "^2",
33
+ "@styleframe/core": "^2.2.0",
34
34
  "@styleframe/license": "^2.0.0",
35
- "@styleframe/theme": "^1",
36
- "@styleframe/loader": "^2.1.0",
35
+ "@styleframe/theme": "^2.1.0",
36
+ "@styleframe/loader": "^2.2.0",
37
37
  "@vitest/coverage-v8": "^3.2.4",
38
38
  "tsx": "^4.20.6",
39
39
  "typescript": "^5.8.3",