veres-one-context
Advanced tools
Comparing version 11.0.0 to 12.0.0
# veres-one-context ChangeLog | ||
## 12.0.0 - 2021-05-05 | ||
### Changed | ||
- **BREAKING**: Refactor context to remove prefix/cURI usage. | ||
## 11.0.0 - 2019-11-14 | ||
@@ -4,0 +9,0 @@ |
@@ -14,3 +14,3 @@ function unwrapExports (x) { | ||
* Copyright (c) 2017-2018 Digital Bazaar, Inc. All rights reserved. | ||
*/t.VERES_ONE_CONTEXT_V1_URL="https://w3id.org/veres-one/v1";},function(e,t){e.exports={"@context":{"@version":1.1,v1:"https://w3id.org/veres-one#",wl:"https://w3id.org/webledger#",xsd:"http://www.w3.org/2001/XMLSchema#",Elector:"wl:Elector",RecoveryElector:"wl:RecoveryElector",ValidatorParameterSet:"wl:ValidatorParameterSet",allowedServiceBaseUrl:{"@id":"v1:allowedServiceBaseUrl","@type":"@id","@container":"@set"},blockHeight:"wl:blockHeight",elector:{"@id":"wl:elector","@type":"@id"},electorPool:{"@id":"wl:electorPool","@type":"@id","@container":"@set"},maximumElectorCount:{"@id":"wl:maximumElectorCount","@type":"xsd:integer"}}};}])); | ||
*/e.exports={VERES_ONE_CONTEXT_V1_URL:"https://w3id.org/veres-one/v1",CONTEXT_URL:"https://w3id.org/veres-one/v1",CBORLD_CODEC_VALUE:24};},function(e,t){e.exports={"@context":{Elector:"https://w3id.org/webledger#Elector",RecoveryElector:"https://w3id.org/webledger#RecoveryElector",ValidatorParameterSet:"https://w3id.org/webledger#ValidatorParameterSet",allowedServiceBaseUrl:{"@id":"https://w3id.org/veres-one#allowedServiceBaseUrl","@type":"@id","@container":"@set"},blockHeight:"https://w3id.org/webledger#blockHeight",elector:{"@id":"https://w3id.org/webledger#elector","@type":"@id"},electorPool:{"@id":"https://w3id.org/webledger#electorPool","@type":"@id","@container":"@set"},maximumElectorCount:{"@id":"https://w3id.org/webledger#maximumElectorCount","@type":"http://www.w3.org/2001/XMLSchema#integer"}}};}])); | ||
}); | ||
@@ -17,0 +17,0 @@ |
@@ -6,2 +6,8 @@ /*! | ||
exports.VERES_ONE_CONTEXT_V1_URL = 'https://w3id.org/veres-one/v1'; | ||
const VERES_ONE_CONTEXT_V1_URL = 'https://w3id.org/veres-one/v1'; | ||
module.exports = { | ||
VERES_ONE_CONTEXT_V1_URL, | ||
CONTEXT_URL: VERES_ONE_CONTEXT_V1_URL, | ||
CBORLD_CODEC_VALUE: 0x18 | ||
}; |
{ | ||
"name": "veres-one-context", | ||
"version": "11.0.0", | ||
"version": "12.0.0", | ||
"description": "Veres One Contexts", | ||
@@ -34,5 +34,5 @@ "main": "lib", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"prepare": "npm run build", | ||
"build": "webpack && rollup -c" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
8591
52
1