@nadicodeai/ui 4.0.4 → 4.0.5

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.
@@ -22,13 +22,12 @@ import { shadcnComposition } from "./rules/shadcn-composition.js";
22
22
  * `@nadicodeai/ui`, whose version the release gate already forces to move in
23
23
  * lockstep, so that manifest is the one home of the number and this reads it.
24
24
  * The published copy of this file sits at `<ui>/dist/eslint/index.js` and the
25
- * source sits at `packages/eslint-plugin/index.js`, which puts the
25
+ * source sits at `tools/lint/eslint/index.js`, which puts the
26
26
  * manifest at one of two places relative to here; the `name` field says which
27
- * candidate is the right one, so the repository root's own manifest also two
28
- * levels up — cannot answer by accident.
27
+ * candidate is the right one, so an unrelated manifest cannot answer by accident.
29
28
  */
30
29
  const PUBLISHING_PACKAGE = "@nadicodeai/ui";
31
- const MANIFEST_CANDIDATES = ["../../package.json", "../ui/package.json"];
30
+ const MANIFEST_CANDIDATES = ["../../package.json", "../../../packages/ui/package.json"];
32
31
 
33
32
  const version = readPublishedVersion();
34
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nadicodeai/ui",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -61,7 +61,7 @@
61
61
  "@assistant-ui/react": "0.15.1",
62
62
  "@assistant-ui/react-markdown": "0.14.8",
63
63
  "@base-ui/react": "^1.6.0",
64
- "@nadicodeai/design-system": "4.0.4",
64
+ "@nadicodeai/design-system": "4.0.5",
65
65
  "@paper-design/shaders": "0.0.78",
66
66
  "class-variance-authority": "^0.7.1",
67
67
  "clsx": "^2.1.1",