aws-amplify 5.3.35 → 5.3.38
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/lib/.tsbuildinfo +1 -3
- package/lib/index.js +32 -31
- package/lib/index.js.map +1 -1
- package/lib/withSSRContext.d.ts +1 -1
- package/lib/withSSRContext.js +1 -1
- package/lib/withSSRContext.js.map +1 -1
- package/lib-esm/.tsbuildinfo +1 -3
- package/lib-esm/Common/types/types.js +1 -0
- package/lib-esm/withSSRContext.d.ts +1 -1
- package/lib-esm/withSSRContext.js.map +1 -1
- package/package.json +30 -31
package/lib/.tsbuildinfo
CHANGED
package/lib/index.js
CHANGED
|
@@ -2,50 +2,51 @@
|
|
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Geo = exports.withSSRContext = exports.AWSCloudWatchProvider = exports.ServiceWorker = exports.I18n = exports.Signer = exports.ClientDevice = exports.Hub = exports.Logger = exports.Predictions = exports.Notifications = exports.Interactions = exports.Cache = exports.PubSub = exports.syncExpression = exports.SortDirection = exports.Predicates = exports.DataStore = exports.AuthModeStrategyType = exports.graphqlOperation = exports.APIClass = exports.API = exports.StorageClass = exports.Storage = exports.Auth = exports.AmazonPersonalizeProvider = exports.AWSKinesisFirehoseProvider = exports.AWSKinesisProvider = exports.AWSPinpointProvider = exports.Analytics = exports.Amplify = void 0;
|
|
5
6
|
var core_1 = require("@aws-amplify/core");
|
|
6
|
-
exports
|
|
7
|
+
Object.defineProperty(exports, "Amplify", { enumerable: true, get: function () { return core_1.Amplify; } });
|
|
7
8
|
var analytics_1 = require("@aws-amplify/analytics");
|
|
8
|
-
exports
|
|
9
|
-
exports
|
|
10
|
-
exports
|
|
11
|
-
exports
|
|
12
|
-
exports
|
|
9
|
+
Object.defineProperty(exports, "Analytics", { enumerable: true, get: function () { return analytics_1.Analytics; } });
|
|
10
|
+
Object.defineProperty(exports, "AWSPinpointProvider", { enumerable: true, get: function () { return analytics_1.AWSPinpointProvider; } });
|
|
11
|
+
Object.defineProperty(exports, "AWSKinesisProvider", { enumerable: true, get: function () { return analytics_1.AWSKinesisProvider; } });
|
|
12
|
+
Object.defineProperty(exports, "AWSKinesisFirehoseProvider", { enumerable: true, get: function () { return analytics_1.AWSKinesisFirehoseProvider; } });
|
|
13
|
+
Object.defineProperty(exports, "AmazonPersonalizeProvider", { enumerable: true, get: function () { return analytics_1.AmazonPersonalizeProvider; } });
|
|
13
14
|
var auth_1 = require("@aws-amplify/auth");
|
|
14
|
-
exports
|
|
15
|
+
Object.defineProperty(exports, "Auth", { enumerable: true, get: function () { return auth_1.Auth; } });
|
|
15
16
|
var storage_1 = require("@aws-amplify/storage");
|
|
16
|
-
exports
|
|
17
|
-
exports
|
|
17
|
+
Object.defineProperty(exports, "Storage", { enumerable: true, get: function () { return storage_1.Storage; } });
|
|
18
|
+
Object.defineProperty(exports, "StorageClass", { enumerable: true, get: function () { return storage_1.StorageClass; } });
|
|
18
19
|
var api_1 = require("@aws-amplify/api");
|
|
19
|
-
exports
|
|
20
|
-
exports
|
|
21
|
-
exports
|
|
20
|
+
Object.defineProperty(exports, "API", { enumerable: true, get: function () { return api_1.API; } });
|
|
21
|
+
Object.defineProperty(exports, "APIClass", { enumerable: true, get: function () { return api_1.APIClass; } });
|
|
22
|
+
Object.defineProperty(exports, "graphqlOperation", { enumerable: true, get: function () { return api_1.graphqlOperation; } });
|
|
22
23
|
var datastore_1 = require("@aws-amplify/datastore");
|
|
23
|
-
exports
|
|
24
|
-
exports
|
|
25
|
-
exports
|
|
26
|
-
exports
|
|
27
|
-
exports
|
|
24
|
+
Object.defineProperty(exports, "AuthModeStrategyType", { enumerable: true, get: function () { return datastore_1.AuthModeStrategyType; } });
|
|
25
|
+
Object.defineProperty(exports, "DataStore", { enumerable: true, get: function () { return datastore_1.DataStore; } });
|
|
26
|
+
Object.defineProperty(exports, "Predicates", { enumerable: true, get: function () { return datastore_1.Predicates; } });
|
|
27
|
+
Object.defineProperty(exports, "SortDirection", { enumerable: true, get: function () { return datastore_1.SortDirection; } });
|
|
28
|
+
Object.defineProperty(exports, "syncExpression", { enumerable: true, get: function () { return datastore_1.syncExpression; } });
|
|
28
29
|
var pubsub_1 = require("@aws-amplify/pubsub");
|
|
29
|
-
exports
|
|
30
|
+
Object.defineProperty(exports, "PubSub", { enumerable: true, get: function () { return pubsub_1.PubSub; } });
|
|
30
31
|
var cache_1 = require("@aws-amplify/cache");
|
|
31
|
-
exports
|
|
32
|
+
Object.defineProperty(exports, "Cache", { enumerable: true, get: function () { return cache_1.Cache; } });
|
|
32
33
|
var interactions_1 = require("@aws-amplify/interactions");
|
|
33
|
-
exports
|
|
34
|
+
Object.defineProperty(exports, "Interactions", { enumerable: true, get: function () { return interactions_1.Interactions; } });
|
|
34
35
|
var notifications_1 = require("@aws-amplify/notifications");
|
|
35
|
-
exports
|
|
36
|
+
Object.defineProperty(exports, "Notifications", { enumerable: true, get: function () { return notifications_1.Notifications; } });
|
|
36
37
|
var predictions_1 = require("@aws-amplify/predictions");
|
|
37
|
-
exports
|
|
38
|
+
Object.defineProperty(exports, "Predictions", { enumerable: true, get: function () { return predictions_1.Predictions; } });
|
|
38
39
|
var core_2 = require("@aws-amplify/core");
|
|
39
|
-
exports
|
|
40
|
-
exports
|
|
41
|
-
exports
|
|
42
|
-
exports
|
|
43
|
-
exports
|
|
44
|
-
exports
|
|
45
|
-
exports
|
|
40
|
+
Object.defineProperty(exports, "Logger", { enumerable: true, get: function () { return core_2.ConsoleLogger; } });
|
|
41
|
+
Object.defineProperty(exports, "Hub", { enumerable: true, get: function () { return core_2.Hub; } });
|
|
42
|
+
Object.defineProperty(exports, "ClientDevice", { enumerable: true, get: function () { return core_2.ClientDevice; } });
|
|
43
|
+
Object.defineProperty(exports, "Signer", { enumerable: true, get: function () { return core_2.Signer; } });
|
|
44
|
+
Object.defineProperty(exports, "I18n", { enumerable: true, get: function () { return core_2.I18n; } });
|
|
45
|
+
Object.defineProperty(exports, "ServiceWorker", { enumerable: true, get: function () { return core_2.ServiceWorker; } });
|
|
46
|
+
Object.defineProperty(exports, "AWSCloudWatchProvider", { enumerable: true, get: function () { return core_2.AWSCloudWatchProvider; } });
|
|
46
47
|
var withSSRContext_1 = require("./withSSRContext");
|
|
47
|
-
exports
|
|
48
|
+
Object.defineProperty(exports, "withSSRContext", { enumerable: true, get: function () { return withSSRContext_1.withSSRContext; } });
|
|
48
49
|
var geo_1 = require("@aws-amplify/geo");
|
|
49
|
-
exports
|
|
50
|
+
Object.defineProperty(exports, "Geo", { enumerable: true, get: function () { return geo_1.Geo; } });
|
|
50
51
|
// chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
|
|
51
52
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;;AAEtC,0CAA4C;AAAnC,+FAAA,OAAO,OAAA;AAChB,oDAOgC;AAN/B,sGAAA,SAAS,OAAA;AAET,gHAAA,mBAAmB,OAAA;AACnB,+GAAA,kBAAkB,OAAA;AAClB,uHAAA,0BAA0B,OAAA;AAC1B,sHAAA,yBAAyB,OAAA;AAE1B,0CAAyC;AAAhC,4FAAA,IAAI,OAAA;AACb,gDAA6D;AAApD,kGAAA,OAAO,OAAA;AAAE,uGAAA,YAAY,OAAA;AAC9B,wCAAmE;AAA1D,0FAAA,GAAG,OAAA;AAAE,+FAAA,QAAQ,OAAA;AAAE,uGAAA,gBAAgB,OAAA;AACxC,oDAMgC;AAL/B,iHAAA,oBAAoB,OAAA;AACpB,sGAAA,SAAS,OAAA;AACT,uGAAA,UAAU,OAAA;AACV,0GAAA,aAAa,OAAA;AACb,2GAAA,cAAc,OAAA;AAEf,8CAA6C;AAApC,gGAAA,MAAM,OAAA;AACf,4CAA2C;AAAlC,8FAAA,KAAK,OAAA;AACd,0DAAyD;AAAhD,4GAAA,YAAY,OAAA;AACrB,4DAA2D;AAAlD,8GAAA,aAAa,OAAA;AACtB,wDAAuD;AAA9C,0GAAA,WAAW,OAAA;AACpB,0CAQ2B;AAP1B,8FAAA,aAAa,OAAU;AACvB,2FAAA,GAAG,OAAA;AACH,oGAAA,YAAY,OAAA;AACZ,8FAAA,MAAM,OAAA;AACN,4FAAA,IAAI,OAAA;AACJ,qGAAA,aAAa,OAAA;AACb,6GAAA,qBAAqB,OAAA;AAEtB,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,wCAAuC;AAA9B,0FAAA,GAAG,OAAA;AAEZ,uHAAuH"}
|
package/lib/withSSRContext.d.ts
CHANGED
package/lib/withSSRContext.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.withSSRContext = withSSRContext;
|
|
3
4
|
var tslib_1 = require("tslib");
|
|
4
5
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5
6
|
// SPDX-License-Identifier: Apache-2.0
|
|
@@ -42,5 +43,4 @@ function withSSRContext(context) {
|
|
|
42
43
|
amplify.configure(tslib_1.__assign(tslib_1.__assign({}, previousConfig), { storage: storage }));
|
|
43
44
|
return amplify;
|
|
44
45
|
}
|
|
45
|
-
exports.withSSRContext = withSSRContext;
|
|
46
46
|
//# sourceMappingURL=withSSRContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withSSRContext.js","sourceRoot":"","sources":["../src/withSSRContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"withSSRContext.js","sourceRoot":"","sources":["../src/withSSRContext.ts"],"names":[],"mappings":";;AA0BA,wCA0BC;;AApDD,qEAAqE;AACrE,sCAAsC;AACtC,wCAAuC;AACvC,wDAAyD;AACzD,0CAAyC;AACzC,0CAAgF;AAChF,oDAAmD;AAEnD,iFAAiF;AACjF,iCAAkC;AAElC,IAAM,eAAe,GAAG;IACvB,mCAAmC;IACnC,WAAI;IACJ,2CAA2C;IAC3C,kBAAW;CACX,CAAC;AAEF,0CAA0C;AAC1C,IAAM,cAAc,GAAG,CAAC,SAAG,EAAE,WAAI,EAAE,qBAAS,CAAC,CAAC;AAO9C,SAAgB,cAAc,CAAC,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC3C,IAAA,KAAkC,OAAO,QAAjB,EAAxB,OAAO,mBAAG,cAAc,KAAA,EAAE,GAAG,GAAK,OAAO,IAAZ,CAAa;IAClD,IAAI,OAAO,CAAC,QAAQ,CAAC,qBAAS,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,uBAAW,CAAC,EAAE,CAAC;QACnE,OAAO,CAAC,IAAI,CAAC,uBAAW,CAAC,CAAC;IAC3B,CAAC;IACD,IAAM,cAAc,GAAG,eAAO,CAAC,SAAS,EAAE,CAAC;IAC3C,IAAM,OAAO,GAAG,IAAI,mBAAY,EAAE,CAAC;IACnC,IAAM,OAAO,GAAG,IAAI,uBAAgB,CAAC,EAAE,GAAG,KAAA,EAAE,CAAC,CAAC;IAE9C,eAAe,CAAC,OAAO,CAAC,UAAA,CAAC;QACxB,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;YAC1B,mDAAmD;YACnD,uDAAuD;YACvD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;QACvC,CAAC;IACF,CAAC,CAAC,CAAC;IAEH,mDAAmD;IACnD,OAAO,CAAC,OAAO,CAAC,UAAA,CAAC;QAChB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;IAEH,8DAA8D;IAC9D,OAAO,CAAC,SAAS,uCAAM,cAAc,KAAE,OAAO,SAAA,IAAG,CAAC;IAElD,OAAO,OAAO,CAAC;AAChB,CAAC"}
|
package/lib-esm/.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withSSRContext.js","sourceRoot":"","sources":["../src/withSSRContext.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iFAAiF;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,IAAM,eAAe,GAAG;IACvB,mCAAmC;IACnC,IAAI;IACJ,2CAA2C;IAC3C,WAAW;CACX,CAAC;AAEF,0CAA0C;AAC1C,IAAM,cAAc,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;AAO9C,MAAM,UAAU,cAAc,CAAC,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC3C,IAAA,
|
|
1
|
+
{"version":3,"file":"withSSRContext.js","sourceRoot":"","sources":["../src/withSSRContext.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iFAAiF;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,IAAM,eAAe,GAAG;IACvB,mCAAmC;IACnC,IAAI;IACJ,2CAA2C;IAC3C,WAAW;CACX,CAAC;AAEF,0CAA0C;AAC1C,IAAM,cAAc,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;AAO9C,MAAM,UAAU,cAAc,CAAC,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC3C,IAAA,KAAkC,OAAO,QAAjB,EAAxB,OAAO,mBAAG,cAAc,KAAA,EAAE,GAAG,GAAK,OAAO,IAAZ,CAAa;IAClD,IAAI,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC;QACnE,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IAC3B,CAAC;IACD,IAAM,cAAc,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAC3C,IAAM,OAAO,GAAG,IAAI,YAAY,EAAE,CAAC;IACnC,IAAM,OAAO,GAAG,IAAI,gBAAgB,CAAC,EAAE,GAAG,KAAA,EAAE,CAAC,CAAC;IAE9C,eAAe,CAAC,OAAO,CAAC,UAAA,CAAC;QACxB,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;YAC1B,mDAAmD;YACnD,uDAAuD;YACvD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;QACvC,CAAC;IACF,CAAC,CAAC,CAAC;IAEH,mDAAmD;IACnD,OAAO,CAAC,OAAO,CAAC,UAAA,CAAC;QAChB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;IAEH,8DAA8D;IAC9D,OAAO,CAAC,SAAS,uBAAM,cAAc,KAAE,OAAO,SAAA,IAAG,CAAC;IAElD,OAAO,OAAO,CAAC;AAChB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.38",
|
|
4
4
|
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"src"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@aws-amplify/analytics": "6.5.
|
|
44
|
-
"@aws-amplify/api": "5.4.
|
|
45
|
-
"@aws-amplify/auth": "5.6.
|
|
46
|
-
"@aws-amplify/cache": "5.1.
|
|
47
|
-
"@aws-amplify/core": "5.8.
|
|
48
|
-
"@aws-amplify/datastore": "4.7.
|
|
49
|
-
"@aws-amplify/geo": "2.3.
|
|
50
|
-
"@aws-amplify/interactions": "5.2.
|
|
51
|
-
"@aws-amplify/notifications": "1.6.
|
|
52
|
-
"@aws-amplify/predictions": "5.5.
|
|
53
|
-
"@aws-amplify/pubsub": "5.6.
|
|
54
|
-
"@aws-amplify/storage": "5.9.
|
|
43
|
+
"@aws-amplify/analytics": "6.5.20",
|
|
44
|
+
"@aws-amplify/api": "5.4.25",
|
|
45
|
+
"@aws-amplify/auth": "5.6.23",
|
|
46
|
+
"@aws-amplify/cache": "5.1.24",
|
|
47
|
+
"@aws-amplify/core": "5.8.18",
|
|
48
|
+
"@aws-amplify/datastore": "4.7.27",
|
|
49
|
+
"@aws-amplify/geo": "2.3.18",
|
|
50
|
+
"@aws-amplify/interactions": "5.2.26",
|
|
51
|
+
"@aws-amplify/notifications": "1.6.21",
|
|
52
|
+
"@aws-amplify/predictions": "5.5.25",
|
|
53
|
+
"@aws-amplify/pubsub": "5.6.10",
|
|
54
|
+
"@aws-amplify/storage": "5.9.23",
|
|
55
55
|
"tslib": "^2.0.0"
|
|
56
56
|
},
|
|
57
57
|
"jest": {
|
|
@@ -62,24 +62,24 @@
|
|
|
62
62
|
"transformIgnorePatterns": [
|
|
63
63
|
"node_modules/(?!(fast-xml-parser)/)"
|
|
64
64
|
],
|
|
65
|
-
"globals": {
|
|
66
|
-
"ts-jest": {
|
|
67
|
-
"diagnostics": false,
|
|
68
|
-
"tsConfig": {
|
|
69
|
-
"lib": [
|
|
70
|
-
"es5",
|
|
71
|
-
"es2015",
|
|
72
|
-
"dom",
|
|
73
|
-
"esnext.asynciterable",
|
|
74
|
-
"es2017.object"
|
|
75
|
-
],
|
|
76
|
-
"allowJs": true
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
65
|
"resolver": "<rootDir>/../../scripts/jest-node-resolver.js",
|
|
81
66
|
"transform": {
|
|
82
|
-
"^.+\\.(js|jsx|ts|tsx)$":
|
|
67
|
+
"^.+\\.(js|jsx|ts|tsx)$": [
|
|
68
|
+
"ts-jest",
|
|
69
|
+
{
|
|
70
|
+
"diagnostics": false,
|
|
71
|
+
"tsconfig": {
|
|
72
|
+
"lib": [
|
|
73
|
+
"es5",
|
|
74
|
+
"es2015",
|
|
75
|
+
"dom",
|
|
76
|
+
"esnext.asynciterable",
|
|
77
|
+
"es2017.object"
|
|
78
|
+
],
|
|
79
|
+
"allowJs": true
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
83
|
},
|
|
84
84
|
"preset": "ts-jest",
|
|
85
85
|
"testMatch": [
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"jsx"
|
|
94
94
|
],
|
|
95
95
|
"testEnvironment": "jsdom",
|
|
96
|
-
"testURL": "http://localhost/",
|
|
97
96
|
"coverageThreshold": {
|
|
98
97
|
"global": {
|
|
99
98
|
"branches": 0,
|
|
@@ -109,5 +108,5 @@
|
|
|
109
108
|
"lib-esm"
|
|
110
109
|
]
|
|
111
110
|
},
|
|
112
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "0a8b2c5c634c14c4bc97390dd557b062b7c9ce15"
|
|
113
112
|
}
|