@friggframework/devtools 2.0.0--canary.405.45825cd.0 → 2.0.0--canary.405.4baeef5.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.
@@ -418,7 +418,7 @@ const composeServerlessDefinition = (AppDefinition) => {
418
418
  origin: '*',
419
419
  headers: '*',
420
420
  methods: ['ANY'],
421
- allowCredentials: true,
421
+ allowCredentials: false,
422
422
  };
423
423
 
424
424
  const definition = {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@friggframework/devtools",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.405.45825cd.0",
4
+ "version": "2.0.0--canary.405.4baeef5.0",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "@babel/parser": "^7.25.3",
8
8
  "@babel/traverse": "^7.25.3",
9
- "@friggframework/test": "2.0.0--canary.405.45825cd.0",
9
+ "@friggframework/test": "2.0.0--canary.405.4baeef5.0",
10
10
  "@hapi/boom": "^10.0.1",
11
11
  "@inquirer/prompts": "^5.3.8",
12
12
  "axios": "^1.7.2",
@@ -27,8 +27,8 @@
27
27
  "serverless-http": "^2.7.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@friggframework/eslint-config": "2.0.0--canary.405.45825cd.0",
31
- "@friggframework/prettier-config": "2.0.0--canary.405.45825cd.0",
30
+ "@friggframework/eslint-config": "2.0.0--canary.405.4baeef5.0",
31
+ "@friggframework/prettier-config": "2.0.0--canary.405.4baeef5.0",
32
32
  "prettier": "^2.7.1",
33
33
  "serverless": "3.39.0",
34
34
  "serverless-dotenv-plugin": "^6.0.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "45825cde018fed76379aae97a58f03c5695f40c9"
63
+ "gitHead": "4baeef5ee49507b62ba24a92bd93661750bafe72"
64
64
  }