@payfit/unity-illustrations 2.67.20 → 2.67.22

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
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 `yarn nx run unity-illustrations:pre-build` to regenerate illustration assets.
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
- - `yarn nx run unity-illustrations:pre-build --verbose`
17
- - `NX_VERBOSE_LOGGING=true yarn nx run unity-illustrations:pre-build`
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.20",
3
+ "version": "2.67.22",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -74,12 +74,12 @@
74
74
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
75
75
  "@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
76
76
  "@payfit/storybook-config": "0.0.0-use.local",
77
- "@payfit/unity-themes": "2.67.20",
77
+ "@payfit/unity-themes": "2.67.22",
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.20"
83
+ "@payfit/unity-themes": "2.67.22"
84
84
  }
85
85
  }