@orderly.network/net 1.0.103 → 1.0.105
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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orderly.network/net@1.0.
|
|
2
|
+
> @orderly.network/net@1.0.104 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.89 KB
|
|
14
14
|
CJS dist/index.js.map 34.40 KB
|
|
15
|
-
CJS ⚡️ Build success in
|
|
15
|
+
CJS ⚡️ Build success in 13ms
|
|
16
16
|
ESM dist/index.mjs 18.85 KB
|
|
17
17
|
ESM dist/index.mjs.map 34.16 KB
|
|
18
|
-
ESM ⚡️ Build success in
|
|
18
|
+
ESM ⚡️ Build success in 13ms
|
|
19
19
|
DTS Build start
|
|
20
|
-
DTS ⚡️ Build success in
|
|
20
|
+
DTS ⚡️ Build success in 580ms
|
|
21
21
|
DTS dist/index.d.ts 3.14 KB
|
|
22
22
|
DTS dist/index.d.mts 3.14 KB
|
package/CHANGELOG.md
CHANGED