@friggframework/devtools 2.0.0--canary.414.70cdf1e.0 → 2.0.0--canary.414.b21e7dc.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.
@@ -119,8 +119,6 @@ async function deployCommand(options) {
119
119
 
120
120
  // AWS discovery is now handled directly in serverless-template.js
121
121
  console.log('🚀 Deploying serverless application...');
122
- console.log('📋 Final environment variables being passed to serverless:');
123
- console.log(' ', Object.keys(integrationEnvironmentVariables).sort().join(', '));
124
122
  const backendPath = path.resolve(process.cwd());
125
123
  const infrastructurePath = 'infrastructure.js';
126
124
  const command = 'serverless';
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.414.70cdf1e.0",
4
+ "version": "2.0.0--canary.414.b21e7dc.0",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-ec2": "^3.835.0",
7
7
  "@aws-sdk/client-kms": "^3.835.0",
@@ -9,8 +9,8 @@
9
9
  "@babel/eslint-parser": "^7.18.9",
10
10
  "@babel/parser": "^7.25.3",
11
11
  "@babel/traverse": "^7.25.3",
12
- "@friggframework/schemas": "2.0.0--canary.414.70cdf1e.0",
13
- "@friggframework/test": "2.0.0--canary.414.70cdf1e.0",
12
+ "@friggframework/schemas": "2.0.0--canary.414.b21e7dc.0",
13
+ "@friggframework/test": "2.0.0--canary.414.b21e7dc.0",
14
14
  "@hapi/boom": "^10.0.1",
15
15
  "@inquirer/prompts": "^5.3.8",
16
16
  "axios": "^1.7.2",
@@ -32,8 +32,8 @@
32
32
  "serverless-http": "^2.7.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@friggframework/eslint-config": "2.0.0--canary.414.70cdf1e.0",
36
- "@friggframework/prettier-config": "2.0.0--canary.414.70cdf1e.0",
35
+ "@friggframework/eslint-config": "2.0.0--canary.414.b21e7dc.0",
36
+ "@friggframework/prettier-config": "2.0.0--canary.414.b21e7dc.0",
37
37
  "prettier": "^2.7.1",
38
38
  "serverless": "3.39.0",
39
39
  "serverless-dotenv-plugin": "^6.0.0",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "70cdf1e0a8efa2fd64dd87b5285323820d455b80"
68
+ "gitHead": "b21e7dca32191816455b2f899368281ce3c01f02"
69
69
  }