@orderly.network/net 1.0.77 → 1.0.79

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.76 build /Users/leo/orderly/orderly-web/packages/net
2
+ > @orderly.network/net@1.0.78 build /Users/leo/orderly/orderly-web/packages/net
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -17,6 +17,6 @@ CJS dist/index.js 19.43 KB
17
17
  CJS dist/index.js.map 33.45 KB
18
18
  CJS ⚡️ Build success in 21ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1510ms
20
+ DTS ⚡️ Build success in 915ms
21
21
  DTS dist/index.d.ts 3.14 KB
22
22
  DTS dist/index.d.mts 3.14 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orderly.network/net
2
2
 
3
+ ## 1.0.79
4
+
5
+ ### Patch Changes
6
+
7
+ - update
8
+
9
+ ## 1.0.78
10
+
11
+ ### Patch Changes
12
+
13
+ - update
14
+
3
15
  ## 1.0.77
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/net",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "jest": "^29.6.1",
17
17
  "tsup": "^7.1.0",
18
18
  "typescript": "^5.1.6",
19
- "tsconfig": "0.0.72"
19
+ "tsconfig": "0.0.74"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"