@payfit/unity-illustrations 2.67.19 → 2.67.21
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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ Run `nx test illustrations` to execute the unit tests via [Vitest](https://vites
|
|
|
8
8
|
|
|
9
9
|
## Generating assets (pre-build)
|
|
10
10
|
|
|
11
|
-
Run `
|
|
11
|
+
Run `pnpm nx run unity-illustrations:pre-build` to regenerate illustration assets.
|
|
12
12
|
|
|
13
13
|
By default, the command prints a compact summary and periodic progress updates.
|
|
14
14
|
Use verbose mode to display full per-asset logs:
|
|
15
15
|
|
|
16
|
-
- `
|
|
17
|
-
- `NX_VERBOSE_LOGGING=true
|
|
16
|
+
- `pnpm nx run unity-illustrations:pre-build --verbose`
|
|
17
|
+
- `NX_VERBOSE_LOGGING=true pnpm nx run unity-illustrations:pre-build`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-illustrations",
|
|
3
|
-
"version": "2.67.
|
|
3
|
+
"version": "2.67.21",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -69,17 +69,17 @@
|
|
|
69
69
|
"tailwindcss": "4.3.3",
|
|
70
70
|
"tsx": "4.20.5",
|
|
71
71
|
"vite": "8.1.4",
|
|
72
|
+
"@payfit/figma-tools": "0.0.0-use.local",
|
|
72
73
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
73
74
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
74
75
|
"@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
|
|
75
|
-
"@payfit/figma-tools": "0.0.0-use.local",
|
|
76
76
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
77
|
-
"@payfit/unity-themes": "2.67.
|
|
77
|
+
"@payfit/unity-themes": "2.67.21",
|
|
78
78
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"react": "18.3.1",
|
|
82
82
|
"react-dom": "18.3.1",
|
|
83
|
-
"@payfit/unity-themes": "2.67.
|
|
83
|
+
"@payfit/unity-themes": "2.67.21"
|
|
84
84
|
}
|
|
85
85
|
}
|