Skip to content

Commit 5298569

Browse files
committed
chore: update deps, fix release with new ipjs
1 parent 2839972 commit 5298569

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "npm run build:source && npm run build:js && npm run build:types",
99
"build:js": "ipjs build --tests --main && npm run build:copy",
1010
"build:source": "node build.js",
11-
"build:copy": "cp -a tsconfig.json *.js dist/",
12-
"build:types": "npm run build:copy && cd dist && tsc --build",
11+
"build:copy": "cp -a tsconfig.json *.js test dist/",
12+
"build:types": "tsc --build && mv types dist",
1313
"publish": "ipjs publish",
1414
"lint": "standard",
1515
"test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
@@ -41,17 +41,17 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@ipld/dag-cbor": "^6.0.5",
44+
"@ipld/dag-cbor": "^6.0.6",
4545
"c8": "^7.7.3",
46-
"ipjs": "^5.0.2",
47-
"mocha": "^9.0.2",
46+
"ipjs": "^5.0.3",
47+
"mocha": "^9.0.3",
4848
"polendina": "^1.1.0",
4949
"standard": "^16.0.3",
5050
"typescript": "^4.3.5"
5151
},
5252
"dependencies": {
5353
"blakejs": "^1.1.1",
54-
"multiformats": "^9.4.1"
54+
"multiformats": "^9.4.3"
5555
},
5656
"repository": {
5757
"type": "git",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"exclude": [
3737
"node_modules",
38-
"esm",
39-
"cjs"
38+
"test",
39+
"dist"
4040
],
4141
"compileOnSave": false
4242
}

0 commit comments

Comments
 (0)