dfx 0.47.5 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
- package/src/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dfx",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@tim-smart/discord-api-docs-parser": "^0.5.5",
|
|
28
|
-
"@tsplus-types/effect__data": "0.12.
|
|
29
|
-
"@tsplus-types/effect__io": "0.
|
|
30
|
-
"@tsplus-types/effect__stream": "0.
|
|
28
|
+
"@tsplus-types/effect__data": "0.12.4-11739c0",
|
|
29
|
+
"@tsplus-types/effect__io": "0.26.0-11739c0",
|
|
30
|
+
"@tsplus-types/effect__stream": "0.22.0-11739c0",
|
|
31
31
|
"@types/ws": "^8.5.4",
|
|
32
|
-
"dotenv": "^16.
|
|
32
|
+
"dotenv": "^16.1.3",
|
|
33
33
|
"lerna": "^6.6.2",
|
|
34
34
|
"madge": "^6.0.0",
|
|
35
35
|
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer@0.0.171/compiler/typescript.tgz"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@effect-http/client": "^0.
|
|
39
|
-
"@effect/data": "^0.12.
|
|
40
|
-
"@effect/io": "~0.
|
|
41
|
-
"@effect/stream": "~0.
|
|
38
|
+
"@effect-http/client": "^0.27.0",
|
|
39
|
+
"@effect/data": "^0.12.4",
|
|
40
|
+
"@effect/io": "~0.26.0",
|
|
41
|
+
"@effect/stream": "~0.22.0",
|
|
42
42
|
"discord-verify": "^1.1.0"
|
|
43
43
|
},
|
|
44
44
|
"optionalDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"ws": "^8.13.0"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "57e39f1524d3bd90a63f1de243120d5dfbbe1b43"
|
|
52
52
|
}
|
package/src/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dfx",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@tim-smart/discord-api-docs-parser": "^0.5.5",
|
|
28
|
-
"@tsplus-types/effect__data": "0.12.
|
|
29
|
-
"@tsplus-types/effect__io": "0.
|
|
30
|
-
"@tsplus-types/effect__stream": "0.
|
|
28
|
+
"@tsplus-types/effect__data": "0.12.4-11739c0",
|
|
29
|
+
"@tsplus-types/effect__io": "0.26.0-11739c0",
|
|
30
|
+
"@tsplus-types/effect__stream": "0.22.0-11739c0",
|
|
31
31
|
"@types/ws": "^8.5.4",
|
|
32
|
-
"dotenv": "^16.
|
|
32
|
+
"dotenv": "^16.1.3",
|
|
33
33
|
"lerna": "^6.6.2",
|
|
34
34
|
"madge": "^6.0.0",
|
|
35
35
|
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer@0.0.171/compiler/typescript.tgz"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@effect-http/client": "^0.
|
|
39
|
-
"@effect/data": "^0.12.
|
|
40
|
-
"@effect/io": "~0.
|
|
41
|
-
"@effect/stream": "~0.
|
|
38
|
+
"@effect-http/client": "^0.27.0",
|
|
39
|
+
"@effect/data": "^0.12.4",
|
|
40
|
+
"@effect/io": "~0.26.0",
|
|
41
|
+
"@effect/stream": "~0.22.0",
|
|
42
42
|
"discord-verify": "^1.1.0"
|
|
43
43
|
},
|
|
44
44
|
"optionalDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"ws": "^8.13.0"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "57e39f1524d3bd90a63f1de243120d5dfbbe1b43"
|
|
52
52
|
}
|