Skip to content

Commit

Permalink
Updated dag-cbor dependency to v9.0.3 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai authored Jun 28, 2023
1 parent 0af8c91 commit 8ae7eab
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 73 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Decentralized Web Node (DWN) SDK

Code Coverage
![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)
![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)

## Introduction

Expand Down
153 changes: 92 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/dwn-sdk-js",
"version": "0.0.35",
"version": "0.0.36",
"description": "A reference implementation of https://identity.foundation/decentralized-web-node/spec/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,6 +31,14 @@
],
"type": "module",
"types": "./dist/types/src/index.d.ts",
"@comment files": [
"the files property informs npm about which files we want to include in our published package.",
"dist will include all transpiled js. There's no point in including .ts files"
],
"files": [
"dist",
"src"
],
"engines": {
"node": ">= 16"
},
Expand All @@ -45,14 +53,6 @@
"./dist/esm/src/index.js": "./dist/bundles/browser.js",
"./dist/cjs/src/index.js": "./dist/bundles/browser.js"
},
"@comment files": [
"the files property informs npm about which files we want to include in our published package.",
"dist will include all transpiled js. There's no point in including .ts files"
],
"files": [
"dist",
"src"
],
"@comment react-native": [
"directive for metro (react native build tool)."
],
Expand All @@ -61,7 +61,7 @@
"./dist/cjs/src/index.js": "./dist/esm/src/index.js"
},
"dependencies": {
"@ipld/dag-cbor": "9.0.1",
"@ipld/dag-cbor": "9.0.3",
"@js-temporal/polyfill": "0.4.4",
"@noble/ed25519": "2.0.0",
"@noble/secp256k1": "2.0.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"chai-as-promised": "7.1.1",
"cross-env": "7.0.3",
"esbuild": "0.16.17",
"eslint": "8.23.1",
"eslint": "^8.43.0",
"eslint-plugin-todo-plz": "1.3.0",
"events": "3.3.0",
"istanbul-badges-readme": "1.8.1",
Expand Down

0 comments on commit 8ae7eab

Please sign in to comment.