@vue-jsx-vapor/macros 1.7.0 → 2.0.0

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/astro.cjs CHANGED
@@ -7,7 +7,7 @@ require('./chunk-UZ426MO6.cjs');
7
7
 
8
8
  // src/astro.ts
9
9
  var astro_default = (options) => ({
10
- name: "unplugin-vue-jsx-vapor",
10
+ name: "vue-jsx-vapor",
11
11
  hooks: {
12
12
  "astro:config:setup": (astro) => {
13
13
  astro.config.vite.plugins ||= [];
package/dist/astro.js CHANGED
@@ -7,7 +7,7 @@ import "./chunk-ZXRSELD6.js";
7
7
 
8
8
  // src/astro.ts
9
9
  var astro_default = (options) => ({
10
- name: "unplugin-vue-jsx-vapor",
10
+ name: "vue-jsx-vapor",
11
11
  hooks: {
12
12
  "astro:config:setup": (astro) => {
13
13
  astro.config.vite.plugins ||= [];
package/dist/nuxt.cjs CHANGED
@@ -14,7 +14,7 @@ var _kit = require('@nuxt/kit');
14
14
  require('@nuxt/schema');
15
15
  var nuxt_default = _kit.defineNuxtModule.call(void 0, {
16
16
  meta: {
17
- name: "nuxt-unplugin-vue-jsx-vapor",
17
+ name: "nuxt-vue-jsx-vapor",
18
18
  configKey: "unpluginStarter"
19
19
  },
20
20
  setup(options) {
package/dist/nuxt.js CHANGED
@@ -14,7 +14,7 @@ import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
14
14
  import "@nuxt/schema";
15
15
  var nuxt_default = defineNuxtModule({
16
16
  meta: {
17
- name: "nuxt-unplugin-vue-jsx-vapor",
17
+ name: "nuxt-vue-jsx-vapor",
18
18
  configKey: "unpluginStarter"
19
19
  },
20
20
  setup(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-jsx-vapor/macros",
3
- "version": "1.7.0",
3
+ "version": "2.0.0",
4
4
  "description": "Macros for Vue JSX Vapor",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -11,13 +11,13 @@
11
11
  "vapor"
12
12
  ],
13
13
  "license": "MIT",
14
- "homepage": "https://github.com/unplugin/unplugin-vue-jsx-vapor#readme",
14
+ "homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
15
15
  "bugs": {
16
- "url": "https://github.com/unplugin/unplugin-vue-jsx-vapor/issues"
16
+ "url": "https://github.com/vuejs/vue-jsx-vapor/issues"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+https://github.com/unplugin/unplugin-vue-jsx-vapor.git"
20
+ "url": "git+https://github.com/vuejs/vue-jsx-vapor.git"
21
21
  },
22
22
  "files": [
23
23
  "dist"
@@ -181,7 +181,6 @@
181
181
  "@nuxt/schema": "^3.16.0",
182
182
  "@types/hash-sum": "^1.0.2",
183
183
  "@vue-macros/test-utils": "3.0.0-beta.4",
184
- "vitest": "^3.0.8",
185
184
  "vue": "https://pkg.pr.new/vue@ce35a8c"
186
185
  },
187
186
  "scripts": {