vue-decorator
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -34,3 +34,3 @@ (function (global, factory) { | ||
var __spreadArrays = (null && null.__spreadArrays) || function () { | ||
var __spreadArrays = (undefined && undefined.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
@@ -37,0 +37,0 @@ for (var r = Array(s), k = 0, i = 0; i < il; i++) |
{ | ||
"name": "vue-decorator", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Custom decorators to vue-class-component that fits Vue 3", | ||
"main": "lib/index.umd.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"sideEffects": false, | ||
@@ -9,0 +8,0 @@ "files": [ |
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
14401