@orderly.network/net 1.0.89 → 1.0.91-deprecated.0

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,22 +1,22 @@
1
1
 
2
- > @orderly.network/net@1.0.88 build /Users/leo/orderly/orderly-web/packages/net
2
+ > @orderly.network/net@1.0.90 build /Users/leo/orderly/temp/orderly-web/packages/net
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v7.1.0
8
- CLI Using tsup config: /Users/leo/orderly/orderly-web/packages/net/tsup.config.ts
8
+ CLI Using tsup config: /Users/leo/orderly/temp/orderly-web/packages/net/tsup.config.ts
9
9
  CLI Target: es6
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.mjs 18.38 KB
14
- ESM dist/index.mjs.map 33.21 KB
15
- ESM ⚡️ Build success in 23ms
16
13
  CJS dist/index.js 19.43 KB
17
14
  CJS dist/index.js.map 33.45 KB
18
15
  CJS ⚡️ Build success in 24ms
16
+ ESM dist/index.mjs 18.38 KB
17
+ ESM dist/index.mjs.map 33.21 KB
18
+ ESM ⚡️ Build success in 23ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 586ms
20
+ DTS ⚡️ Build success in 545ms
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,16 +1,28 @@
1
1
  # @orderly.network/net
2
2
 
3
- ## 1.0.89
3
+ ## 1.0.91-deprecated.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fix bug
8
+
9
+ ## 1.0.90
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - update
8
14
 
15
+ ## 1.0.89
16
+
17
+ ### Patch Changes
18
+
19
+ - fix bug
20
+
9
21
  ## 1.0.88
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - export usePrivateInfiniteQuery
25
+ - fix bug
14
26
 
15
27
  ## 1.0.87
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/net",
3
- "version": "1.0.89",
3
+ "version": "1.0.91-deprecated.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -15,9 +15,8 @@
15
15
  "babel-jest": "^29.6.1",
16
16
  "jest": "^29.6.1",
17
17
  "tsup": "^7.1.0",
18
- "typedoc": "^0.24.8",
19
18
  "typescript": "^5.1.6",
20
- "tsconfig": "0.0.82"
19
+ "tsconfig": "0.0.85-deprecated.0"
21
20
  },
22
21
  "publishConfig": {
23
22
  "access": "public"