@agencecinq/utils 2.0.3 → 3.0.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @agencecinq/utils@
|
|
3
|
+
> @agencecinq/utils@3.0.0 build /Users/19h47/Sites/agencecinq-shopify/packages/utils
|
|
4
4
|
> vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
[2K[1Grendering chunks (1)...[2K[1G[32m
|
|
9
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
10
|
[2K[1Gcomputing gzip size (0)...[2K[1Gcomputing gzip size (1)...[2K[1G[2mdist/[22m[36mindex.js [39m[1m[2m3.28 kB[22m[1m[22m[2m │ gzip: 1.52 kB[22m
|
|
11
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
11
|
+
[32m[36m[vite:dts][32m Declaration files built in 5543ms.
|
|
12
12
|
[39m
|
|
13
|
-
[32m✓ built in
|
|
13
|
+
[32m✓ built in 5.99s[39m
|
package/CHANGELOG.md
ADDED