@friggframework/devtools 2.0.0--canary.498.336977b.0 → 2.0.0--canary.498.82efe90.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.
|
@@ -221,8 +221,6 @@ function createBaseDefinition(
|
|
|
221
221
|
'@prisma/client',
|
|
222
222
|
'prisma',
|
|
223
223
|
'.prisma/*',
|
|
224
|
-
'@babel/*', // Exclude Babel packages to reduce file scanning
|
|
225
|
-
'@smithy/*', // Exclude Smithy (AWS SDK v3 dependency)
|
|
226
224
|
],
|
|
227
225
|
packager: 'npm',
|
|
228
226
|
keepNames: true,
|
|
@@ -232,10 +230,8 @@ function createBaseDefinition(
|
|
|
232
230
|
'@aws-sdk/*',
|
|
233
231
|
'@prisma/client',
|
|
234
232
|
'prisma',
|
|
235
|
-
'@babel/*',
|
|
236
|
-
'@smithy/*',
|
|
237
233
|
],
|
|
238
|
-
// Reduce file scanning overhead
|
|
234
|
+
// Reduce file scanning overhead - tell esbuild to skip these during watch/scan but still bundle them
|
|
239
235
|
watch: {
|
|
240
236
|
ignore: ['node_modules/@aws-sdk/**', 'node_modules/@babel/**', 'node_modules/@smithy/**']
|
|
241
237
|
},
|
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.498.
|
|
4
|
+
"version": "2.0.0--canary.498.82efe90.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"frigg": "./frigg-cli/index.js"
|
|
7
7
|
},
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@babel/eslint-parser": "^7.18.9",
|
|
17
17
|
"@babel/parser": "^7.25.3",
|
|
18
18
|
"@babel/traverse": "^7.25.3",
|
|
19
|
-
"@friggframework/core": "2.0.0--canary.498.
|
|
20
|
-
"@friggframework/schemas": "2.0.0--canary.498.
|
|
21
|
-
"@friggframework/test": "2.0.0--canary.498.
|
|
19
|
+
"@friggframework/core": "2.0.0--canary.498.82efe90.0",
|
|
20
|
+
"@friggframework/schemas": "2.0.0--canary.498.82efe90.0",
|
|
21
|
+
"@friggframework/test": "2.0.0--canary.498.82efe90.0",
|
|
22
22
|
"@hapi/boom": "^10.0.1",
|
|
23
23
|
"@inquirer/prompts": "^5.3.8",
|
|
24
24
|
"axios": "^1.7.2",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"validate-npm-package-name": "^5.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@friggframework/eslint-config": "2.0.0--canary.498.
|
|
50
|
-
"@friggframework/prettier-config": "2.0.0--canary.498.
|
|
49
|
+
"@friggframework/eslint-config": "2.0.0--canary.498.82efe90.0",
|
|
50
|
+
"@friggframework/prettier-config": "2.0.0--canary.498.82efe90.0",
|
|
51
51
|
"aws-sdk-client-mock": "^4.1.0",
|
|
52
52
|
"aws-sdk-client-mock-jest": "^4.1.0",
|
|
53
53
|
"jest": "^30.1.3",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "82efe90fa2bee64b1407052191ae8d06307d8106"
|
|
83
83
|
}
|