@aws-amplify/predictions 5.5.22 → 5.5.24
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/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-esm/index.js +1 -0
- package/lib-esm/index.js.map +1 -1
- package/package.json +5 -5
- package/src/index.ts +2 -0
package/lib/index.js
CHANGED
|
@@ -11,4 +11,5 @@ exports.AmazonAIIdentifyPredictionsProvider = Providers_1.AmazonAIIdentifyPredic
|
|
|
11
11
|
exports.AmazonAIPredictionsProvider = Providers_1.AmazonAIPredictionsProvider;
|
|
12
12
|
exports.AmazonAIInterpretPredictionsProvider = Providers_1.AmazonAIInterpretPredictionsProvider;
|
|
13
13
|
tslib_1.__exportStar(require("./types"), exports);
|
|
14
|
+
// chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
|
|
14
15
|
//# 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;AACtC,6CAA4C;AAY3C,sBAZQ,yBAAW,CAYR;AAVZ,yCAKqB;AAOpB,6CAXA,8CAAkC,CAWA;AADlC,8CATA,+CAAmC,CASA;AAEnC,sCAVA,uCAA2B,CAUA;AAC3B,+CAVA,gDAAoC,CAUA;AAPrC,kDAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,6CAA4C;AAY3C,sBAZQ,yBAAW,CAYR;AAVZ,yCAKqB;AAOpB,6CAXA,8CAAkC,CAWA;AADlC,8CATA,+CAAmC,CASA;AAEnC,sCAVA,uCAA2B,CAUA;AAC3B,+CAVA,gDAAoC,CAUA;AAPrC,kDAAwB;AAUxB,uHAAuH"}
|
package/lib-esm/index.js
CHANGED
|
@@ -4,4 +4,5 @@ import { Predictions } from './Predictions';
|
|
|
4
4
|
import { AmazonAIConvertPredictionsProvider, AmazonAIIdentifyPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, } from './Providers';
|
|
5
5
|
export * from './types';
|
|
6
6
|
export { Predictions, AmazonAIIdentifyPredictionsProvider, AmazonAIConvertPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, };
|
|
7
|
+
// chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
|
|
7
8
|
//# sourceMappingURL=index.js.map
|
package/lib-esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EACN,kCAAkC,EAClC,mCAAmC,EACnC,2BAA2B,EAC3B,oCAAoC,GACpC,MAAM,aAAa,CAAC;AAErB,cAAc,SAAS,CAAC;AAExB,OAAO,EACN,WAAW,EACX,mCAAmC,EACnC,kCAAkC,EAClC,2BAA2B,EAC3B,oCAAoC,GACpC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EACN,kCAAkC,EAClC,mCAAmC,EACnC,2BAA2B,EAC3B,oCAAoC,GACpC,MAAM,aAAa,CAAC;AAErB,cAAc,SAAS,CAAC;AAExB,OAAO,EACN,WAAW,EACX,mCAAmC,EACnC,kCAAkC,EAClC,2BAA2B,EAC3B,oCAAoC,GACpC,CAAC;AAEF,uHAAuH"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/predictions",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.24",
|
|
4
4
|
"description": "Machine learning category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"src"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-amplify/core": "5.8.
|
|
49
|
-
"@aws-amplify/storage": "5.9.
|
|
48
|
+
"@aws-amplify/core": "5.8.17",
|
|
49
|
+
"@aws-amplify/storage": "5.9.22",
|
|
50
50
|
"@aws-sdk/client-comprehend": "3.6.1",
|
|
51
51
|
"@aws-sdk/client-polly": "3.6.1",
|
|
52
52
|
"@aws-sdk/client-rekognition": "3.6.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@aws-sdk/util-utf8-node": "3.6.1",
|
|
57
57
|
"buffer": "4.9.2",
|
|
58
58
|
"tslib": "^1.8.0",
|
|
59
|
-
"uuid": "^
|
|
59
|
+
"uuid": "^11.1.1"
|
|
60
60
|
},
|
|
61
61
|
"size-limit": [
|
|
62
62
|
{
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"lib-esm"
|
|
135
135
|
]
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "bb0ec43d446b177736becb764afb331a78a8c96c"
|
|
138
138
|
}
|