aes-key-wrapping-2019-context
Advanced tools
Comparing version 1.0.2 to 1.0.3
# aes-key-wrapping-2019-context ChangeLog | ||
## 1.0.3 - 2021-04-22 | ||
### Fixed | ||
- **BREAKING**: Update context type definitions. | ||
## 1.0.2 - 2021-04-16 | ||
### Changed | ||
- **BREAKING**: Change the context url to match the registry. | ||
- **BREAKING**: Change the context url to match the registry. | ||
@@ -8,0 +13,0 @@ ## 1.0.1 - 2021-04-16 |
@@ -1,10 +0,10 @@ | ||
!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"; | ||
!function(e,t){for(var r in t)e[r]=t[r]}(exports,function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"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 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"; | ||
*/const n=r(1),o=r(2),{CONTEXT_URL:i,CBORLD_VALUE:u}=o,p=new Map;p.set(i,n);const c=new Map;c.set(i,u),e.exports={constants:o,contexts:p,appContextMap:c,CONTEXT_URL:i,CONTEXT:n}},function(e,t,r){"use strict"; | ||
/*! | ||
* Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved. | ||
*/e.exports={"@context":{id:"@id",type:"@type","@protected":!0,AesKeyWrappingKey2019:"https://w3id.org/security#AesKeyWrappingKey2019"}}},function(e,t,n){"use strict"; | ||
*/e.exports={"@context":{id:"@id",type:"@type","@protected":!0,AesKeyWrappingKey2019:{"@id":"https://w3id.org/security#AesKeyWrappingKey2019","@context":{"@protected":!0,id:"@id",type:"@type",controller:{"@id":"https://w3id.org/security#controller","@type":"@id"},revoked:{"@id":"https://w3id.org/security#revoked","@type":"http://www.w3.org/2001/XMLSchema#dateTime"}}}}}},function(e,t,r){"use strict"; | ||
/*! | ||
* 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-2019/v1",CBORLD_VALUE:28}}])); |
@@ -12,4 +12,19 @@ /*! | ||
AesKeyWrappingKey2019: 'https://w3id.org/security#AesKeyWrappingKey2019' | ||
AesKeyWrappingKey2019: { | ||
'@id': 'https://w3id.org/security#AesKeyWrappingKey2019', | ||
'@context': { | ||
'@protected': true, | ||
id: '@id', | ||
type: '@type', | ||
controller: { | ||
'@id': 'https://w3id.org/security#controller', | ||
'@type': '@id' | ||
}, | ||
revoked: { | ||
'@id': 'https://w3id.org/security#revoked', | ||
'@type': 'http://www.w3.org/2001/XMLSchema#dateTime' | ||
} | ||
} | ||
} | ||
} | ||
}; |
{ | ||
"name": "aes-key-wrapping-2019-context", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A JSON-LD context for the AesKeyWrappingKey2019 crypto suite for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
Sorry, the diff of this file is not supported yet
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
10554
67