@orderly.network/net 1.0.43 → 1.0.45

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.42 build /Users/leo/orderly/orderly-web/packages/net
2
+ > @orderly.network/net@1.0.44 build /Users/leo/orderly/orderly-web/packages/net
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@ CJS Build start
12
12
  ESM Build start
13
13
  CJS dist/index.js 19.44 KB
14
14
  CJS dist/index.js.map 32.77 KB
15
- CJS ⚡️ Build success in 22ms
15
+ CJS ⚡️ Build success in 28ms
16
16
  ESM dist/index.mjs 18.40 KB
17
17
  ESM dist/index.mjs.map 32.53 KB
18
- ESM ⚡️ Build success in 22ms
18
+ ESM ⚡️ Build success in 28ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 824ms
20
+ DTS ⚡️ Build success in 767ms
21
21
  DTS dist/index.d.ts 2.89 KB
22
22
  DTS dist/index.d.mts 2.89 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @orderly.network/net
2
2
 
3
+ ## 1.0.45
4
+
5
+ ### Patch Changes
6
+
7
+ - update
8
+
9
+ ## 1.0.44
10
+
11
+ ### Patch Changes
12
+
13
+ - update
14
+ - e49f864: update
15
+
3
16
  ## 1.0.43
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/net",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -17,7 +17,7 @@
17
17
  "rxjs": "^7.8.1",
18
18
  "tsup": "^7.1.0",
19
19
  "typescript": "^5.1.6",
20
- "tsconfig": "0.0.43"
20
+ "tsconfig": "0.0.45"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "rxjs": "^7.8.1"