@stylexswc/unplugin 0.15.5-rc.1 → 0.16.0-rc.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/esbuild.d.cts +2 -2
- package/dist/esbuild.d.ts +2 -2
- package/dist/vite.d.cts +2 -2
- package/dist/vite.d.ts +2 -2
- package/package.json +13 -23
package/dist/esbuild.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as unplugin from 'unplugin';
|
|
2
2
|
import { UnpluginStylexRSOptions } from './types.cjs';
|
|
3
3
|
import '@stylexswc/rs-compiler';
|
|
4
4
|
|
|
5
|
-
declare const _default: (options?: UnpluginStylexRSOptions | undefined) =>
|
|
5
|
+
declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.EsbuildPlugin;
|
|
6
6
|
|
|
7
7
|
export = _default;
|
package/dist/esbuild.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as unplugin from 'unplugin';
|
|
2
2
|
import { UnpluginStylexRSOptions } from './types.js';
|
|
3
3
|
import '@stylexswc/rs-compiler';
|
|
4
4
|
|
|
5
|
-
declare const _default: (options?: UnpluginStylexRSOptions | undefined) =>
|
|
5
|
+
declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.EsbuildPlugin;
|
|
6
6
|
|
|
7
7
|
export { _default as default };
|
package/dist/vite.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as unplugin from 'unplugin';
|
|
2
2
|
import { UnpluginStylexRSOptions } from './types.cjs';
|
|
3
3
|
import '@stylexswc/rs-compiler';
|
|
4
4
|
|
|
5
|
-
declare const _default: (options?: UnpluginStylexRSOptions | undefined) =>
|
|
5
|
+
declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.VitePlugin<any> | unplugin.VitePlugin<any>[];
|
|
6
6
|
|
|
7
7
|
export = _default;
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as unplugin from 'unplugin';
|
|
2
2
|
import { UnpluginStylexRSOptions } from './types.js';
|
|
3
3
|
import '@stylexswc/rs-compiler';
|
|
4
4
|
|
|
5
|
-
declare const _default: (options?: UnpluginStylexRSOptions | undefined) =>
|
|
5
|
+
declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.VitePlugin<any> | unplugin.VitePlugin<any>[];
|
|
6
6
|
|
|
7
7
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexswc/unplugin",
|
|
3
3
|
"description": "Unplugin for StyleX RS compiler",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.16.0-rc.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -73,33 +73,23 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@stylexjs/babel-plugin": "^0.18.
|
|
77
|
-
"@stylexswc/rs-compiler": "0.
|
|
78
|
-
"unplugin": "^
|
|
79
|
-
"vite": "^8.0.
|
|
80
|
-
"vite-plugin-inspect": "^11.3.3"
|
|
76
|
+
"@stylexjs/babel-plugin": "^0.18.3",
|
|
77
|
+
"@stylexswc/rs-compiler": "0.16.0-rc.1",
|
|
78
|
+
"unplugin": "^3.0.0",
|
|
79
|
+
"vite": "^8.0.10"
|
|
81
80
|
},
|
|
82
81
|
"devDependencies": {
|
|
83
|
-
"@nuxt/kit": "^4.
|
|
84
|
-
"@nuxt/schema": "^4.
|
|
82
|
+
"@nuxt/kit": "^4.4.4",
|
|
83
|
+
"@nuxt/schema": "^4.4.4",
|
|
85
84
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
86
|
-
"@rollup/plugin-html": "^2.0.0",
|
|
87
85
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
88
|
-
"@
|
|
89
|
-
"
|
|
90
|
-
"@types/jest": "^30.0.0",
|
|
91
|
-
"@types/node": "^25.5.0",
|
|
92
|
-
"chalk": "^5.6.2",
|
|
93
|
-
"eslint": "^10.0.2",
|
|
86
|
+
"@types/node": "^25.6.0",
|
|
87
|
+
"eslint": "^10.3.0",
|
|
94
88
|
"esno": "^4.7.0",
|
|
95
|
-
"
|
|
96
|
-
"jest": "^30.3.0",
|
|
97
|
-
"nodemon": "^3.1.14",
|
|
98
|
-
"rollup": "^4.60.1",
|
|
89
|
+
"rollup": "^4.60.2",
|
|
99
90
|
"tsup": "^8.5.1",
|
|
100
|
-
"typescript": "^6.0.
|
|
101
|
-
"vitest": "^4.1.
|
|
102
|
-
"webpack": "^5.105.4"
|
|
91
|
+
"typescript": "^6.0.3",
|
|
92
|
+
"vitest": "^4.1.5"
|
|
103
93
|
},
|
|
104
94
|
"peerDependencies": {
|
|
105
95
|
"@farmfe/core": ">=1.7.11 <2.0.0",
|
|
@@ -169,7 +159,7 @@
|
|
|
169
159
|
"play": "pnpm -C playground run dev",
|
|
170
160
|
"postbuild": "pnpm run check:artifacts",
|
|
171
161
|
"start": "esno src/index.ts",
|
|
172
|
-
"test": "
|
|
162
|
+
"test": "vitest",
|
|
173
163
|
"typecheck": "scripty --ts"
|
|
174
164
|
}
|
|
175
165
|
}
|