@spark-ui/internal-utils 13.0.1-beta.0 → 13.0.1
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
- package/.turbo/turbo-build.log +0 -15
- package/.turbo/turbo-lint.log +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [13.0.1](https://github.com/leboncoin/spark-web/compare/v14.0.0-beta.0...v13.0.1) (2025-12-12)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **cli-utils:** improve beta release workflow ([26a8024](https://github.com/leboncoin/spark-web/commit/26a8024b4be3e8e89a1884ac447f49cda267425c))
|
|
11
|
+
|
|
6
12
|
## [13.0.1-beta.0](https://github.com/leboncoin/spark-web/compare/v12.2.0...v13.0.1-beta.0) (2025-12-11)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @spark-ui/internal-utils
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-ui/internal-utils",
|
|
3
|
-
"version": "13.0.1
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "package for sharing reusable code and resources across the codebase",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://sparkui.vercel.app",
|
|
36
36
|
"license": "MIT",
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "fe9e0fdebb8e894bdd7ff465f02c3acf8bec7c6b"
|
|
38
38
|
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @spark-ui/internal-utils@10.6.1 build
|
|
4
|
-
> vite build
|
|
5
|
-
|
|
6
|
-
[1G[0K[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
7
|
-
[2K[1Gtransforming (1) [2msrc/index.ts[22m[2K[1Gtransforming (2) [2msrc/variants/types.ts[22m[2K[1G[32m✓[39m 11 modules transformed.
|
|
8
|
-
[2K[1Grendering chunks (1)...[2K[1G[32m
|
|
9
|
-
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
-
[2K[1Gcomputing gzip size (0)...[2K[1Gcomputing gzip size (1)...[2K[1G[2mdist/[22m[36mindex.mjs [39m[1m[2m1.66 kB[22m[1m[22m[2m │ gzip: 0.80 kB[22m
|
|
11
|
-
[32m[36m[vite:dts][32m Declaration files built in 925ms.
|
|
12
|
-
[39m
|
|
13
|
-
[2K[1Grendering chunks (1)...[2K[1G[2K[1Gcomputing gzip size (1)...[2K[1G[2mdist/[22m[36mindex.js [39m[1m[2m1.49 kB[22m[1m[22m[2m │ gzip: 0.72 kB[22m
|
|
14
|
-
[32m✓ built in 1.44s[39m
|
|
15
|
-
[1G[0Kâ ™[1G[0K
|