styleframe 1.0.1 → 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.
Files changed (47) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/LICENSE +21 -0
  3. package/dist/cli.cjs +1 -0
  4. package/dist/cli.js +1 -0
  5. package/dist/cli.js.map +1 -1
  6. package/dist/plugin/astro.cjs +8 -0
  7. package/dist/plugin/astro.d.cts +2 -0
  8. package/dist/plugin/astro.d.ts +2 -0
  9. package/dist/plugin/astro.js +8 -0
  10. package/dist/plugin/astro.js.map +1 -0
  11. package/dist/plugin/chunk-CUT6urMc.cjs +30 -0
  12. package/dist/plugin/esbuild.cjs +8 -0
  13. package/dist/plugin/esbuild.d.cts +2 -0
  14. package/dist/plugin/esbuild.d.ts +2 -0
  15. package/dist/plugin/esbuild.js +8 -0
  16. package/dist/plugin/esbuild.js.map +1 -0
  17. package/dist/plugin/farm.cjs +8 -0
  18. package/dist/plugin/farm.d.cts +2 -0
  19. package/dist/plugin/farm.d.ts +2 -0
  20. package/dist/plugin/farm.js +8 -0
  21. package/dist/plugin/farm.js.map +1 -0
  22. package/dist/plugin/nuxt.cjs +8 -0
  23. package/dist/plugin/nuxt.d.cts +2 -0
  24. package/dist/plugin/nuxt.d.ts +2 -0
  25. package/dist/plugin/nuxt.js +8 -0
  26. package/dist/plugin/nuxt.js.map +1 -0
  27. package/dist/plugin/rollup.cjs +8 -0
  28. package/dist/plugin/rollup.d.cts +2 -0
  29. package/dist/plugin/rollup.d.ts +2 -0
  30. package/dist/plugin/rollup.js +8 -0
  31. package/dist/plugin/rollup.js.map +1 -0
  32. package/dist/plugin/rspack.cjs +8 -0
  33. package/dist/plugin/rspack.d.cts +2 -0
  34. package/dist/plugin/rspack.d.ts +2 -0
  35. package/dist/plugin/rspack.js +8 -0
  36. package/dist/plugin/rspack.js.map +1 -0
  37. package/dist/plugin/vite.cjs +8 -0
  38. package/dist/plugin/vite.d.cts +2 -0
  39. package/dist/plugin/vite.d.ts +2 -0
  40. package/dist/plugin/vite.js +8 -0
  41. package/dist/plugin/vite.js.map +1 -0
  42. package/dist/plugin/webpack.cjs +8 -0
  43. package/dist/plugin/webpack.d.cts +2 -0
  44. package/dist/plugin/webpack.d.ts +2 -0
  45. package/dist/plugin/webpack.js +8 -0
  46. package/dist/plugin/webpack.js.map +1 -0
  47. package/package.json +63 -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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Alex Grozav
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/cli.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  //#region rolldown:runtime
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
package/dist/cli.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import main from "@styleframe/cli";
2
3
 
3
4
  //#region src/cli.ts
