@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.
@@ -4,13 +4,13 @@
4
4
  $ tsup src/index.ts --format esm,cjs --dts --clean
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.0
7
+ CLI tsup v8.4.0
8
8
  CLI Target: esnext
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  CJS Build start
12
12
 
13
- [9:50:26 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
13
+  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 2:10:33 PM
14
14
 
15
15
  package.json:16:6:
16
16
   16 │ "types": "./dist/index.d.ts"
@@ -31,7 +31,7 @@
31
31
 
32
32
 
33
33
 
34
- [9:50:26 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
34
+  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 2:10:33 PM
35
35
 
36
36
  package.json:16:6:
37
37
   16 │ "types": "./dist/index.d.ts"
@@ -51,12 +51,12 @@
51
51
 
52
52
 
53
53
 
54
+ CJS dist/index.cjs 3.70 KB
55
+ CJS ⚡️ Build success in 24ms
54
56
  ESM dist/index.js 2.39 KB
55
- ESM ⚡️ Build success in 29ms
56
- CJS dist/index.cjs 3.69 KB
57
- CJS ⚡️ Build success in 29ms
58
- DTS Build start
59
- DTS ⚡️ Build success in 730ms
60
- DTS dist/index.d.ts 2.78 KB
61
- DTS dist/index.d.cts 2.78 KB
62
- ✨ Done in 2.41s.
57
+ ESM ⚡️ 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
+ ✨ 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.75",
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.52",
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.16"
38
+ "@splashprotocol/browser-wallet": "1.0.0-beta.18"
39
39
  }
40
40
  }