@aws-amplify/core 4.5.1 → 4.5.2-unstable.5
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/dist/aws-amplify-core.js +5 -1
- package/dist/aws-amplify-core.js.map +1 -1
- package/dist/aws-amplify-core.min.js +1 -1
- package/dist/aws-amplify-core.min.js.map +1 -1
- package/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib/constants.d.ts +3 -0
- package/lib/constants.js +3 -0
- package/lib/constants.js.map +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/lib-esm/constants.d.ts +3 -0
- package/lib-esm/constants.js +3 -0
- package/lib-esm/constants.js.map +1 -1
- package/package.json +2 -2
- package/src/Platform/version.ts +1 -1
- package/src/constants.ts +3 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.5.
|
|
1
|
+
export declare const version = "4.5.1";
|
package/lib/Platform/version.js
CHANGED
package/lib/constants.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
|
|
3
|
+
*/
|
|
1
4
|
export declare const INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER: string | symbol;
|
|
2
5
|
export declare const INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER: string | symbol;
|
|
3
6
|
export declare const USER_AGENT_HEADER = "x-amz-user-agent";
|
package/lib/constants.js
CHANGED
|
@@ -17,6 +17,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
* is used for AppSync/GraphQL subscriptions in the API category.
|
|
18
18
|
*/
|
|
19
19
|
var hasSymbol = typeof Symbol !== 'undefined' && typeof Symbol.for === 'function';
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
|
|
22
|
+
*/
|
|
20
23
|
exports.INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER = hasSymbol
|
|
21
24
|
? Symbol.for('INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER')
|
|
22
25
|
: '@@INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER';
|
package/lib/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;AAEH;;;GAGG;AACH,IAAM,SAAS,GACd,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;AAEH;;;GAGG;AACH,IAAM,SAAS,GACd,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU,CAAC;AAEnE;;GAEG;AACU,QAAA,oCAAoC,GAAG,SAAS;IAC5D,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,sCAAsC,CAAC;IACpD,CAAC,CAAC,wCAAwC,CAAC;AAE/B,QAAA,6CAA6C,GAAG,SAAS;IACrE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,+CAA+C,CAAC;IAC7D,CAAC,CAAC,iDAAiD,CAAC;AAExC,QAAA,iBAAiB,GAAG,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.5.
|
|
1
|
+
export declare const version = "4.5.1";
|
package/lib-esm/constants.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
|
|
3
|
+
*/
|
|
1
4
|
export declare const INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER: string | symbol;
|
|
2
5
|
export declare const INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER: string | symbol;
|
|
3
6
|
export declare const USER_AGENT_HEADER = "x-amz-user-agent";
|
package/lib-esm/constants.js
CHANGED
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
* is used for AppSync/GraphQL subscriptions in the API category.
|
|
16
16
|
*/
|
|
17
17
|
var hasSymbol = typeof Symbol !== 'undefined' && typeof Symbol.for === 'function';
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
|
|
20
|
+
*/
|
|
18
21
|
export var INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER = hasSymbol
|
|
19
22
|
? Symbol.for('INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER')
|
|
20
23
|
: '@@INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER';
|
package/lib-esm/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH;;;GAGG;AACH,IAAM,SAAS,GACd,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU,CAAC;AAEnE,MAAM,CAAC,IAAM,oCAAoC,GAAG,SAAS;IAC5D,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,sCAAsC,CAAC;IACpD,CAAC,CAAC,wCAAwC,CAAC;AAE5C,MAAM,CAAC,IAAM,6CAA6C,GAAG,SAAS;IACrE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,+CAA+C,CAAC;IAC7D,CAAC,CAAC,iDAAiD,CAAC;AAErD,MAAM,CAAC,IAAM,iBAAiB,GAAG,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH;;;GAGG;AACH,IAAM,SAAS,GACd,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU,CAAC;AAEnE;;GAEG;AACH,MAAM,CAAC,IAAM,oCAAoC,GAAG,SAAS;IAC5D,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,sCAAsC,CAAC;IACpD,CAAC,CAAC,wCAAwC,CAAC;AAE5C,MAAM,CAAC,IAAM,6CAA6C,GAAG,SAAS;IACrE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,+CAA+C,CAAC;IAC7D,CAAC,CAAC,iDAAiD,CAAC;AAErD,MAAM,CAAC,IAAM,iBAAiB,GAAG,kBAAkB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/core",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2-unstable.5+43b11c353",
|
|
4
4
|
"description": "Core category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"lib-esm"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "43b11c353771ad7f42cac899cb6d0afabf7eb77c"
|
|
112
112
|
}
|
package/src/Platform/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '4.5.
|
|
2
|
+
export const version = '4.5.1';
|
package/src/constants.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
const hasSymbol =
|
|
19
19
|
typeof Symbol !== 'undefined' && typeof Symbol.for === 'function';
|
|
20
20
|
|
|
21
|
+
/**
|
|
22
|
+
* @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
|
|
23
|
+
*/
|
|
21
24
|
export const INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER = hasSymbol
|
|
22
25
|
? Symbol.for('INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER')
|
|
23
26
|
: '@@INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER';
|