@bamboocss/plugin-vue 1.12.2 → 1.13.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/LICENSE.md CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) 2023 Segun Adebayo
4
+ Copyright (c) 2026 Gajus Kuizinas
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6
7
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
@@ -0,0 +1,9 @@
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 };
@@ -0,0 +1,9 @@
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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@bamboocss/plugin-vue",
3
- "version": "1.12.2",
3
+ "version": "1.13.1",
4
4
  "description": "Bamboo CSS plugin for Vue single file component support",
5
- "homepage": "https://bamboo-css.com",
5
+ "homepage": "https://bamboocss.com",
6
6
  "license": "MIT",
7
- "author": "Segun Adebayo <joseshegs@gmail.com>",
7
+ "author": "Gajus Kuizinas <gajus@gajus.com>",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/bamboocss/bamboo.git",
@@ -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.12.2"
38
+ "@bamboocss/types": "1.13.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@vue/compiler-core": "3.5.25"