@futdevpro/dynamo-eslint 1.14.24 → 1.14.25

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.
@@ -159,7 +159,7 @@ jobs:
159
159
 
160
160
  - name: Install Packages
161
161
  run: |
162
- pnpm i
162
+ pnpm i --safe-chain-skip-minimum-package-age
163
163
 
164
164
  - name: Build
165
165
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/dynamo-eslint",
3
- "version": "1.14.24",
3
+ "version": "1.14.25",
4
4
  "description": "Shared ESLint configs, Dynamo-powered plugin and validators for FutDevPro stacks",
5
5
  "author": "Future Development Program Ltd.",
6
6
  "license": "ISC",
@@ -87,7 +87,7 @@
87
87
  "prettier": "3.3.0"
88
88
  },
89
89
  "dependencies": {
90
- "@futdevpro/fsm-dynamo": "1.14.28",
90
+ "@futdevpro/fsm-dynamo": "1.14.29",
91
91
  "fast-glob": "3.3.2",
92
92
  "tslib": "2.8.1"
93
93
  },
Binary file