@skdx/react 0.33.0 → 0.34.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skdx/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "Accessible React components for the SkandaDX design system — the core layer, styled by @skdx/skins and @skdx/tokens or by your own CSS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/react#readme",
|
|
9
|
+
"homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/components/react#readme",
|
|
10
10
|
"repository": {
|
|
11
|
-
"directory": "packages/react",
|
|
11
|
+
"directory": "packages/components/react",
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/SkandaDX/ui.skdx.git"
|
|
14
14
|
},
|
|
@@ -1605,11 +1605,11 @@
|
|
|
1605
1605
|
"tsup": "^8.5.1",
|
|
1606
1606
|
"typescript": "^6.0.3",
|
|
1607
1607
|
"vitest": "^4.1.10",
|
|
1608
|
-
"@skdx/shared": "0.
|
|
1608
|
+
"@skdx/shared": "0.34.0"
|
|
1609
1609
|
},
|
|
1610
1610
|
"scripts": {
|
|
1611
1611
|
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
|
|
1612
|
-
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsup && tsc --emitDeclarationOnly -p tsconfig.build.json && node
|
|
1612
|
+
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsup && tsc --emitDeclarationOnly -p tsconfig.build.json && node ../../../scripts/declarations-cjs.mjs",
|
|
1613
1613
|
"dev": "tsup --watch",
|
|
1614
1614
|
"typecheck": "tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/tsc/typecheck.tsbuildinfo",
|
|
1615
1615
|
"test": "vitest run",
|