|
36 | 36 | "prebuild": "rimraf dist && node scripts/gen-version.js",
|
37 | 37 | "build": "tsc && rollup -c rollup.config.ts",
|
38 | 38 | "start": "tsc -w",
|
39 |
| - "test": "jest", |
| 39 | + "test": "jest --forceExit", |
40 | 40 | "test:watch": "jest --watch",
|
41 | 41 | "test:prod": "yarn run build && yarn run lint && yarn run test -- --no-cache",
|
42 | 42 | "test:types": "cp -RT tests/types/ dist/ && yarn run tsd",
|
|
61 | 61 | "@babel/core": "^7.12.10",
|
62 | 62 | "@babel/preset-env": "^7.12.7",
|
63 | 63 | "@babel/preset-typescript": "^7.12.7",
|
| 64 | + "@ipld/car": "https://github.com/matheus23/ipld-car-jest-fix#28fa48a8d0e701ddaf6e4785d0d9f08735b67bc8", |
64 | 65 | "@rollup/plugin-babel": "^5.2.2",
|
65 | 66 | "@rollup/plugin-commonjs": "^17.0.0",
|
66 | 67 | "@rollup/plugin-inject": "^4.0.2",
|
67 | 68 | "@rollup/plugin-json": "^4.1.0",
|
68 | 69 | "@rollup/plugin-node-resolve": "^11.1.0",
|
69 | 70 | "@types/jest": "^26.0.20",
|
| 71 | + "@types/jest-environment-puppeteer": "^4.4.1", |
70 | 72 | "@types/node": "^13.7.4",
|
71 | 73 | "@types/throttle-debounce": "^2.1.0",
|
72 | 74 | "@typescript-eslint/eslint-plugin": "^4.24.0",
|
|
75 | 77 | "braces": "^3.0.2",
|
76 | 78 | "eslint": "^7.26.0",
|
77 | 79 | "fast-check": "^2.14.0",
|
78 |
| - "ipfs": "^0.54.4", |
| 80 | + "interface-datastore": "^4.0.1", |
| 81 | + "ipfs-repo": "^9.1.6", |
79 | 82 | "jest": "^26.6.3",
|
80 | 83 | "jest-config": "^26.6.3",
|
81 |
| - "jest-puppeteer": "^4.4.0", |
| 84 | + "jest-puppeteer": "^5.0.3", |
82 | 85 | "lint-staged": "^10.5.3",
|
83 | 86 | "multihashing-async": "^2.1.2",
|
84 | 87 | "prettier": "^1.19.1",
|
85 | 88 | "prompt": "^1.1.0",
|
86 |
| - "puppeteer": "^5.5.0", |
| 89 | + "puppeteer": "^9.1.1", |
87 | 90 | "replace-in-file": "^5.0.2",
|
88 | 91 | "rimraf": "^3.0.2",
|
89 | 92 | "rollup": "^2.37.1",
|
|
99 | 102 | "yarn": "^1.22.4"
|
100 | 103 | },
|
101 | 104 | "dependencies": {
|
102 |
| - "base58-universal": "^1.0.0", |
103 |
| - "borc": "^2.1.1", |
| 105 | + "base58-universal": "https://github.com/digitalbazaar/base58-universal#de970560f005de0f7054723c35ef6e0ff4b328b7", |
| 106 | + "borc": "^3.0.0", |
104 | 107 | "buffer": "^6.0.3",
|
105 | 108 | "cids": "^1.1.5",
|
106 | 109 | "fission-bloom-filters": "1.6.0",
|
| 110 | + "ipfs-core": "^0.6.1", |
107 | 111 | "ipfs-message-port-client": "https://ipfs.runfission.com/ipfs/bafybeigx6q4aezve7my76s5vvfuiinbxtepapqvmjf2jbgrozrut6cjape/p/ipfs-message-port-client.tar.gz",
|
108 | 112 | "ipfs-message-port-protocol": "https://ipfs.runfission.com/ipfs/bafybeigx6q4aezve7my76s5vvfuiinbxtepapqvmjf2jbgrozrut6cjape/p/ipfs-message-port-protocol.tar.gz",
|
109 | 113 | "ipld-dag-pb": "^0.20.0",
|
|
0 commit comments