@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.5.0 to 4.5.1
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compute AMF values", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"license": "Apache-2.0", | ||
@@ -32,15 +32,15 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@api-components/api-model-generator": "^0.2.13", | ||
"@api-components/api-model-generator": "^0.2.14", | ||
"@open-wc/eslint-config": "^4.3.0", | ||
"@open-wc/testing": "^2.5.33", | ||
"@web/dev-server": "^0.1.18", | ||
"@web/test-runner": "^0.13.15", | ||
"@web/test-runner-playwright": "^0.8.6", | ||
"eslint": "^7.31.0", | ||
"@web/dev-server": "^0.1.22", | ||
"@web/test-runner": "^0.13.16", | ||
"@web/test-runner-playwright": "^0.8.8", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^7.0.1", | ||
"lint-staged": "^11.0.1", | ||
"lint-staged": "^11.1.2", | ||
"lit-element": "^2.5.1", | ||
"lit-html": "^1.4.1", | ||
"sinon": "^11.1.1", | ||
"sinon": "^11.1.2", | ||
"typescript": "^4.3.5", | ||
@@ -47,0 +47,0 @@ "typescript-lit-html-plugin": "^0.9.0" |
@@ -1256,3 +1256,3 @@ /** | ||
// This must test for this case as well. | ||
const compactId = selected.replace('amf://id#', ''); | ||
const compactId = selected.replace('amf://id', ''); | ||
let result = declare.find((item) => { | ||
@@ -1259,0 +1259,0 @@ if (Array.isArray(item)) { |
@@ -194,2 +194,3 @@ interface Document { | ||
multipleOf: string; | ||
uniqueItems: string; | ||
} | ||
@@ -196,0 +197,0 @@ |
@@ -209,2 +209,3 @@ | ||
ns.aml.vocabularies.shapes.multipleOf = `${shapesKey}multipleOf`; | ||
ns.aml.vocabularies.shapes.uniqueItems = `${shapesKey}uniqueItems`; | ||
ns.aml.vocabularies.data = {}; | ||
@@ -211,0 +212,0 @@ ns.aml.vocabularies.data.key = `${ns.aml.vocabularies.key}data#`; |
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
211058
5331