@bamboocss/plugin-vue 1.11.4 → 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/plugin-vue",
3
- "version": "1.11.4",
3
+ "version": "1.12.1",
4
4
  "description": "Bamboo CSS plugin for Vue single file component support",
5
5
  "homepage": "https://bamboo-css.com",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@vue/compiler-sfc": "3.5.25",
37
37
  "magic-string": "0.30.21",
38
- "@bamboocss/types": "1.11.4"
38
+ "@bamboocss/types": "1.12.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@vue/compiler-core": "3.5.25"
package/dist/index.d.cts DELETED
@@ -1,9 +0,0 @@
1
- import { BambooPlugin } from "@bamboocss/types";
2
-
3
- //#region src/vue-to-tsx.d.ts
4
- declare const vueToTsx: (code: string) => string;
5
- //#endregion
6
- //#region src/index.d.ts
7
- declare function pluginVue(): BambooPlugin;
8
- //#endregion
9
- export { pluginVue, vueToTsx };
package/dist/index.d.mts DELETED
@@ -1,9 +0,0 @@
1
- import { BambooPlugin } from "@bamboocss/types";
2
-
3
- //#region src/vue-to-tsx.d.ts
4
- declare const vueToTsx: (code: string) => string;
5
- //#endregion
6
- //#region src/index.d.ts
7
- declare function pluginVue(): BambooPlugin;
8
- //#endregion
9
- export { pluginVue, vueToTsx };