@aws-amplify/api 4.0.18-unstable.1 → 4.0.19-unstable.2
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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@4.0.17...@aws-amplify/api@4.0.18) (2021-09-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/api
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.0.17](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@4.0.16...@aws-amplify/api@4.0.17) (2021-09-22)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/api
|
package/dist/aws-amplify-api.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("
|
|
3
|
+
module.exports = factory(require("aws_amplify_auth"), require("aws_amplify_cache"), require("aws_amplify_core"), require("graphql"), require("graphql/language/parser"), require("graphql/language/printer"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define("aws_amplify_api", ["
|
|
5
|
+
define("aws_amplify_api", ["aws_amplify_auth", "aws_amplify_cache", "aws_amplify_core", "graphql", "graphql/language/parser", "graphql/language/printer"], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["aws_amplify_api"] = factory(require("
|
|
7
|
+
exports["aws_amplify_api"] = factory(require("aws_amplify_auth"), require("aws_amplify_cache"), require("aws_amplify_core"), require("graphql"), require("graphql/language/parser"), require("graphql/language/printer"));
|
|
8
8
|
else
|
|
9
|
-
root["aws_amplify_api"] = factory(root["
|
|
9
|
+
root["aws_amplify_api"] = factory(root["aws_amplify_auth"], root["aws_amplify_cache"], root["aws_amplify_core"], root["graphql"], root["graphql/language/parser"], root["graphql/language/printer"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__aws_amplify_auth__, __WEBPACK_EXTERNAL_MODULE__aws_amplify_cache__, __WEBPACK_EXTERNAL_MODULE__aws_amplify_core__, __WEBPACK_EXTERNAL_MODULE_graphql__, __WEBPACK_EXTERNAL_MODULE_graphql_language_parser__, __WEBPACK_EXTERNAL_MODULE_graphql_language_printer__) {
|
|
11
11
|
return /******/ (function(modules) { // webpackBootstrap
|
|
12
12
|
/******/ // The module cache
|
|
@@ -15719,9 +15719,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15719
15719
|
/***/ }),
|
|
15720
15720
|
|
|
15721
15721
|
/***/ "@aws-amplify/auth":
|
|
15722
|
-
|
|
15723
|
-
!*** external "
|
|
15724
|
-
|
|
15722
|
+
/*!***********************************!*\
|
|
15723
|
+
!*** external "aws_amplify_auth" ***!
|
|
15724
|
+
\***********************************/
|
|
15725
15725
|
/*! no static exports found */
|
|
15726
15726
|
/***/ (function(module, exports) {
|
|
15727
15727
|
|
|
@@ -15730,9 +15730,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_auth__;
|
|
|
15730
15730
|
/***/ }),
|
|
15731
15731
|
|
|
15732
15732
|
/***/ "@aws-amplify/cache":
|
|
15733
|
-
|
|
15734
|
-
!*** external "
|
|
15735
|
-
|
|
15733
|
+
/*!************************************!*\
|
|
15734
|
+
!*** external "aws_amplify_cache" ***!
|
|
15735
|
+
\************************************/
|
|
15736
15736
|
/*! no static exports found */
|
|
15737
15737
|
/***/ (function(module, exports) {
|
|
15738
15738
|
|
|
@@ -15741,9 +15741,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_cache__;
|
|
|
15741
15741
|
/***/ }),
|
|
15742
15742
|
|
|
15743
15743
|
/***/ "@aws-amplify/core":
|
|
15744
|
-
|
|
15745
|
-
!*** external "
|
|
15746
|
-
|
|
15744
|
+
/*!***********************************!*\
|
|
15745
|
+
!*** external "aws_amplify_core" ***!
|
|
15746
|
+
\***********************************/
|
|
15747
15747
|
/*! no static exports found */
|
|
15748
15748
|
/***/ (function(module, exports) {
|
|
15749
15749
|
|