@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.0.17 to 4.0.18
@@ -94,2 +94,3 @@ /** | ||
ns.aml.vocabularies.security.securityRequirement = secKey + 'SecurityRequirement'; | ||
ns.aml.vocabularies.security.in = secKey + 'in'; | ||
ns.aml.vocabularies.apiContract = {}; | ||
@@ -96,0 +97,0 @@ ns.aml.vocabularies.http = ns.aml.vocabularies.apiContract; |
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compyte AMF values", | ||
"version": "4.0.17", | ||
"version": "4.0.18", | ||
"license": "Apache-2.0", | ||
@@ -36,16 +36,16 @@ "main": "amf-helper-mixin.js", | ||
"@advanced-rest-client/testing-karma-sl": "^1.1.0", | ||
"@api-components/api-model-generator": "^0.2.2", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@open-wc/testing": "^2.4.2", | ||
"@open-wc/testing-karma": "^3.2.11", | ||
"@api-components/api-model-generator": "^0.2.5", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@open-wc/testing": "^2.5.1", | ||
"@open-wc/testing-karma": "^3.2.30", | ||
"@polymer/gen-typescript-declarations": "^1.6.2", | ||
"deepmerge": "^4.2.2", | ||
"es-dev-server": "^1.28.2", | ||
"husky": "^3.1.0", | ||
"es-dev-server": "^1.36.2", | ||
"husky": "^4.2.0", | ||
"karma": "^4.4.1", | ||
"lint-staged": "^9.5.0", | ||
"lint-staged": "^10.0.2", | ||
"lit-element": "^2.2.1", | ||
"lit-html": "^1.1.2", | ||
"sinon": "^7.5.0" | ||
"sinon": "^8.1.1" | ||
}, | ||
@@ -56,3 +56,3 @@ "scripts": { | ||
"start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch", | ||
"start:compatibility": "es-dev-server --app-index demo/index.html --compatibility all --node-resolve --open --watch", | ||
"start:compatibility": "es-dev-server --app-index demo/index.html --compatibility auto --node-resolve --open --watch", | ||
"lint:eslint": "eslint --ext .js,.html .", | ||
@@ -65,12 +65,11 @@ "format:eslint": "eslint --ext .js,.html . --fix", | ||
"test:watch": "karma start --auto-watch=true --single-run=false", | ||
"test:legacy": "karma start --legacy --coverage", | ||
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false", | ||
"test:sl": "karma start karma.sl.config.js --legacy --coverage" | ||
"test:legacy": "karma start --compatibility auto --coverage", | ||
"test:legacy:watch": "karma start --compatibility auto --auto-watch=true --single-run=false", | ||
"test:sl": "karma start karma.sl.config.js --compatibility auto --coverage" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
"eslint --fix" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
183293
1622