@datum-cloud/datum-ui 0.2.0-alpha.8 → 0.2.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.
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -245,18 +245,6 @@
|
|
|
245
245
|
"README.md",
|
|
246
246
|
"dist"
|
|
247
247
|
],
|
|
248
|
-
"scripts": {
|
|
249
|
-
"build": "tsdown --config-loader native && tsc -p tsconfig.build.json && node scripts/fix-dts-imports.mjs && node scripts/copy-styles.mjs",
|
|
250
|
-
"dev": "tsdown --config-loader native --watch",
|
|
251
|
-
"lint": "eslint .",
|
|
252
|
-
"typecheck": "tsc --noEmit",
|
|
253
|
-
"test": "vitest run",
|
|
254
|
-
"test:watch": "vitest",
|
|
255
|
-
"test:coverage": "vitest run --coverage",
|
|
256
|
-
"clean": "rm -rf dist .turbo node_modules coverage",
|
|
257
|
-
"prepack": "node scripts/strip-workspace-deps.mjs --strip",
|
|
258
|
-
"postpublish": "node scripts/strip-workspace-deps.mjs --restore"
|
|
259
|
-
},
|
|
260
248
|
"peerDependencies": {
|
|
261
249
|
"@conform-to/react": ">=1",
|
|
262
250
|
"@conform-to/zod": ">=1",
|
|
@@ -425,8 +413,6 @@
|
|
|
425
413
|
"@radix-ui/react-slot": "^1.2.4",
|
|
426
414
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
427
415
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
428
|
-
"@repo/config": "workspace:*",
|
|
429
|
-
"@repo/shadcn": "workspace:*",
|
|
430
416
|
"@stepperize/react": "^6.1.0",
|
|
431
417
|
"@tanstack/react-virtual": "^3.13.19",
|
|
432
418
|
"@testing-library/jest-dom": "^6",
|
|
@@ -461,9 +447,21 @@
|
|
|
461
447
|
"tsdown": "^0.20.3",
|
|
462
448
|
"typescript": "^5.9",
|
|
463
449
|
"vitest": "^3",
|
|
464
|
-
"zod": "^4.3.6"
|
|
450
|
+
"zod": "^4.3.6",
|
|
451
|
+
"@repo/config": "0.0.0",
|
|
452
|
+
"@repo/shadcn": "0.0.0"
|
|
465
453
|
},
|
|
466
454
|
"publishConfig": {
|
|
467
455
|
"access": "public"
|
|
456
|
+
},
|
|
457
|
+
"scripts": {
|
|
458
|
+
"build": "tsdown --config-loader native && tsc -p tsconfig.build.json && node scripts/fix-dts-imports.mjs && node scripts/copy-styles.mjs",
|
|
459
|
+
"dev": "tsdown --config-loader native --watch",
|
|
460
|
+
"lint": "eslint .",
|
|
461
|
+
"typecheck": "tsc --noEmit",
|
|
462
|
+
"test": "vitest run",
|
|
463
|
+
"test:watch": "vitest",
|
|
464
|
+
"test:coverage": "vitest run --coverage",
|
|
465
|
+
"clean": "rm -rf dist .turbo node_modules coverage"
|
|
468
466
|
}
|
|
469
|
-
}
|
|
467
|
+
}
|