Skip to content

Commit 8ae7eab

Browse files
authored
Updated dag-cbor dependency to v9.0.3 (#415)
1 parent 0af8c91 commit 8ae7eab

File tree

3 files changed

+104
-73
lines changed

3 files changed

+104
-73
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Decentralized Web Node (DWN) SDK
44

55
Code Coverage
6-
![Statements](https://img.shields.io/badge/statements-97.31%25-brightgreen.svg?style=flat) ![Branches](https://img.shields.io/badge/branches-94.17%25-brightgreen.svg?style=flat) ![Functions](https://img.shields.io/badge/functions-93.68%25-brightgreen.svg?style=flat) ![Lines](https://img.shields.io/badge/lines-97.31%25-brightgreen.svg?style=flat)
6+
![Statements](https://img.shields.io/badge/statements-97.31%25-brightgreen.svg?style=flat) ![Branches](https://img.shields.io/badge/branches-94.26%25-brightgreen.svg?style=flat) ![Functions](https://img.shields.io/badge/functions-93.68%25-brightgreen.svg?style=flat) ![Lines](https://img.shields.io/badge/lines-97.31%25-brightgreen.svg?style=flat)
77

88
## Introduction
99

package-lock.json

Lines changed: 92 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tbd54566975/dwn-sdk-js",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"description": "A reference implementation of https://identity.foundation/decentralized-web-node/spec/",
55
"repository": {
66
"type": "git",
@@ -31,6 +31,14 @@
3131
],
3232
"type": "module",
3333
"types": "./dist/types/src/index.d.ts",
34+
"@comment files": [
35+
"the files property informs npm about which files we want to include in our published package.",
36+
"dist will include all transpiled js. There's no point in including .ts files"
37+
],
38+
"files": [
39+
"dist",
40+
"src"
41+
],
3442
"engines": {
3543
"node": ">= 16"
3644
},
@@ -45,14 +53,6 @@
4553
"./dist/esm/src/index.js": "./dist/bundles/browser.js",
4654
"./dist/cjs/src/index.js": "./dist/bundles/browser.js"
4755
},
48-
"@comment files": [
49-
"the files property informs npm about which files we want to include in our published package.",
50-
"dist will include all transpiled js. There's no point in including .ts files"
51-
],
52-
"files": [
53-
"dist",
54-
"src"
55-
],
5656
"@comment react-native": [
5757
"directive for metro (react native build tool)."
5858
],
@@ -61,7 +61,7 @@
6161
"./dist/cjs/src/index.js": "./dist/esm/src/index.js"
6262
},
6363
"dependencies": {
64-
"@ipld/dag-cbor": "9.0.1",
64+
"@ipld/dag-cbor": "9.0.3",
6565
"@js-temporal/polyfill": "0.4.4",
6666
"@noble/ed25519": "2.0.0",
6767
"@noble/secp256k1": "2.0.0",
@@ -111,7 +111,7 @@
111111
"chai-as-promised": "7.1.1",
112112
"cross-env": "7.0.3",
113113
"esbuild": "0.16.17",
114-
"eslint": "8.23.1",
114+
"eslint": "^8.43.0",
115115
"eslint-plugin-todo-plz": "1.3.0",
116116
"events": "3.3.0",
117117
"istanbul-badges-readme": "1.8.1",

0 commit comments

Comments
 (0)