@vue-macros/short-bind
Advanced tools
Comparing version 0.2.5 to 0.2.6
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk7ADJIZ7Djs = require('./chunk-7ADJIZ7D.js'); | ||
var _chunk6243JFEFjs = require('./chunk-6243JFEF.js'); | ||
exports.transformShortBind = _chunk7ADJIZ7Djs.transformShortBind; | ||
exports.transformShortBind = _chunk6243JFEFjs.transformShortBind; |
@@ -6,3 +6,3 @@ import { Options } from './api.js'; | ||
declare function rollup(options?: Options): Plugin; | ||
declare const _default: { | ||
declare const plugin: { | ||
rollup: typeof rollup; | ||
@@ -12,2 +12,2 @@ vite: typeof rollup; | ||
export { Options, _default as default }; | ||
export { Options, plugin as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkIG3N6B67js = require('./chunk-IG3N6B67.js'); | ||
require('./chunk-7ADJIZ7D.js'); | ||
var _chunkURDLRB6Tjs = require('./chunk-URDLRB6T.js'); | ||
require('./chunk-6243JFEF.js'); | ||
exports.default = _chunkIG3N6B67js.src_default; | ||
exports.default = _chunkURDLRB6Tjs.src_default; | ||
module.exports = exports.default; |
@@ -1,7 +0,8 @@ | ||
import * as vite from 'vite'; | ||
import { Options } from './api.js'; | ||
import plugin from './index.js'; | ||
import './api.js'; | ||
import '@vue/compiler-core'; | ||
import 'vite'; | ||
declare const _default: (options?: Options) => vite.Plugin<any>; | ||
declare const _default: typeof plugin.rollup; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkIG3N6B67js = require('./chunk-IG3N6B67.js'); | ||
require('./chunk-7ADJIZ7D.js'); | ||
var _chunkURDLRB6Tjs = require('./chunk-URDLRB6T.js'); | ||
require('./chunk-6243JFEF.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkIG3N6B67js.src_default.rollup; | ||
var rollup_default = _chunkURDLRB6Tjs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
@@ -1,7 +0,8 @@ | ||
import * as vite from 'vite'; | ||
import { Options } from './api.js'; | ||
import plugin from './index.js'; | ||
import './api.js'; | ||
import '@vue/compiler-core'; | ||
import 'vite'; | ||
declare const _default: (options?: Options) => vite.Plugin<any>; | ||
declare const _default: typeof plugin.vite; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkIG3N6B67js = require('./chunk-IG3N6B67.js'); | ||
require('./chunk-7ADJIZ7D.js'); | ||
var _chunkURDLRB6Tjs = require('./chunk-URDLRB6T.js'); | ||
require('./chunk-6243JFEF.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkIG3N6B67js.src_default.vite; | ||
var vite_default = _chunkURDLRB6Tjs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@vue-macros/short-bind", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "short-bind feature from Vue Macros.", | ||
"type": "commonjs", | ||
"keywords": [ | ||
@@ -52,6 +53,3 @@ "vue-macros", | ||
}, | ||
"./*": [ | ||
"./*", | ||
"./*.d.ts" | ||
] | ||
"./*": "./*" | ||
}, | ||
@@ -67,7 +65,7 @@ "typesVersions": { | ||
"dependencies": { | ||
"@vue/compiler-core": "^3.4.27", | ||
"@vue-macros/common": "1.10.4" | ||
"@vue/compiler-core": "^3.4.33", | ||
"@vue-macros/common": "1.11.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/compiler-sfc": "^3.4.27" | ||
"@vue/compiler-sfc": "^3.4.33" | ||
}, | ||
@@ -74,0 +72,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
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
12331
1
+ Added@vue-macros/common@1.11.0(transitive)
+ Addedast-kit@1.4.2(transitive)
- Removed@vue-macros/common@1.10.4(transitive)
- Removedast-kit@0.12.2(transitive)
- Removedpathe@1.1.2(transitive)
Updated@vue-macros/common@1.11.0
Updated@vue/compiler-core@^3.4.33