package/dist/cli.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","names":[],"sources":["../src/cli.ts"],"sourcesContent":["import main from \"@styleframe/cli\";\n\nmain();\n"],"mappings":";;;AAEA,MAAM"}
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"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_astro = require_chunk.__toESM(require("@styleframe/plugin/astro"));
3
+
4
+ //#region src/plugin/astro.ts
5
+ var astro_default = __styleframe_plugin_astro.default;
6
+
7
+ //#endregion
8
+ module.exports = astro_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/astro";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/astro";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/astro";
2
+
3
+ //#region src/plugin/astro.ts
4
+ var astro_default = plugin;
5
+
6
+ //#endregion
7
+ export { astro_default as default };
8
+ //# sourceMappingURL=astro.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"astro.js","names":[],"sources":["../../src/plugin/astro.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/astro\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,oBAAe"}
@@ -0,0 +1,30 @@
1
+ //#region rolldown:runtime
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
10
+ key = keys[i];
11
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
12
+ get: ((k) => from[k]).bind(null, key),
13
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
14
+ });
15
+ }
16
+ return to;
17
+ };
18
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
19
+ value: mod,
20
+ enumerable: true
21
+ }) : target, mod));
22
+
23
+ //#endregion
24
+
25
+ Object.defineProperty(exports, '__toESM', {
26
+ enumerable: true,
27
+ get: function () {
28
+ return __toESM;
29
+ }
30
+ });
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_esbuild = require_chunk.__toESM(require("@styleframe/plugin/esbuild"));
3
+
4
+ //#region src/plugin/esbuild.ts
5
+ var esbuild_default = __styleframe_plugin_esbuild.default;
6
+
7
+ //#endregion
8
+ module.exports = esbuild_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/esbuild";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/esbuild";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/esbuild";
2
+
3
+ //#region src/plugin/esbuild.ts
4
+ var esbuild_default = plugin;
5
+
6
+ //#endregion
7
+ export { esbuild_default as default };
8
+ //# sourceMappingURL=esbuild.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"esbuild.js","names":[],"sources":["../../src/plugin/esbuild.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/esbuild\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,sBAAe"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_farm = require_chunk.__toESM(require("@styleframe/plugin/farm"));
3
+
4
+ //#region src/plugin/farm.ts
5
+ var farm_default = __styleframe_plugin_farm.default;
6
+
7
+ //#endregion
8
+ module.exports = farm_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/farm";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/farm";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/farm";
2
+
3
+ //#region src/plugin/farm.ts
4
+ var farm_default = plugin;
5
+
6
+ //#endregion
7
+ export { farm_default as default };
8
+ //# sourceMappingURL=farm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"farm.js","names":[],"sources":["../../src/plugin/farm.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/farm\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,mBAAe"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_nuxt = require_chunk.__toESM(require("@styleframe/plugin/nuxt"));
3
+
4
+ //#region src/plugin/nuxt.ts
5
+ var nuxt_default = __styleframe_plugin_nuxt.default;
6
+
7
+ //#endregion
8
+ module.exports = nuxt_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/nuxt";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/nuxt";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/nuxt";
2
+
3
+ //#region src/plugin/nuxt.ts
4
+ var nuxt_default = plugin;
5
+
6
+ //#endregion
7
+ export { nuxt_default as default };
8
+ //# sourceMappingURL=nuxt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nuxt.js","names":[],"sources":["../../src/plugin/nuxt.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/nuxt\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,mBAAe"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_rollup = require_chunk.__toESM(require("@styleframe/plugin/rollup"));
3
+
4
+ //#region src/plugin/rollup.ts
5
+ var rollup_default = __styleframe_plugin_rollup.default;
6
+
7
+ //#endregion
8
+ module.exports = rollup_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/rollup";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/rollup";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/rollup";
2
+
3
+ //#region src/plugin/rollup.ts
4
+ var rollup_default = plugin;
5
+
6
+ //#endregion
7
+ export { rollup_default as default };
8
+ //# sourceMappingURL=rollup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rollup.js","names":[],"sources":["../../src/plugin/rollup.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/rollup\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,qBAAe"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_rspack = require_chunk.__toESM(require("@styleframe/plugin/rspack"));
3
+
4
+ //#region src/plugin/rspack.ts
5
+ var rspack_default = __styleframe_plugin_rspack.default;
6
+
7
+ //#endregion
8
+ module.exports = rspack_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/rspack";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/rspack";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/rspack";
2
+
3
+ //#region src/plugin/rspack.ts
4
+ var rspack_default = plugin;
5
+
6
+ //#endregion
7
+ export { rspack_default as default };
8
+ //# sourceMappingURL=rspack.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rspack.js","names":[],"sources":["../../src/plugin/rspack.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/rspack\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,qBAAe"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_vite = require_chunk.__toESM(require("@styleframe/plugin/vite"));
3
+
4
+ //#region src/plugin/vite.ts
5
+ var vite_default = __styleframe_plugin_vite.default;
6
+
7
+ //#endregion
8
+ module.exports = vite_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/vite";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/vite";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/vite";
2
+
3
+ //#region src/plugin/vite.ts
4
+ var vite_default = plugin;
5
+
6
+ //#endregion
7
+ export { vite_default as default };
8
+ //# sourceMappingURL=vite.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vite.js","names":[],"sources":["../../src/plugin/vite.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/vite\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,mBAAe"}
@@ -0,0 +1,8 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ const __styleframe_plugin_webpack = require_chunk.__toESM(require("@styleframe/plugin/webpack"));
3
+
4
+ //#region src/plugin/webpack.ts
5
+ var webpack_default = __styleframe_plugin_webpack.default;
6
+
7
+ //#endregion
8
+ module.exports = webpack_default;
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/webpack";
2
+ export { plugin as default };
@@ -0,0 +1,2 @@
1
+ import plugin from "@styleframe/plugin/webpack";
2
+ export { plugin as default };
@@ -0,0 +1,8 @@
1
+ import plugin from "@styleframe/plugin/webpack";
2
+
3
+ //#region src/plugin/webpack.ts
4
+ var webpack_default = plugin;
5
+
6
+ //#endregion
7
+ export { webpack_default as default };
8
+ //# sourceMappingURL=webpack.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webpack.js","names":[],"sources":["../../src/plugin/webpack.ts"],"sourcesContent":["import plugin from \"@styleframe/plugin/webpack\";\n\nexport default plugin;\n"],"mappings":";;;AAEA,sBAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "styleframe",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "bin": {
5
5
  "styleframe": "./dist/cli.cjs"
