@styleframe/cli 1.0.5 → 2.0.1

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/dist/index.js CHANGED
@@ -10,7 +10,7 @@ const main = defineCommand({
10
10
  },
11
11
  subCommands: {
12
12
  init: () => import("./init-8BBfDuR2.js").then((m) => m.default),
13
- build: () => import("./build-DMySNOvV.js").then((n) => n.e).then((m) => m.default)
13
+ build: () => import("./build-DXu94ro9.js").then((n) => n.e).then((m) => m.default)
14
14
  }
15
15
  });
16
16
  function run() {
@@ -1,4 +1,4 @@
1
- import { N } from "./build-DMySNOvV.js";
1
+ import { N } from "./build-DXu94ro9.js";
2
2
  function R(C) {
3
3
  return C && C.__esModule && Object.prototype.hasOwnProperty.call(C, "default") ? C.default : C;
4
4
  }
@@ -0,0 +1,4 @@
1
+ import { h } from "./build-DXu94ro9.js";
2
+ export {
3
+ h as parseJSONC
4
+ };
@@ -1,4 +1,4 @@
1
- import { r as requireNode, a as requireNodeFetchNative_DhEqb06g } from "./index-DxmWvPof.js";
1
+ import { r as requireNode, a as requireNodeFetchNative_DhEqb06g } from "./index-0jlofXE2.js";
2
2
  import "node:http";
3
3
  import "node:https";
4
4
  import "node:zlib";
@@ -1,4 +1,4 @@
1
- import { N } from "./build-DMySNOvV.js";
1
+ import { N } from "./build-DXu94ro9.js";
2
2
  /*!
3
3
  * Copyright (c) Squirrel Chat et al., All rights reserved.
4
4
  * SPDX-License-Identifier: BSD-3-Clause
@@ -1,4 +1,4 @@
1
- import { N as N$1 } from "./build-DMySNOvV.js";
1
+ import { N as N$1 } from "./build-DXu94ro9.js";
2
2
  /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
3
3
  function oe(e) {
4
4
  return typeof e > "u" || e === null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@styleframe/cli",
3
- "version": "1.0.5",
3
+ "version": "2.0.1",
4
4
  "description": "A command-line interface for styleframe.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "citty": "^0.1.6",
24
24
  "consola": "^3.0.0-2",
25
25
  "magicast": "^0.5.0",
26
- "@styleframe/loader": "^1.0.3"
26
+ "@styleframe/loader": "^2.0.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@vitest/coverage-v8": "^3.2.4",
@@ -33,9 +33,9 @@
33
33
  "vite-plugin-dts": "^4.5.4",
34
34
  "vite-plugin-node": "^7.0.0",
35
35
  "vitest": "^3.2.4",
36
- "@styleframe/config-typescript": "^1.0.1",
37
- "@styleframe/core": "^1.0.2",
38
- "@styleframe/config-vite": "^1.0.1"
36
+ "@styleframe/config-vite": "^2.0.1",
37
+ "@styleframe/core": "^2.0.1",
38
+ "@styleframe/config-typescript": "^2.0.1"
39
39
  },
40
40
  "homepage": "https://github.com/styleframe-dev/styleframe#readme",
41
41
  "bugs": {
@@ -1,4 +0,0 @@
1
- import { h } from "./build-DMySNOvV.js";
2
- export {
3
- h as parseJSONC
4
- };