@futdevpro/dynamo-eslint 1.14.23 → 1.14.24
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.
|
@@ -149,6 +149,10 @@ jobs:
|
|
|
149
149
|
run: |
|
|
150
150
|
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
|
151
151
|
|
|
152
|
+
- name: Install safe-chain
|
|
153
|
+
run: |
|
|
154
|
+
curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh -s -- --ci
|
|
155
|
+
|
|
152
156
|
- name: Install pnpm
|
|
153
157
|
run: |
|
|
154
158
|
npm i -g pnpm
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/dynamo-eslint",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.24",
|
|
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",
|
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"prep": "npm i -g pnpm rimraf nodemon jasmine && pnpm i",
|
|
17
|
+
"preprep-setup-safechain-windows": "iex (iwr \"https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.ps1\" -UseBasicParsing)",
|
|
18
|
+
"preprep-setup-safechain-linux": "curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh",
|
|
17
19
|
"start": "npm run prep && nodemon",
|
|
18
20
|
|
|
19
21
|
"deploy": "npm run build",
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
"prettier": "3.3.0"
|
|
86
88
|
},
|
|
87
89
|
"dependencies": {
|
|
88
|
-
"@futdevpro/fsm-dynamo": "1.14.
|
|
90
|
+
"@futdevpro/fsm-dynamo": "1.14.28",
|
|
89
91
|
"fast-glob": "3.3.2",
|
|
90
92
|
"tslib": "2.8.1"
|
|
91
93
|
},
|
|
Binary file
|