@friggframework/devtools 2.0.0--canary.461.00d261d.0 → 2.0.0--canary.461.bdbd057.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.
@@ -63,24 +63,30 @@ class IntegrationBuilder extends InfrastructureBuilder {
63
63
  // Exclude AWS SDK (provided by Lambda runtime)
64
64
  'node_modules/aws-sdk/**',
65
65
  'node_modules/@aws-sdk/**',
66
-
66
+
67
67
  // Exclude Prisma (provided via Lambda Layer)
68
68
  'node_modules/@prisma/**',
69
69
  'node_modules/.prisma/**',
70
70
  'node_modules/prisma/**',
71
71
  'node_modules/@friggframework/core/generated/**',
72
-
72
+
73
73
  // Exclude ALL nested node_modules
74
74
  'node_modules/**/node_modules/**',
75
-
75
+
76
76
  // Exclude build tools (not needed at runtime)
77
77
  'node_modules/esbuild/**',
78
78
  'node_modules/@esbuild/**',
79
79
  'node_modules/typescript/**',
80
80
  'node_modules/webpack/**',
81
81
  'node_modules/osls/**',
82
- 'node_modules/serverless*/**',
83
-
82
+ 'node_modules/serverless-esbuild/**',
83
+ 'node_modules/serverless-jetpack/**',
84
+ 'node_modules/serverless-offline/**',
85
+ 'node_modules/serverless-offline-sqs/**',
86
+ 'node_modules/serverless-dotenv-plugin/**',
87
+ 'node_modules/serverless-kms-grants/**',
88
+ // Note: DO NOT exclude serverless-http - it's a runtime dependency!
89
+
84
90
  // Exclude dev/test dependencies
85
91
  'node_modules/@friggframework/test/**',
86
92
  'node_modules/@friggframework/eslint-config/**',
@@ -88,7 +94,7 @@ class IntegrationBuilder extends InfrastructureBuilder {
88
94
  'node_modules/jest/**',
89
95
  'node_modules/prettier/**',
90
96
  'node_modules/eslint/**',
91
-
97
+
92
98
  // Exclude local dev files
93
99
  'deploy.log',
94
100
  '.env.backup',
@@ -101,11 +107,11 @@ class IntegrationBuilder extends InfrastructureBuilder {
101
107
  '.markdownlintignore',
102
108
  'package-lock.json',
103
109
 
104
- // Exclude development/test files
110
+ // Exclude development/test files (keep src/ - needed for integrations and api-modules)
105
111
  'coverage/**',
106
112
  'test/**',
107
- 'src/**',
108
113
  'layers/**',
114
+ // Note: DO NOT exclude src/** - handlers need src/integrations and src/api-modules at runtime
109
115
  '**/*.test.js',
110
116
  '**/*.spec.js',
111
117
  '**/.claude-flow/**',
@@ -52,18 +52,24 @@ function createBaseDefinition(
52
52
  'node_modules/jest/**',
53
53
  'node_modules/prettier/**',
54
54
  'node_modules/eslint/**',
55
-
55
+
56
56
  // Exclude ALL nested node_modules (catch any package with nested dependencies)
57
57
  'node_modules/**/node_modules/**',
58
-
58
+
59
59
  // Exclude build tools (not needed at runtime)
60
60
  'node_modules/esbuild/**',
61
61
  'node_modules/@esbuild/**',
62
62
  'node_modules/typescript/**',
63
63
  'node_modules/webpack/**',
64
64
  'node_modules/osls/**',
65
- 'node_modules/serverless*/**',
66
-
65
+ 'node_modules/serverless-esbuild/**',
66
+ 'node_modules/serverless-jetpack/**',
67
+ 'node_modules/serverless-offline/**',
68
+ 'node_modules/serverless-offline-sqs/**',
69
+ 'node_modules/serverless-dotenv-plugin/**',
70
+ 'node_modules/serverless-kms-grants/**',
71
+ // Note: DO NOT exclude serverless-http - it's a runtime dependency!
72
+
67
73
  // Exclude local dev files
68
74
  'deploy.log',
69
75
  '.env.backup',
@@ -76,10 +82,11 @@ function createBaseDefinition(
76
82
  '.markdownlintignore',
77
83
  'package-lock.json',
78
84
 
79
- // Exclude test files and layers (but keep src/ - needed for app definition)
85
+ // Exclude test files and layers (keep src/ - needed for app definition and integrations)
80
86
  'test/**',
81
87
  'layers/**',
82
88
  'coverage/**',
89
+ // Note: DO NOT exclude src/** - handlers need src/integrations and src/api-modules at runtime
83
90
  '**/*.test.js',
84
91
  '**/*.spec.js',
85
92
  '**/.claude-flow/**',
@@ -282,19 +289,24 @@ function createBaseDefinition(
282
289
  exclude: [
283
290
  // Exclude ALL nested node_modules
284
291
  'node_modules/**/node_modules/**',
285
-
292
+
286
293
  // Exclude AWS SDK (provided by Lambda runtime)
287
294
  'node_modules/aws-sdk/**',
288
295
  'node_modules/@aws-sdk/**',
289
-
296
+
290
297
  // Exclude build tools (not needed for migrations)
291
298
  'node_modules/esbuild/**',
292
299
  'node_modules/@esbuild/**',
293
300
  'node_modules/typescript/**',
294
301
  'node_modules/webpack/**',
295
302
  'node_modules/osls/**',
296
- 'node_modules/serverless*/**',
297
-
303
+ 'node_modules/serverless-esbuild/**',
304
+ 'node_modules/serverless-jetpack/**',
305
+ 'node_modules/serverless-offline/**',
306
+ 'node_modules/serverless-offline-sqs/**',
307
+ 'node_modules/serverless-dotenv-plugin/**',
308
+ 'node_modules/serverless-kms-grants/**',
309
+
298
310
  // Exclude dev dependencies
299
311
  'node_modules/@friggframework/test/**',
300
312
  'node_modules/@friggframework/eslint-config/**',
@@ -304,33 +316,33 @@ function createBaseDefinition(
304
316
  'node_modules/jest/**',
305
317
  'node_modules/prettier/**',
306
318
  'node_modules/eslint/**',
307
-
319
+
308
320
  // Exclude MongoDB Prisma client (only need PostgreSQL)
309
321
  'node_modules/@friggframework/core/generated/prisma-mongodb/**',
310
-
322
+
311
323
  // Exclude non-essential Frigg modules
312
324
  'node_modules/@friggframework/core/integrations/**',
313
325
  'node_modules/@friggframework/core/user/**',
314
326
  'node_modules/@friggframework/core/handlers/routers/**',
315
327
  'node_modules/@friggframework/core/handlers/workers/**',
316
-
328
+
317
329
  // Exclude wrong OS binaries
318
330
  '**/query-engine-darwin*',
319
331
  '**/schema-engine-darwin*',
320
332
  '**/libquery_engine-darwin*',
321
333
  '**/*-darwin-arm64*',
322
334
  '**/*-darwin*',
323
-
335
+
324
336
  // Exclude WASM engines
325
337
  '**/runtime/*.wasm',
326
338
  '**/*.wasm*',
327
-
328
- // Exclude backend source (not needed for migration handler)
329
- 'src/**',
339
+
340
+ // Exclude backend source (dbMigrate doesn't need it)
341
+ 'src/**', // OK to exclude for migration handler only
330
342
  'test/**',
331
343
  'layers/**',
332
344
  'coverage/**',
333
-
345
+
334
346
  // Exclude local dev files
335
347
  'deploy.log',
336
348
  '.env.backup',
@@ -338,7 +350,7 @@ function createBaseDefinition(
338
350
  'jest.config.js',
339
351
  'jest.unit.config.js',
340
352
  'package-lock.json',
341
-
353
+
342
354
  // Exclude docs and metadata
343
355
  '**/*.md',
344
356
  '**/*.map',
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.461.00d261d.0",
4
+ "version": "2.0.0--canary.461.bdbd057.0",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-ec2": "^3.835.0",
7
7
  "@aws-sdk/client-kms": "^3.835.0",
@@ -11,8 +11,8 @@
11
11
  "@babel/eslint-parser": "^7.18.9",
12
12
  "@babel/parser": "^7.25.3",
13
13
  "@babel/traverse": "^7.25.3",
14
- "@friggframework/schemas": "2.0.0--canary.461.00d261d.0",
15
- "@friggframework/test": "2.0.0--canary.461.00d261d.0",
14
+ "@friggframework/schemas": "2.0.0--canary.461.bdbd057.0",
15
+ "@friggframework/test": "2.0.0--canary.461.bdbd057.0",
16
16
  "@hapi/boom": "^10.0.1",
17
17
  "@inquirer/prompts": "^5.3.8",
18
18
  "axios": "^1.7.2",
@@ -34,8 +34,8 @@
34
34
  "serverless-http": "^2.7.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@friggframework/eslint-config": "2.0.0--canary.461.00d261d.0",
38
- "@friggframework/prettier-config": "2.0.0--canary.461.00d261d.0",
37
+ "@friggframework/eslint-config": "2.0.0--canary.461.bdbd057.0",
38
+ "@friggframework/prettier-config": "2.0.0--canary.461.bdbd057.0",
39
39
  "aws-sdk-client-mock": "^4.1.0",
40
40
  "aws-sdk-client-mock-jest": "^4.1.0",
41
41
  "jest": "^30.1.3",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "00d261d45bff803318e6b85dba17b51b7e081c87"
73
+ "gitHead": "bdbd0572d7347cd3ffc012b4c761cfc9a1d834ba"
74
74
  }