@w5s/pnpm-plugin-config 1.15.0 → 1.17.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -103,9 +103,9 @@ const hooks = { updateConfig(config) {
103
103
  //#endregion
104
104
  //#region src/meta.ts
105
105
  const meta = Object.freeze({
106
- buildNumber: 1789595370,
106
+ buildNumber: 1789649127,
107
107
  name: "@w5s/pnpm-plugin-config",
108
- version: "1.15.0"
108
+ version: "1.17.0"
109
109
  });
110
110
  //#endregion
111
111
  export { PnpmUserConfig, defaultConfig, hooks, meta };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/pnpm-plugin-config",
3
- "version": "1.15.0",
3
+ "version": "1.17.0",
4
4
  "description": "Shared pnpm configuration plugin with org defaults",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "e6d13c1ff1528928b37d5e08c97ffcc2b2b2c74f"
44
+ "gitHead": "c775b53274c35cb97edaa9ffa5cd5ffd47f9a4f0"
45
45
  }