nuxt-jsonld
Advanced tools
Comparing version 0.0.7 to 1.0.0
@@ -17,3 +17,3 @@ "use strict"; | ||
var JsonldMixin = require('./mixin'); | ||
var createJsonldMixin = require('./createMixin'); | ||
@@ -60,7 +60,7 @@ var getValue = function getValue(val, context) { | ||
mergeStrategy: mergeStrategy, | ||
install: function install(Vue) { | ||
install: function install(Vue, options) { | ||
// eslint-disable-next-line no-param-reassign | ||
Vue.config.optionMergeStrategies.head = mergeStrategy; | ||
Vue.mixin(JsonldMixin); | ||
Vue.mixin(createJsonldMixin(options)); | ||
} | ||
}; |
{ | ||
"name": "nuxt-jsonld", | ||
"version": "0.0.7", | ||
"version": "1.0.0", | ||
"description": "manage jsonld in Vue component.", | ||
@@ -22,2 +22,3 @@ "main": "lib/index.js", | ||
"preversion": "npm run build", | ||
"release": "semantic-release", | ||
"lint": "eslint . --ignore-pattern .gitignore", | ||
@@ -29,5 +30,2 @@ "lint:fix": "eslint . --ignore-pattern .gitignore --fix" | ||
], | ||
"dependencies": { | ||
"core-js": "3" | ||
}, | ||
"devDependencies": { | ||
@@ -37,3 +35,10 @@ "@babel/cli": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/commit-analyzer": "^6.1.0", | ||
"@semantic-release/git": "^7.0.8", | ||
"@semantic-release/github": "^5.2.10", | ||
"@semantic-release/npm": "^5.1.4", | ||
"@semantic-release/release-notes-generator": "^7.1.4", | ||
"babel-eslint": "^10.0.1", | ||
"cz-conventional-changelog": "2.1.0", | ||
"eslint": "^5.16.0", | ||
@@ -48,4 +53,20 @@ "eslint-config-airbnb-base": "^13.1.0", | ||
"rimraf": "^2.6.3", | ||
"semantic-release": "^15.13.3", | ||
"vue": "^2.6.10" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/github", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
] | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8597
0
5
72
1
0
22
- Removedcore-js@3
- Removedcore-js@3.41.0(transitive)