@h3ravel/shared 0.23.1 → 0.24.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/dist/index.cjs CHANGED
@@ -508,7 +508,7 @@ const packageJsonScript = {
508
508
  start: "DIST_DIR=dist node -r source-map-support/register dist/server.js",
509
509
  lint: "eslint . --ext .ts",
510
510
  test: "NODE_NO_WARNINGS=1 NODE_ENV=testing jest --passWithNoTests",
511
- postinstall: "pnpm spawn"
511
+ postinstall: "pnpm prepare"
512
512
  };
513
513
 
514
514
  //#endregion
package/dist/index.js CHANGED
@@ -477,7 +477,7 @@ const packageJsonScript = {
477
477
  start: "DIST_DIR=dist node -r source-map-support/register dist/server.js",
478
478
  lint: "eslint . --ext .ts",
479
479
  test: "NODE_NO_WARNINGS=1 NODE_ENV=testing jest --passWithNoTests",
480
- postinstall: "pnpm spawn"
480
+ postinstall: "pnpm prepare"
481
481
  };
482
482
 
483
483
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/shared",
3
- "version": "0.23.1",
3
+ "version": "0.24.0",
4
4
  "description": "Shared Utilities.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",