@acmekit/ui-preset 2.13.2 → 2.13.3
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 +16 -16
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
DTS Build start
|
|
14
|
-
DTS ⚡️ Build success in
|
|
15
|
-
DTS dist/index.d.ts 13.00 B
|
|
16
|
-
DTS dist/index.d.mts 13.00 B
|
|
1
|
+
CLI Building entry: src/index.ts
|
|
2
|
+
CLI Using tsconfig: tsconfig.json
|
|
3
|
+
CLI tsup v8.5.1
|
|
4
|
+
CLI Using tsup config: /Users/deux/Projects/Monorepo/personal/acmekit/packages/design-system/ui-preset/tsup.config.ts
|
|
5
|
+
CLI Target: node16
|
|
6
|
+
CLI Cleaning output folder
|
|
7
|
+
CJS Build start
|
|
8
|
+
ESM Build start
|
|
9
|
+
CJS dist/index.js 42.09 KB
|
|
10
|
+
CJS ⚡️ Build success in 74ms
|
|
11
|
+
ESM dist/index.mjs 46.08 KB
|
|
12
|
+
ESM ⚡️ Build success in 77ms
|
|
13
|
+
DTS Build start
|
|
14
|
+
DTS ⚡️ Build success in 2762ms
|
|
15
|
+
DTS dist/index.d.ts 13.00 B
|
|
16
|
+
DTS dist/index.d.mts 13.00 B
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acmekit/ui-preset",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.3",
|
|
4
4
|
"description": "AcmeKit UI preset",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"tailwindcss": "^3.4.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@acmekit/toolbox": "2.13.
|
|
33
|
+
"@acmekit/toolbox": "2.13.3",
|
|
34
34
|
"tailwindcss": "^3.4.3"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|