vue-property-decorator
Advanced tools
Comparing version 8.5.1 to 9.0.0
Changelog | ||
# v9.0.0 | ||
- Move `vue-class-component` to `peerDependencies` | ||
# v8.5.1 | ||
@@ -4,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** vue-property-decorator verson 8.5.1 MIT LICENSE copyright 2020 kaorun343 */ | ||
/** vue-property-decorator verson 9.0.0 MIT LICENSE copyright 2020 kaorun343 */ | ||
/// <reference types='reflect-metadata'/> | ||
@@ -3,0 +3,0 @@ 'use strict'; |
@@ -10,3 +10,3 @@ (function (global, factory) { | ||
/** vue-property-decorator verson 8.5.1 MIT LICENSE copyright 2020 kaorun343 */ | ||
/** vue-property-decorator verson 9.0.0 MIT LICENSE copyright 2020 kaorun343 */ | ||
/** Used for keying reactive provide/inject properties */ | ||
@@ -13,0 +13,0 @@ var reactiveInjectKey = '__reactiveInject__'; |
{ | ||
"name": "vue-property-decorator", | ||
"version": "8.5.1", | ||
"version": "9.0.0", | ||
"description": "property decorators for Vue Component", | ||
@@ -32,10 +32,10 @@ "main": "lib/vue-property-decorator.umd.js", | ||
"typescript": "^3.5.2", | ||
"vue": "^2.6.10" | ||
"vue": "^2.6.10", | ||
"vue-class-component": "^7.2.3" | ||
}, | ||
"typings": "./lib/vue-property-decorator.d.ts", | ||
"dependencies": { | ||
"vue-class-component": "^7.1.0" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"vue": "*" | ||
"vue": "*", | ||
"vue-class-component": "*" | ||
}, | ||
@@ -42,0 +42,0 @@ "repository": { |
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
35995
9
- Removedvue-class-component@^7.1.0