@vue-macros/define-prop
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -1,4 +0,4 @@ | ||
export { E as Edition, P as PROPS_VARIABLE_NAME, t as transformDefineProp } from './index-E12cCn9l.js'; | ||
export { E as Edition, P as PROPS_VARIABLE_NAME, t as transformDefineProp } from './index-Ca7SOHYu.js'; | ||
import * as t from '@babel/types'; | ||
import { MagicStringAST } from '@vue-macros/common'; | ||
import * as t from '@babel/types'; | ||
@@ -5,0 +5,0 @@ type Impl = (ctx: { |
@@ -7,3 +7,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk5B2F5V3Fjs = require('./chunk-5B2F5V3F.js'); | ||
var _chunkLD7YOX53js = require('./chunk-LD7YOX53.js'); | ||
@@ -15,2 +15,2 @@ | ||
exports.PROPS_VARIABLE_NAME = _chunk5B2F5V3Fjs.PROPS_VARIABLE_NAME; exports.johnsonEdition = _chunk5B2F5V3Fjs.johnsonEdition; exports.kevinEdition = _chunk5B2F5V3Fjs.kevinEdition; exports.stringifyArray = _chunk5B2F5V3Fjs.stringifyArray; exports.transformDefineProp = _chunk5B2F5V3Fjs.transformDefineProp; | ||
exports.PROPS_VARIABLE_NAME = _chunkLD7YOX53js.PROPS_VARIABLE_NAME; exports.johnsonEdition = _chunkLD7YOX53js.johnsonEdition; exports.kevinEdition = _chunkLD7YOX53js.kevinEdition; exports.stringifyArray = _chunkLD7YOX53js.stringifyArray; exports.transformDefineProp = _chunkLD7YOX53js.transformDefineProp; |
@@ -1,9 +0,8 @@ | ||
import * as esbuild from 'esbuild'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
import './index-E12cCn9l.js'; | ||
import './index-Ca7SOHYu.js'; | ||
declare const _default: (options?: Options | undefined) => esbuild.Plugin; | ||
declare const _default: typeof plugin.esbuild; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk43RDERECjs = require('./chunk-43RDEREC.js'); | ||
require('./chunk-5B2F5V3F.js'); | ||
var _chunkB44WE55Bjs = require('./chunk-B44WE55B.js'); | ||
require('./chunk-LD7YOX53.js'); | ||
// src/esbuild.ts | ||
var esbuild_default = _chunk43RDERECjs.src_default.esbuild; | ||
var esbuild_default = _chunkB44WE55Bjs.src_default.esbuild; | ||
@@ -9,0 +9,0 @@ |
@@ -1,4 +0,4 @@ | ||
import * as unplugin from 'unplugin'; | ||
import { BaseOptions, MarkRequired } from '@vue-macros/common'; | ||
import { E as Edition } from './index-E12cCn9l.js'; | ||
import { UnpluginInstance } from 'unplugin'; | ||
import { E as Edition } from './index-Ca7SOHYu.js'; | ||
@@ -10,4 +10,4 @@ interface Options extends BaseOptions { | ||
type OptionsResolved = MarkRequired<Options, 'include' | 'version' | 'isProduction' | 'edition'>; | ||
declare const _default: unplugin.UnpluginInstance<Options | undefined, false>; | ||
declare const plugin: UnpluginInstance<Options | undefined, false>; | ||
export { type Options, type OptionsResolved, _default as default }; | ||
export { type Options, type OptionsResolved, plugin as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk43RDERECjs = require('./chunk-43RDEREC.js'); | ||
require('./chunk-5B2F5V3F.js'); | ||
var _chunkB44WE55Bjs = require('./chunk-B44WE55B.js'); | ||
require('./chunk-LD7YOX53.js'); | ||
exports.default = _chunk43RDERECjs.src_default; | ||
exports.default = _chunkB44WE55Bjs.src_default; | ||
module.exports = exports.default; |
@@ -1,9 +0,8 @@ | ||
import * as rollup from 'rollup'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
import './index-E12cCn9l.js'; | ||
import './index-Ca7SOHYu.js'; | ||
declare const _default: (options?: Options | undefined) => rollup.Plugin<any>; | ||
declare const _default: typeof plugin.rollup; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk43RDERECjs = require('./chunk-43RDEREC.js'); | ||
require('./chunk-5B2F5V3F.js'); | ||
var _chunkB44WE55Bjs = require('./chunk-B44WE55B.js'); | ||
require('./chunk-LD7YOX53.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunk43RDERECjs.src_default.rollup; | ||
var rollup_default = _chunkB44WE55Bjs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
@@ -1,9 +0,8 @@ | ||
import * as vite from 'vite'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
import './index-E12cCn9l.js'; | ||
import './index-Ca7SOHYu.js'; | ||
declare const _default: (options?: Options | undefined) => vite.Plugin<any>; | ||
declare const _default: typeof plugin.vite; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk43RDERECjs = require('./chunk-43RDEREC.js'); | ||
require('./chunk-5B2F5V3F.js'); | ||
var _chunkB44WE55Bjs = require('./chunk-B44WE55B.js'); | ||
require('./chunk-LD7YOX53.js'); | ||
// src/vite.ts | ||
var vite_default = _chunk43RDERECjs.src_default.vite; | ||
var vite_default = _chunkB44WE55Bjs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
@@ -1,9 +0,8 @@ | ||
import * as webpack from 'webpack'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
import './index-E12cCn9l.js'; | ||
import './index-Ca7SOHYu.js'; | ||
declare const _default: (options?: Options | undefined) => webpack.WebpackPluginInstance; | ||
declare const _default: typeof plugin.webpack; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk43RDERECjs = require('./chunk-43RDEREC.js'); | ||
require('./chunk-5B2F5V3F.js'); | ||
var _chunkB44WE55Bjs = require('./chunk-B44WE55B.js'); | ||
require('./chunk-LD7YOX53.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunk43RDERECjs.src_default.webpack; | ||
var webpack_default = _chunkB44WE55Bjs.src_default.webpack; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@vue-macros/define-prop", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "define-prop feature from Vue Macros.", | ||
"type": "commonjs", | ||
"keywords": [ | ||
@@ -81,8 +82,8 @@ "vue-macros", | ||
"dependencies": { | ||
"unplugin": "^1.10.1", | ||
"@vue-macros/api": "0.9.7", | ||
"@vue-macros/common": "1.10.4" | ||
"unplugin": "^1.11.0", | ||
"@vue-macros/api": "0.10.0", | ||
"@vue-macros/common": "1.11.0" | ||
}, | ||
"devDependencies": { | ||
"vue": "^3.4.27" | ||
"vue": "^3.4.33" | ||
}, | ||
@@ -89,0 +90,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31664
734
+ Added@vue-macros/api@0.10.0(transitive)
+ Added@vue-macros/common@1.11.0(transitive)
+ Addedast-kit@1.4.2(transitive)
- Removed@vue-macros/api@0.9.7(transitive)
- Removed@vue-macros/common@1.10.4(transitive)
- Removedast-kit@0.12.2(transitive)
- Removedpathe@1.1.2(transitive)
Updated@vue-macros/api@0.10.0
Updated@vue-macros/common@1.11.0
Updatedunplugin@^1.11.0