@uniai-fe/uds-primitives 0.9.0 → 0.9.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.
Files changed (1) hide show
  1. package/package.json +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-primitives",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -46,8 +46,8 @@
46
46
  "@mantine/core": ">=8 <9",
47
47
  "@mantine/dates": ">=8 <9",
48
48
  "@mantine/hooks": ">=8 <9",
49
- "@uniai-fe/uds-foundation": "^0.4.8",
50
- "@uniai-fe/util-functions": "^0.3.0",
49
+ "@uniai-fe/uds-foundation": "^0.4.8 || ^0.5.0",
50
+ "@uniai-fe/util-functions": "^0.3.0 || ^0.4.0",
51
51
  "react": ">=19 <20",
52
52
  "react-daum-postcode": "^4.0.0",
53
53
  "react-dom": ">=19 <20",
@@ -88,10 +88,10 @@
88
88
  "sass": "^1.101.0",
89
89
  "typescript": "6.0.3",
90
90
  "@uniai-fe/eslint-config": "0.2.0",
91
- "@uniai-fe/util-functions": "0.4.0",
92
- "@uniai-fe/tsconfig": "0.2.0",
93
91
  "@uniai-fe/next-devkit": "0.3.0",
94
- "@uniai-fe/uds-foundation": "0.5.0"
92
+ "@uniai-fe/tsconfig": "0.2.0",
93
+ "@uniai-fe/uds-foundation": "0.5.0",
94
+ "@uniai-fe/util-functions": "0.4.0"
95
95
  },
96
96
  "scripts": {
97
97
  "check:pre-commit": "pnpm --dir ../../.. run check:pre-commit",
@@ -110,6 +110,9 @@
110
110
  "module:build": "pnpm build",
111
111
  "design-primitives:build": "pnpm run build",
112
112
  "design-primitives:dev": "pnpm run dev",
113
- "publish:public": "bash ../../../scripts/npm-publish.sh"
113
+ "publish:public": "bash ../../../scripts/npm-publish.sh",
114
+ "check:manifest": "node ../../../scripts/workspace-manifests.mjs --check",
115
+ "sync:manifest": "node ../../../scripts/workspace-manifests.mjs --write",
116
+ "check": "pnpm run check:manifest && pnpm run format:check && pnpm run lint && pnpm run typecheck"
114
117
  }
115
118
  }