aes-key-wrapping-2019-context
Advanced tools
Comparing version 1.0.1 to 1.0.2
# aes-key-wrapping-2019-context ChangeLog | ||
## 1.0.2 - 2021-04-16 | ||
### Changed | ||
- **BREAKING**: Change the context url to match the registry. | ||
## 1.0.1 - 2021-04-16 | ||
@@ -4,0 +9,0 @@ |
!function(e,t){for(var n in t)e[n]=t[n]}(exports,function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict"; | ||
/*! | ||
* Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved. | ||
*/const r=n(1),o=n(2),{CONTEXT_URL:u,CBORLD_VALUE:i}=o,s=new Map;s.set(u,r);const p=new Map;p.set(u,i),e.exports={constants:o,contexts:s,appContextMap:p,CONTEXT_URL:u,CONTEXT:r}},function(e,t,n){"use strict"; | ||
*/const r=n(1),o=n(2),{CONTEXT_URL:u,CBORLD_VALUE:i}=o,s=new Map;s.set(u,r);const c=new Map;c.set(u,i),e.exports={constants:o,contexts:s,appContextMap:c,CONTEXT_URL:u,CONTEXT:r}},function(e,t,n){"use strict"; | ||
/*! | ||
@@ -10,2 +10,2 @@ * Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved. | ||
* Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved. | ||
*/e.exports={CONTEXT_FILENAME:"aes-key-wrapping-2019-v1.jsonld",CONTEXT_URL:"https://w3id.org/security/suites/aes-key-wrapping-2019/v1",CBORLD_VALUE:28}}])); | ||
*/e.exports={CONTEXT_FILENAME:"aes-key-wrapping-2019-v1.jsonld",CONTEXT_URL:"https://w3id.org/security/suites/aes-2019/v1",CBORLD_VALUE:28}}])); |
@@ -8,4 +8,4 @@ /*! | ||
CONTEXT_FILENAME: 'aes-key-wrapping-2019-v1.jsonld', | ||
CONTEXT_URL: 'https://w3id.org/security/suites/aes-key-wrapping-2019/v1', | ||
CONTEXT_URL: 'https://w3id.org/security/suites/aes-2019/v1', | ||
CBORLD_VALUE: 0x1C | ||
}; |
{ | ||
"name": "aes-key-wrapping-2019-context", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A JSON-LD context for the AesKeyWrappingKey2019 crypto suite for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
@@ -43,3 +43,3 @@ # AesKeyWrappingKey2019 Crypto Suite Context Repository _(aes-key-wrapping-2019-context)_ | ||
aesCtx.CONTEXT_URL | ||
// 'https://w3id.org/security/suites/aes-key-wrapping-2019/v1' | ||
// 'https://w3id.org/security/suites/aes-2019/v1' | ||
@@ -46,0 +46,0 @@ // Codec term map value for CBOR-LD |
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
9467