bedrock-did-context
Advanced tools
Comparing version
# bedrock-did-context ChangeLog | ||
## 2.0.0 - 2021-03-31 | ||
### Changed | ||
- **BREAKING**: Use [did-context@3](https://github.com/digitalbazaar/did-context/blob/main/CHANGELOG.md#300---2021-03-30). | ||
## 1.0.0 - 2020-02-25 | ||
- See git history for changes. |
/*! | ||
* Copyright (c) 2020 Digital Bazaar, Inc. All rights reserved. | ||
* Copyright (c) 2020-2021 Digital Bazaar, Inc. All rights reserved. | ||
*/ | ||
@@ -4,0 +4,0 @@ 'use strict'; |
Bedrock Non-Commercial License v1.0 | ||
=================================== | ||
Copyright (c) 2011-2020 Digital Bazaar, Inc. | ||
Copyright (c) 2011-2021 Digital Bazaar, Inc. | ||
All rights reserved. | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "bedrock-did-context", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "DID Context (Bedrock module)", | ||
@@ -8,3 +8,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"scripts": { | ||
"lint": "eslint 'lib/**.js'" | ||
"lint": "eslint ." | ||
}, | ||
@@ -25,6 +25,6 @@ "repository": { | ||
"dependencies": { | ||
"did-context": "^2.0.0" | ||
"did-context": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"bedrock": "2.0.0 - 3.x", | ||
"bedrock": "2.0.0 - 4.x", | ||
"bedrock-jsonld-document-loader": "^1.0.0" | ||
@@ -36,5 +36,5 @@ }, | ||
"devDependencies": { | ||
"eslint": "^6.0.0", | ||
"eslint-config-digitalbazaar": "^2.0.1" | ||
"eslint": "^7.23.0", | ||
"eslint-config-digitalbazaar": "^2.6.1" | ||
} | ||
} |
7256
8.41%7
16.67%+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated