rollup-plugin-vue
Advanced tools
Comparing version 6.0.0-alpha.4 to 6.0.0-alpha.5
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
try { | ||
@@ -12,6 +14,6 @@ require.resolve('@vue/compiler-sfc'); | ||
const compiler_sfc_1 = require("@vue/compiler-sfc"); | ||
const debug_1 = tslib_1.__importDefault(require("debug")); | ||
const hash_sum_1 = tslib_1.__importDefault(require("hash-sum")); | ||
const debug_1 = __importDefault(require("debug")); | ||
const hash_sum_1 = __importDefault(require("hash-sum")); | ||
const path_1 = require("path"); | ||
const querystring_1 = tslib_1.__importDefault(require("querystring")); | ||
const querystring_1 = __importDefault(require("querystring")); | ||
const rollup_pluginutils_1 = require("rollup-pluginutils"); | ||
@@ -18,0 +20,0 @@ const sourcemap_codec_1 = require("sourcemap-codec"); |
{ | ||
"name": "rollup-plugin-vue", | ||
"version": "6.0.0-alpha.4", | ||
"version": "6.0.0-alpha.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
18620
383