@orderly.network/net 1.0.94 → 1.0.96

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orderly.network/net@1.0.93 build /Users/leo/orderly/orderly-web/packages/net
2
+ > @orderly.network/net@1.0.95 build /Users/leo/orderly/orderly-web/packages/net
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@ CLI Target: es6
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.js 19.38 KB
14
- CJS dist/index.js.map 33.42 KB
15
- CJS ⚡️ Build success in 16ms
16
13
  ESM dist/index.mjs 18.34 KB
17
14
  ESM dist/index.mjs.map 33.18 KB
18
- ESM ⚡️ Build success in 16ms
15
+ ESM ⚡️ Build success in 38ms
16
+ CJS dist/index.js 19.38 KB
17
+ CJS dist/index.js.map 33.42 KB
18
+ CJS ⚡️ Build success in 38ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1118ms
20
+ DTS ⚡️ Build success in 728ms
21
21
  DTS dist/index.d.ts 3.17 KB
22
22
  DTS dist/index.d.mts 3.17 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orderly.network/net
2
2
 
3
+ ## 1.0.96
4
+
5
+ ### Patch Changes
6
+
7
+ - fix bug
8
+
9
+ ## 1.0.95
10
+
11
+ ### Patch Changes
12
+
13
+ - fix bug
14
+
3
15
  ## 1.0.94
4
16
 
5
17
  ### Patch Changes
@@ -10,7 +22,7 @@
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - update
25
+ - fix bug
14
26
 
15
27
  ## 1.0.92
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/net",
3
- "version": "1.0.94",
3
+ "version": "1.0.96",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",