@friggframework/devtools 2.0.0--canary.627.6391013.0 → 2.0.0--canary.627.33970be.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.
|
@@ -478,9 +478,6 @@ class MigrationBuilder extends InfrastructureBuilder {
|
|
|
478
478
|
},
|
|
479
479
|
},
|
|
480
480
|
{ httpApi: { path: '/admin/db-migrate', method: 'POST' } },
|
|
481
|
-
// Recover from a failed migration (Prisma P3009). Without this
|
|
482
|
-
// route, a single failed migration blocks every subsequent one
|
|
483
|
-
// and there is no admin-API path to resolve it.
|
|
484
481
|
{
|
|
485
482
|
httpApi: {
|
|
486
483
|
path: '/admin/db-migrate/resolve',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/devtools",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "2.0.0--canary.627.
|
|
4
|
+
"version": "2.0.0--canary.627.33970be.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"frigg": "./frigg-cli/index.js"
|
|
7
7
|
},
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@babel/eslint-parser": "^7.18.9",
|
|
27
27
|
"@babel/parser": "^7.25.3",
|
|
28
28
|
"@babel/traverse": "^7.25.3",
|
|
29
|
-
"@friggframework/core": "2.0.0--canary.627.
|
|
30
|
-
"@friggframework/schemas": "2.0.0--canary.627.
|
|
31
|
-
"@friggframework/test": "2.0.0--canary.627.
|
|
29
|
+
"@friggframework/core": "2.0.0--canary.627.33970be.0",
|
|
30
|
+
"@friggframework/schemas": "2.0.0--canary.627.33970be.0",
|
|
31
|
+
"@friggframework/test": "2.0.0--canary.627.33970be.0",
|
|
32
32
|
"@hapi/boom": "^10.0.1",
|
|
33
33
|
"@inquirer/prompts": "^5.3.8",
|
|
34
34
|
"axios": "^1.18.0",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"validate-npm-package-name": "^5.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@friggframework/eslint-config": "2.0.0--canary.627.
|
|
60
|
-
"@friggframework/prettier-config": "2.0.0--canary.627.
|
|
59
|
+
"@friggframework/eslint-config": "2.0.0--canary.627.33970be.0",
|
|
60
|
+
"@friggframework/prettier-config": "2.0.0--canary.627.33970be.0",
|
|
61
61
|
"aws-sdk-client-mock": "^4.1.0",
|
|
62
62
|
"aws-sdk-client-mock-jest": "^4.1.0",
|
|
63
63
|
"jest": "^30.1.3",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "33970be6bc4ffa8e60d4c2799d6c24da4409bf5e"
|
|
93
93
|
}
|