6
6
  },
@@ -8,9 +8,12 @@
8
8
  "type": "module",
9
9
  "license": "MIT",
10
10
  "files": [
11
- "README.md",
12
- "dist"
11
+ "dist",
12
+ "LICENSE",
13
+ "CHANGELOG.md",
14
+ "README.md"
13
15
  ],
16
+ "sideEffects": false,
14
17
  "main": "./dist/index.js",
15
18
  "module": "./dist/index.js",
16
19
  "types": "./dist/index.d.ts",
@@ -35,24 +38,71 @@
35
38
  "import": "./dist/transpiler.js",
36
39
  "require": "./dist/transpiler.cjs"
37
40
  },
41
+ "./plugin/astro": {
42
+ "types": "./dist/plugin/astro.d.ts",
43
+ "import": "./dist/plugin/astro.js",
44
+ "require": "./dist/plugin/astro.cjs"
45
+ },
46
+ "./plugin/esbuild": {
47
+ "types": "./dist/plugin/esbuild.d.ts",
48
+ "import": "./dist/plugin/esbuild.js",
49
+ "require": "./dist/plugin/esbuild.cjs"
50
+ },
51
+ "./plugin/farm": {
52
+ "types": "./dist/plugin/farm.d.ts",
53
+ "import": "./dist/plugin/farm.js",
54
+ "require": "./dist/plugin/farm.cjs"
55
+ },
56
+ "./plugin/nuxt": {
57
+ "types": "./dist/plugin/nuxt.d.ts",
58
+ "import": "./dist/plugin/nuxt.js",
59
+ "require": "./dist/plugin/nuxt.cjs"
60
+ },
61
+ "./plugin/rollup": {
62
+ "types": "./dist/plugin/rollup.d.ts",
63
+ "import": "./dist/plugin/rollup.js",
64
+ "require": "./dist/plugin/rollup.cjs"
65
+ },
66
+ "./plugin/rspack": {
67
+ "types": "./dist/plugin/rspack.d.ts",
68
+ "import": "./dist/plugin/rspack.js",
69
+ "require": "./dist/plugin/rspack.cjs"
70
+ },
71
+ "./plugin/vite": {
72
+ "types": "./dist/plugin/vite.d.ts",
73
+ "import": "./dist/plugin/vite.js",
74
+ "require": "./dist/plugin/vite.cjs"
75
+ },
76
+ "./plugin/webpack": {
77
+ "types": "./dist/plugin/webpack.d.ts",
78
+ "import": "./dist/plugin/webpack.js",
79
+ "require": "./dist/plugin/webpack.cjs"
80
+ },
38
81
  "./package.json": "./package.json"
39
82
  },
40
83
  "publishConfig": {
41
84
  "access": "public"
42
85
  },
43
- "dependencies": {
44
- "@styleframe/cli": "^1.0.1",
45
- "@styleframe/transpiler": "^1.0.1",
46
- "@styleframe/core": "^1.0.1",
47
- "@styleframe/loader": "^1.0.1"
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"
48
92
  },
49
93
  "devDependencies": {
50
94
  "@types/node": "^22.15.17",
95
+ "@vitest/coverage-v8": "^3.2.4",
51
96
  "bumpp": "^10.1.0",
52
97
  "tsdown": "^0.11.9",
53
98
  "typescript": "^5.8.3",
54
99
  "vitest": "^3.1.3",
55
- "@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"
56
106
  },
57
107
  "homepage": "https://github.com/styleframe-dev/styleframe#readme",
58
108
  "bugs": {
@@ -63,10 +113,13 @@
63
113
  "url": "git+https://github.com/styleframe-dev/styleframe.git"
64
114
  },
65
115
  "author": "Alex Grozav <alex@styleframe.dev>",
116
+ "overrides": {
117
+ "vite": "npm:rolldown-vite@latest"
118
+ },
66
119
  "scripts": {
67
120
  "build": "tsdown",
68
121
  "dev": "tsdown --watch",
69
- "test": "vitest",
122
+ "test": "vitest run --passWithNoTests",
70
123
  "typecheck": "tsc --noEmit",
71
124
  "release": "bumpp && npm publish"
72
125
  }