@splashprotocol/remote-builder 2.0.0-beta.75 → 2.0.0-beta.77
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/.turbo/turbo-build.log +11 -11
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
[2K[1G[2m$ tsup src/index.ts --format esm,cjs --dts --clean[22m
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
7
|
-
[34mCLI[39m tsup v8.
|
7
|
+
[34mCLI[39m tsup v8.4.0
|
8
8
|
[34mCLI[39m Target: esnext
|
9
9
|
[34mCLI[39m Cleaning output folder
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mCJS[39m Build start
|
12
12
|
|
13
|
-
[
|
13
|
+
[43m[30m WARN [39m[49m [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json] [90m2:10:33 PM[39m
|
14
14
|
|
15
15
|
package.json:16:6:
|
16
16
|
[37m 16 │ [32m"types"[37m: "./dist/index.d.ts"
|
@@ -31,7 +31,7 @@
|
|
31
31
|
|
32
32
|
|
33
33
|
|
34
|
-
[
|
34
|
+
[43m[30m WARN [39m[49m [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json] [90m2:10:33 PM[39m
|
35
35
|
|
36
36
|
package.json:16:6:
|
37
37
|
[37m 16 │ [32m"types"[37m: "./dist/index.d.ts"
|
@@ -51,12 +51,12 @@
|
|
51
51
|
|
52
52
|
|
53
53
|
|
54
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m3.70 KB[39m
|
55
|
+
[32mCJS[39m ⚡️ Build success in 24ms
|
54
56
|
[32mESM[39m [1mdist/index.js [22m[32m2.39 KB[39m
|
55
|
-
[32mESM[39m ⚡️ Build success in
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
[
|
61
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m2.78 KB[39m
|
62
|
-
[2K[1G✨ Done in 2.41s.
|
57
|
+
[32mESM[39m ⚡️ Build success in 24ms
|
58
|
+
DTS Build start
|
59
|
+
DTS ⚡️ Build success in 1129ms
|
60
|
+
DTS dist/index.d.ts 2.78 KB
|
61
|
+
DTS dist/index.d.cts 2.78 KB
|
62
|
+
[2K[1G✨ Done in 1.76s.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@splashprotocol/remote-builder",
|
3
|
-
"version": "2.0.0-beta.
|
3
|
+
"version": "2.0.0-beta.77",
|
4
4
|
"type": "module",
|
5
5
|
"description": "Api client of splash protocol",
|
6
6
|
"scripts": {
|
@@ -33,8 +33,8 @@
|
|
33
33
|
]
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
36
|
-
"@splashprotocol/api": "2.0.0-beta.
|
36
|
+
"@splashprotocol/api": "2.0.0-beta.54",
|
37
37
|
"@splashprotocol/core": "2.0.0-beta.19",
|
38
|
-
"@splashprotocol/browser-wallet": "1.0.0-beta.
|
38
|
+
"@splashprotocol/browser-wallet": "1.0.0-beta.18"
|
39
39
|
}
|
40
40
|
}
|