@aws-amplify/api 6.0.1-console-preview.a1c533e.0 → 6.0.1-console-preview.23dc225.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.
@@ -13,7 +13,7 @@ export declare class InternalAPIClass {
13
13
  */
14
14
  private _options;
15
15
  private _graphqlApi;
16
- Cache: import("@aws-amplify/core/lib-esm/Cache/types").ICache;
16
+ Cache: import("@aws-amplify/core/lib-esm/Cache/StorageCache").StorageCache;
17
17
  /**
18
18
  * Initialize API with AWS configuration
19
19
  * @param {Object} options - Configuration object for API
@@ -13,7 +13,7 @@ export declare class InternalAPIClass {
13
13
  */
14
14
  private _options;
15
15
  private _graphqlApi;
16
- Cache: import("@aws-amplify/core/lib-esm/Cache/types").ICache;
16
+ Cache: import("@aws-amplify/core/lib-esm/Cache/StorageCache").StorageCache;
17
17
  /**
18
18
  * Initialize API with AWS configuration
19
19
  * @param {Object} options - Configuration object for API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/api",
3
- "version": "6.0.1-console-preview.a1c533e.0+a1c533e",
3
+ "version": "6.0.1-console-preview.23dc225.0+23dc225",
4
4
  "description": "Api category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -58,8 +58,8 @@
58
58
  "server"
59
59
  ],
60
60
  "dependencies": {
61
- "@aws-amplify/api-graphql": "4.0.1-console-preview.a1c533e.0+a1c533e",
62
- "@aws-amplify/api-rest": "4.0.1-console-preview.a1c533e.0+a1c533e",
61
+ "@aws-amplify/api-graphql": "4.0.1-console-preview.23dc225.0+23dc225",
62
+ "@aws-amplify/api-rest": "4.0.1-console-preview.23dc225.0+23dc225",
63
63
  "tslib": "^2.6.1"
64
64
  },
65
65
  "jest": {
@@ -106,5 +106,5 @@
106
106
  "lib-esm"
107
107
  ]
108
108
  },
109
- "gitHead": "a1c533eae82c5386864fb15fc101bb3cb9bd93ae"
109
+ "gitHead": "23dc22531b963319f2b421f6f7c6cf867635b20e"
110
110
  }