|
1 | 1 | { |
2 | 2 | "name": "@tbd54566975/dwn-sdk-js", |
3 | | - "version": "0.0.35", |
| 3 | + "version": "0.0.36", |
4 | 4 | "description": "A reference implementation of https://identity.foundation/decentralized-web-node/spec/", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
31 | 31 | ], |
32 | 32 | "type": "module", |
33 | 33 | "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 | + ], |
34 | 42 | "engines": { |
35 | 43 | "node": ">= 16" |
36 | 44 | }, |
|
45 | 53 | "./dist/esm/src/index.js": "./dist/bundles/browser.js", |
46 | 54 | "./dist/cjs/src/index.js": "./dist/bundles/browser.js" |
47 | 55 | }, |
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 | | - ], |
56 | 56 | "@comment react-native": [ |
57 | 57 | "directive for metro (react native build tool)." |
58 | 58 | ], |
|
61 | 61 | "./dist/cjs/src/index.js": "./dist/esm/src/index.js" |
62 | 62 | }, |
63 | 63 | "dependencies": { |
64 | | - "@ipld/dag-cbor": "9.0.1", |
| 64 | + "@ipld/dag-cbor": "9.0.3", |
65 | 65 | "@js-temporal/polyfill": "0.4.4", |
66 | 66 | "@noble/ed25519": "2.0.0", |
67 | 67 | "@noble/secp256k1": "2.0.0", |
|
111 | 111 | "chai-as-promised": "7.1.1", |
112 | 112 | "cross-env": "7.0.3", |
113 | 113 | "esbuild": "0.16.17", |
114 | | - "eslint": "8.23.1", |
| 114 | + "eslint": "^8.43.0", |
115 | 115 | "eslint-plugin-todo-plz": "1.3.0", |
116 | 116 | "events": "3.3.0", |
117 | 117 | "istanbul-badges-readme": "1.8.1", |
|
0 commit comments