This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +40
-33
lines changed
http-client-bundle-webpack
types-use-ipfs-from-typed-js Expand file tree Collapse file tree 17 files changed +40
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
"@angular/platform-browser-dynamic" : " ~12.1.2" ,
22
22
"@angular/router" : " ~12.1.2" ,
23
23
"global" : " ^4.4.0" ,
24
- "ipfs" : " ^0.55.4 " ,
24
+ "ipfs" : " ^0.57.0 " ,
25
25
"rxjs" : " ~6.6.0" ,
26
26
"tslib" : " ^2.2.0" ,
27
27
"zone.js" : " ~0.11.4"
Original file line number Diff line number Diff line change 21
21
"concat-stream" : " ^2.0.0" ,
22
22
"copyfiles" : " ^2.4.1" ,
23
23
"execa" : " ^5.0.0" ,
24
- "http-server" : " ^0.12.3 " ,
24
+ "http-server" : " ^13.0.0 " ,
25
25
"playwright" : " ^1.12.3" ,
26
26
"rimraf" : " ^3.0.2" ,
27
27
"test-util-ipfs-example" : " ^1.0.2"
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"ipfs" : " ^0.57.0" ,
16
- "next" : " 11.0.1 " ,
16
+ "next" : " 11.1.0 " ,
17
17
"react" : " 17.0.2" ,
18
18
"react-dom" : " 17.0.2"
19
19
},
20
20
"devDependencies" : {
21
- "eslint" : " 7.30.0" ,
22
- "eslint-config-next" : " 11.0.1" ,
21
+ "@playwright/test" : " ^1.12.3" ,
22
+ "eslint" : " 7.32.0" ,
23
+ "eslint-config-next" : " 11.1.0" ,
24
+ "playwright" : " ^1.12.3" ,
23
25
"rimraf" : " ^3.0.2" ,
24
26
"test-util-ipfs-example" : " ^1.0.0"
25
27
}
Original file line number Diff line number Diff line change 23
23
"@babel/core" : " ^7.13.10" ,
24
24
"@babel/preset-env" : " ^7.13.12" ,
25
25
"babel-loader" : " ^8.2.2" ,
26
- "copy-webpack-plugin" : " ^8.1.0 " ,
26
+ "copy-webpack-plugin" : " ^9.0.1 " ,
27
27
"test-ipfs-example" : " ^3.0.0" ,
28
28
"webpack" : " ^5.28.0" ,
29
29
"webpack-cli" : " ^4.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " example-browser-vue-up " ,
2
+ "name" : " example-browser-vue-3 " ,
3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
- "description" : " A minimal demonstration of how to use js-ipfs using vue cli" ,
5
+ "description" : " A minimal demonstration of how to use js-ipfs using vue 3" ,
6
+ "workspaces" : {
7
+ "nohoist" : [
8
+ " **"
9
+ ]
10
+ },
6
11
"scripts" : {
7
12
"clean" : " rimraf ./dist" ,
8
13
"serve" : " vue-cli-service serve" ,
47
52
"playwright" : " ^1.12.3" ,
48
53
"rimraf" : " ^3.0.2" ,
49
54
"test-util-ipfs-example" : " ^1.0.2"
50
- },
51
- "workspaces" : {
52
- "nohoist" : [
53
- " @vue/**"
54
- ]
55
55
}
56
56
}
Original file line number Diff line number Diff line change 24
24
"@babel/core" : " ^7.13.10" ,
25
25
"@babel/preset-env" : " ^7.13.12" ,
26
26
"@babel/preset-react" : " ^7.12.13" ,
27
+ "@playwright/test" : " ^1.12.3" ,
27
28
"babel-loader" : " ^8.2.2" ,
28
29
"copy-webpack-plugin" : " ^9.0.1" ,
29
30
"css-loader" : " ^6.2.0" ,
30
31
"html-webpack-plugin" : " ^5.3.2" ,
31
32
"node-polyfill-webpack-plugin" : " ^1.0.4" ,
33
+ "parcel" : " latest" ,
34
+ "playwright" : " ^1.12.3" ,
32
35
"react-hot-loader" : " ^4.12.21" ,
33
36
"rimraf" : " ^3.0.2" ,
34
37
"style-loader" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@babel/core" : " ^7.14.8" ,
27
27
"@playwright/test" : " ^1.12.3" ,
28
- "fs-extra" : " ^0.30 .0" ,
28
+ "fs-extra" : " ^10.0 .0" ,
29
29
"ipfs-http-client" : " ^52.0.0" ,
30
30
"parcel" : " latest" ,
31
31
"playwright" : " ^1.12.3" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"dag-jose" : " ^1.0.0" ,
14
- "ipfs-core" : " ^0.9.1 " ,
15
- "ipfs-daemon" : " ^0.8.1 " ,
14
+ "ipfs-core" : " ^0.10.0 " ,
15
+ "ipfs-daemon" : " ^0.9.0 " ,
16
16
"ipfs-http-client" : " ^52.0.0" ,
17
17
"multiformats" : " ^9.4.1" ,
18
18
"uint8arrays" : " ^2.1.6"
Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"ipfs" : " ^0.57.0" ,
16
16
"libp2p" : " ^0.32.0" ,
17
- "libp2p-bootstrap" : " ^0.12.3 " ,
17
+ "libp2p-bootstrap" : " ^0.13.0 " ,
18
18
"libp2p-kad-dht" : " ^0.23.1" ,
19
- "libp2p-mdns" : " ^0.16 .0" ,
19
+ "libp2p-mdns" : " ^0.17 .0" ,
20
20
"libp2p-mplex" : " ^0.10.2" ,
21
- "libp2p-noise" : " ^3 .0.0" ,
22
- "libp2p-tcp" : " ^0.15.4 "
21
+ "libp2p-noise" : " ^4 .0.0" ,
22
+ "libp2p-tcp" : " ^0.17.1 "
23
23
},
24
24
"devDependencies" : {
25
25
"test-util-ipfs-example" : " ^1.0.2"
Original file line number Diff line number Diff line change 25
25
"@babel/core" : " ^7.13.14" ,
26
26
"@babel/preset-env" : " ^7.13.12" ,
27
27
"@babel/preset-react" : " ^7.13.13" ,
28
+ "@playwright/test" : " ^1.12.3" ,
28
29
"babel-loader" : " ^8.2.2" ,
29
- "copy-webpack-plugin" : " ^8.1.0 " ,
30
+ "copy-webpack-plugin" : " ^9.0.1 " ,
30
31
"css-loader" : " ^6.2.0" ,
31
32
"html-webpack-plugin" : " ^5.3.1" ,
32
33
"ipfs" : " ^0.57.0" ,
33
34
"node-polyfill-webpack-plugin" : " ^1.0.3" ,
35
+ "playwright" : " ^1.12.3" ,
34
36
"react-hot-loader" : " ^4.12.21" ,
35
37
"rimraf" : " ^3.0.2" ,
36
38
"style-loader" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 12
12
},
13
13
"browserslist" : " last 1 Chrome version" ,
14
14
"dependencies" : {
15
- "ipfs-client" : " ^0.5 .0"
15
+ "ipfs-client" : " ^0.6 .0"
16
16
},
17
17
"devDependencies" : {
18
18
"@babel/core" : " ^7.14.8" ,
Original file line number Diff line number Diff line change 18
18
"test:example" : " node tests/test.js"
19
19
},
20
20
"devDependencies" : {
21
- "electron" : " ^12.0.2 " ,
22
- "electron-rebuild" : " ^2.3.4 " ,
21
+ "electron" : " ^13.1.9 " ,
22
+ "electron-rebuild" : " ^3.1.1 " ,
23
23
"ipfs" : " ^0.57.0" ,
24
24
"test-util-ipfs-example" : " ^1.0.2"
25
25
},
Original file line number Diff line number Diff line change 13
13
"multiformats" : " ^9.4.1"
14
14
},
15
15
"devDependencies" : {
16
- "typescript" : " 4.2.x "
16
+ "typescript" : " 4.3.5 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"multiformats" : " ^9.4.1" ,
16
- "typescript" : " 4.2.x "
16
+ "typescript" : " 4.3.5 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 17
17
},
18
18
"license" : " MIT" ,
19
19
"workspaces" : [
20
- " ./ examples/*"
20
+ " examples/*"
21
21
],
22
- "engines" : {
23
- "npm" : " please-use-yarn" ,
24
- "yarn" : " >= 1.22.11"
25
- },
26
22
"scripts" : {
27
- "clean" : " yarn workspaces run clean && yarn run clean:yarn && yarn run clean:build && yarn run clean:npm" ,
23
+ "clean" : " yarn run clean:examples && yarn run clean:yarn && yarn run clean:build && yarn run clean:npm" ,
28
24
"clean:npm" : " rimraf ./**/package-lock.json ./**/node_modules" ,
29
25
"clean:yarn" : " rimraf ./**/yarn.lock" ,
30
26
"clean:build" : " rimraf ./**/.parcel-cache" ,
27
+ "clean:examples" : " yarn workspaces run clean" ,
31
28
"test:examples" : " yarn workspaces run test:example" ,
32
29
"test" : " yarn run test:examples"
33
30
},
34
31
"devDependencies" : {
35
32
"rimraf" : " ^3.0.2"
33
+ },
34
+ "engines" : {
35
+ "npm" : " please-use-yarn" ,
36
+ "yarn" : " >= 1.22.11"
36
37
}
37
38
}
You can’t perform that action at this time.
0 commit comments