@vue-macros/setup-block
Advanced tools
Comparing version 0.0.1 to 0.0.2
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkXMPHL6QMjs = require('./chunk-XMPHL6QM.js'); | ||
var _chunkVSPRKNGZjs = require('./chunk-VSPRKNGZ.js'); | ||
// src/esbuild.ts | ||
var esbuild_default = _chunkXMPHL6QMjs.src_default.esbuild; | ||
var esbuild_default = _chunkVSPRKNGZjs.src_default.esbuild; | ||
@@ -8,0 +8,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkXMPHL6QMjs = require('./chunk-XMPHL6QM.js'); | ||
var _chunkVSPRKNGZjs = require('./chunk-VSPRKNGZ.js'); | ||
exports.default = _chunkXMPHL6QMjs.src_default; | ||
exports.default = _chunkVSPRKNGZjs.src_default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkXMPHL6QMjs = require('./chunk-XMPHL6QM.js'); | ||
var _chunkVSPRKNGZjs = require('./chunk-VSPRKNGZ.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkXMPHL6QMjs.src_default.rollup; | ||
var rollup_default = _chunkVSPRKNGZjs.src_default.rollup; | ||
@@ -8,0 +8,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkXMPHL6QMjs = require('./chunk-XMPHL6QM.js'); | ||
var _chunkVSPRKNGZjs = require('./chunk-VSPRKNGZ.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkXMPHL6QMjs.src_default.vite; | ||
var vite_default = _chunkVSPRKNGZjs.src_default.vite; | ||
@@ -8,0 +8,0 @@ |
@@ -0,1 +1,2 @@ | ||
import * as webpack from 'webpack'; | ||
import { Options } from './index.js'; | ||
@@ -5,4 +6,4 @@ import 'unplugin'; | ||
declare const _default: (options?: Options | undefined) => WebpackPluginInstance; | ||
declare const _default: (options?: Options | undefined) => webpack.WebpackPluginInstance; | ||
export { _default as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkXMPHL6QMjs = require('./chunk-XMPHL6QM.js'); | ||
var _chunkVSPRKNGZjs = require('./chunk-VSPRKNGZ.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunkXMPHL6QMjs.src_default.webpack; | ||
var webpack_default = _chunkVSPRKNGZjs.src_default.webpack; | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@vue-macros/setup-block", | ||
"version": "0.0.1", | ||
"packageManager": "pnpm@7.17.0", | ||
"version": "0.0.2", | ||
"packageManager": "pnpm@7.18.1", | ||
"description": "", | ||
@@ -63,6 +63,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.2.1", | ||
"@rollup/pluginutils": "^5.0.2", | ||
"@vue/compiler-dom": "^3.2.45", | ||
"unplugin": "^1.0.0", | ||
"@vue-macros/common": "~0.13.4" | ||
"unplugin": "^1.0.1", | ||
"@vue-macros/common": "~0.13.5" | ||
}, | ||
@@ -69,0 +69,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10443
242
1
+ Added@rollup/pluginutils@5.1.4(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Addedpicomatch@4.0.2(transitive)
- Removed@rollup/pluginutils@4.2.1(transitive)
- Removedpicomatch@2.3.1(transitive)
Updated@rollup/pluginutils@^5.0.2
Updated@vue-macros/common@~0.13.5
Updatedunplugin@^1.0.1