@friggframework/devtools 2.0.0-next.66 → 2.0.0-next.68

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.
@@ -280,7 +280,7 @@ async function testTokenRefresh(api, savedCredentials, options) {
280
280
 
281
281
  try {
282
282
  const oldToken = api.access_token;
283
- await api.refreshAccessToken();
283
+ await api.refreshAccessToken({ refresh_token: api.refresh_token });
284
284
  const newToken = api.access_token;
285
285
 
286
286
  return {
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-next.66",
4
+ "version": "2.0.0-next.68",
5
5
  "bin": {
6
6
  "frigg": "./frigg-cli/index.js"
7
7
  },
@@ -25,9 +25,9 @@
25
25
  "@babel/eslint-parser": "^7.18.9",
26
26
  "@babel/parser": "^7.25.3",
27
27
  "@babel/traverse": "^7.25.3",
28
- "@friggframework/core": "2.0.0-next.66",
29
- "@friggframework/schemas": "2.0.0-next.66",
30
- "@friggframework/test": "2.0.0-next.66",
28
+ "@friggframework/core": "2.0.0-next.68",
29
+ "@friggframework/schemas": "2.0.0-next.68",
30
+ "@friggframework/test": "2.0.0-next.68",
31
31
  "@hapi/boom": "^10.0.1",
32
32
  "@inquirer/prompts": "^5.3.8",
33
33
  "axios": "^1.7.2",
@@ -55,8 +55,8 @@
55
55
  "validate-npm-package-name": "^5.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@friggframework/eslint-config": "2.0.0-next.66",
59
- "@friggframework/prettier-config": "2.0.0-next.66",
58
+ "@friggframework/eslint-config": "2.0.0-next.68",
59
+ "@friggframework/prettier-config": "2.0.0-next.68",
60
60
  "aws-sdk-client-mock": "^4.1.0",
61
61
  "aws-sdk-client-mock-jest": "^4.1.0",
62
62
  "jest": "^30.1.3",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "33a0a9416970c03aa3eec7d5f295590cc08d7f98"
91
+ "gitHead": "c411e105b93b02eb77b55c580aa6c0e0cce3672f"
92
92
  }