@vue-macros/define-prop
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -10,3 +10,3 @@ export { E as Edition, P as PROPS_VARIABLE_NAME, t as transformDefineProp } from './index-3e1c6df0.js'; | ||
}) => { | ||
walkCall(node: CallExpression, parent: Node): string; | ||
walkCall(node: CallExpression, parent: Node | undefined | null): string; | ||
genRuntimeProps(isProduction: boolean): Promise<string | undefined>; | ||
@@ -13,0 +13,0 @@ }; |
@@ -7,3 +7,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkMK76IQISjs = require('./chunk-MK76IQIS.js'); | ||
var _chunkTLNPRP22js = require('./chunk-TLNPRP22.js'); | ||
@@ -15,3 +15,3 @@ | ||
exports.PROPS_VARIABLE_NAME = _chunkMK76IQISjs.PROPS_VARIABLE_NAME; exports.johnsonEdition = _chunkMK76IQISjs.johnsonEdition; exports.kevinEdition = _chunkMK76IQISjs.kevinEdition; exports.stringifyArray = _chunkMK76IQISjs.stringifyArray; exports.transformDefineProp = _chunkMK76IQISjs.transformDefineProp; | ||
exports.PROPS_VARIABLE_NAME = _chunkTLNPRP22js.PROPS_VARIABLE_NAME; exports.johnsonEdition = _chunkTLNPRP22js.johnsonEdition; exports.kevinEdition = _chunkTLNPRP22js.kevinEdition; exports.stringifyArray = _chunkTLNPRP22js.stringifyArray; exports.transformDefineProp = _chunkTLNPRP22js.transformDefineProp; | ||
exports.default = module.exports; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkFE3WUIWZjs = require('./chunk-FE3WUIWZ.js'); | ||
require('./chunk-MK76IQIS.js'); | ||
var _chunkZG6A57GAjs = require('./chunk-ZG6A57GA.js'); | ||
require('./chunk-TLNPRP22.js'); | ||
// src/esbuild.ts | ||
var esbuild_default = _chunkFE3WUIWZjs.src_default.esbuild; | ||
var esbuild_default = _chunkZG6A57GAjs.src_default.esbuild; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkFE3WUIWZjs = require('./chunk-FE3WUIWZ.js'); | ||
require('./chunk-MK76IQIS.js'); | ||
var _chunkZG6A57GAjs = require('./chunk-ZG6A57GA.js'); | ||
require('./chunk-TLNPRP22.js'); | ||
exports.default = _chunkFE3WUIWZjs.src_default; | ||
exports.default = _chunkZG6A57GAjs.src_default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkFE3WUIWZjs = require('./chunk-FE3WUIWZ.js'); | ||
require('./chunk-MK76IQIS.js'); | ||
var _chunkZG6A57GAjs = require('./chunk-ZG6A57GA.js'); | ||
require('./chunk-TLNPRP22.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkFE3WUIWZjs.src_default.rollup; | ||
var rollup_default = _chunkZG6A57GAjs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkFE3WUIWZjs = require('./chunk-FE3WUIWZ.js'); | ||
require('./chunk-MK76IQIS.js'); | ||
var _chunkZG6A57GAjs = require('./chunk-ZG6A57GA.js'); | ||
require('./chunk-TLNPRP22.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkFE3WUIWZjs.src_default.vite; | ||
var vite_default = _chunkZG6A57GAjs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkFE3WUIWZjs = require('./chunk-FE3WUIWZ.js'); | ||
require('./chunk-MK76IQIS.js'); | ||
var _chunkZG6A57GAjs = require('./chunk-ZG6A57GA.js'); | ||
require('./chunk-TLNPRP22.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunkFE3WUIWZjs.src_default.webpack; | ||
var webpack_default = _chunkZG6A57GAjs.src_default.webpack; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@vue-macros/define-prop", | ||
"version": "0.1.6", | ||
"packageManager": "pnpm@8.5.1", | ||
"version": "0.1.7", | ||
"packageManager": "pnpm@8.6.0", | ||
"description": "define-prop feature from Vue Macros.", | ||
@@ -88,6 +88,6 @@ "keywords": [ | ||
"dependencies": { | ||
"rollup": "^3.23.0", | ||
"rollup": "^3.23.1", | ||
"unplugin": "^1.3.1", | ||
"@vue-macros/api": "~0.7.1", | ||
"@vue-macros/common": "~1.3.3" | ||
"@vue-macros/api": "~0.7.2", | ||
"@vue-macros/common": "~1.4.0" | ||
}, | ||
@@ -101,5 +101,5 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "tsup && tsx ../../scripts/postbuild.mts", | ||
"build": "tsup && tsx ../../scripts/postbuild.ts", | ||
"dev": "DEV=true tsup" | ||
} | ||
} |
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
26424
662
1
+ Added@vue-macros/common@1.4.1(transitive)
- Removed@vue-macros/common@1.3.3(transitive)
Updated@vue-macros/api@~0.7.2
Updated@vue-macros/common@~1.4.0
Updatedrollup@^3.23.1