Skip to content

Commit 5713e5a

Browse files
Re-fork as digitalcredentials/jsonld v9.0.0.
1 parent 5367858 commit 5713e5a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# jsonld ChangeLog
1+
# @digitalcredentials/jsonld ChangeLog
2+
3+
## 9.0.0 -
4+
5+
### Changed
6+
- **BREAKING**: Re-fork as `@digitalcredentials/jsonld` (to fix upstream http-client export error).
7+
- Use `@digitalcredentials/[email protected]` fork.
28

39
## 8.3.2 - 2023-12-06
410

lib/documentLoaders/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const {LINK_HEADER_CONTEXT} = require('../constants');
99
const JsonLdError = require('../JsonLdError');
1010
const RequestQueue = require('../RequestQueue');
1111
const {prependBase} = require('../url');
12-
const {httpClient} = require('@digitalbazaar/http-client');
12+
const {httpClient} = require('@digitalcredentials/http-client');
1313

1414
/**
1515
* Creates a built-in node document loader.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "jsonld",
2+
"name": "@digitalcredentials/jsonld",
33
"version": "8.3.3-0",
44
"description": "A JSON-LD Processor and API implementation in JavaScript.",
5-
"homepage": "https://github.com/digitalbazaar/jsonld.js",
5+
"homepage": "https://github.com/digitalcredentials/jsonld.js",
66
"author": {
77
"name": "Digital Bazaar, Inc.",
88
"email": "[email protected]",
@@ -14,10 +14,10 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/digitalbazaar/jsonld.js"
17+
"url": "https://github.com/digitalcredentials/jsonld.js"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/digitalbazaar/jsonld.js/issues",
20+
"url": "https://github.com/digitalcredentials/jsonld.js/issues",
2121
"email": "[email protected]"
2222
},
2323
"license": "BSD-3-Clause",
@@ -29,7 +29,7 @@
2929
"lib/**/*.js"
3030
],
3131
"dependencies": {
32-
"@digitalbazaar/http-client": "^3.4.1",
32+
"@digitalcredentials/http-client": "^5.0.1",
3333
"canonicalize": "^1.0.1",
3434
"lru-cache": "^6.0.0",
3535
"rdf-canonize": "^3.4.0"

0 commit comments

Comments
 (0)