@aws-amplify/predictions 5.0.12-upgrade-uuid-9.20 → 5.0.12
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 +8 -0
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib-esm/index.js.map +1 -1
- package/package.json +8 -8
- package/src/index.ts +2 -1
- package/lib/index.native.d.ts +0 -5
- package/lib/index.native.js +0 -15
- package/lib/index.native.js.map +0 -1
- package/lib-esm/index.native.d.ts +0 -5
- package/lib-esm/index.native.js +0 -8
- package/lib-esm/index.native.js.map +0 -1
- package/src/index.native.ts +0 -20
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
|
+
## [5.0.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@5.0.11...@aws-amplify/predictions@5.0.12) (2023-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/predictions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [5.0.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@5.0.10...@aws-amplify/predictions@5.0.11) (2023-01-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/predictions
|
package/lib/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
4
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
3
|
var tslib_1 = require("tslib");
|
|
4
|
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
6
6
|
var Predictions_1 = require("./Predictions");
|
|
7
7
|
exports.Predictions = Predictions_1.Predictions;
|
|
8
8
|
var Providers_1 = require("./Providers");
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
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"}
|
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;
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/predictions",
|
|
3
|
-
"version": "5.0.12
|
|
3
|
+
"version": "5.0.12",
|
|
4
4
|
"description": "Machine learning category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
7
7
|
"typings": "./lib-esm/index.d.ts",
|
|
8
|
+
"react-native": {
|
|
9
|
+
"./lib/index": "./lib-esm/index.js"
|
|
10
|
+
},
|
|
8
11
|
"sideEffects": [
|
|
9
12
|
"./lib/Predictions.js",
|
|
10
13
|
"./lib-esm/Predictions.js"
|
|
@@ -41,8 +44,8 @@
|
|
|
41
44
|
"src"
|
|
42
45
|
],
|
|
43
46
|
"dependencies": {
|
|
44
|
-
"@aws-amplify/core": "5.0.12
|
|
45
|
-
"@aws-amplify/storage": "5.1.2
|
|
47
|
+
"@aws-amplify/core": "5.0.12",
|
|
48
|
+
"@aws-amplify/storage": "5.1.2",
|
|
46
49
|
"@aws-sdk/client-comprehend": "3.6.1",
|
|
47
50
|
"@aws-sdk/client-polly": "3.6.1",
|
|
48
51
|
"@aws-sdk/client-rekognition": "3.6.1",
|
|
@@ -51,10 +54,7 @@
|
|
|
51
54
|
"@aws-sdk/eventstream-marshaller": "3.6.1",
|
|
52
55
|
"@aws-sdk/util-utf8-node": "3.6.1",
|
|
53
56
|
"tslib": "^1.8.0",
|
|
54
|
-
"uuid": "
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"react-native-get-random-values": "1.8.0"
|
|
57
|
+
"uuid": "^3.2.1"
|
|
58
58
|
},
|
|
59
59
|
"size-limit": [
|
|
60
60
|
{
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"lib-esm"
|
|
127
127
|
]
|
|
128
128
|
},
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "4794e2d8e9fe102c7108b6d63071bd71af07f76b"
|
|
130
130
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
|
|
4
3
|
import { Predictions } from './Predictions';
|
|
4
|
+
|
|
5
5
|
import {
|
|
6
6
|
AmazonAIConvertPredictionsProvider,
|
|
7
7
|
AmazonAIIdentifyPredictionsProvider,
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
} from './Providers';
|
|
11
11
|
|
|
12
12
|
export * from './types';
|
|
13
|
+
|
|
13
14
|
export {
|
|
14
15
|
Predictions,
|
|
15
16
|
AmazonAIIdentifyPredictionsProvider,
|
package/lib/index.native.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import 'react-native-get-random-values';
|
|
2
|
-
import { Predictions } from './Predictions';
|
|
3
|
-
import { AmazonAIConvertPredictionsProvider, AmazonAIIdentifyPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider } from './Providers';
|
|
4
|
-
export * from './types';
|
|
5
|
-
export { Predictions, AmazonAIIdentifyPredictionsProvider, AmazonAIConvertPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, };
|
package/lib/index.native.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
var tslib_1 = require("tslib");
|
|
6
|
-
require("react-native-get-random-values");
|
|
7
|
-
var Predictions_1 = require("./Predictions");
|
|
8
|
-
exports.Predictions = Predictions_1.Predictions;
|
|
9
|
-
var Providers_1 = require("./Providers");
|
|
10
|
-
exports.AmazonAIConvertPredictionsProvider = Providers_1.AmazonAIConvertPredictionsProvider;
|
|
11
|
-
exports.AmazonAIIdentifyPredictionsProvider = Providers_1.AmazonAIIdentifyPredictionsProvider;
|
|
12
|
-
exports.AmazonAIPredictionsProvider = Providers_1.AmazonAIPredictionsProvider;
|
|
13
|
-
exports.AmazonAIInterpretPredictionsProvider = Providers_1.AmazonAIInterpretPredictionsProvider;
|
|
14
|
-
tslib_1.__exportStar(require("./types"), exports);
|
|
15
|
-
//# sourceMappingURL=index.native.js.map
|
package/lib/index.native.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.js","sourceRoot":"","sources":["../src/index.native.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;;AAEtC,0CAAwC;AACxC,6CAA4C;AAU3C,sBAVQ,yBAAW,CAUR;AATZ,yCAKqB;AAMpB,6CAVA,8CAAkC,CAUA;AADlC,8CARA,+CAAmC,CAQA;AAEnC,sCATA,uCAA2B,CASA;AAC3B,+CATA,gDAAoC,CASA;AANrC,kDAAwB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import 'react-native-get-random-values';
|
|
2
|
-
import { Predictions } from './Predictions';
|
|
3
|
-
import { AmazonAIConvertPredictionsProvider, AmazonAIIdentifyPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider } from './Providers';
|
|
4
|
-
export * from './types';
|
|
5
|
-
export { Predictions, AmazonAIIdentifyPredictionsProvider, AmazonAIConvertPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, };
|
package/lib-esm/index.native.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
import 'react-native-get-random-values';
|
|
4
|
-
import { Predictions } from './Predictions';
|
|
5
|
-
import { AmazonAIConvertPredictionsProvider, AmazonAIIdentifyPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, } from './Providers';
|
|
6
|
-
export * from './types';
|
|
7
|
-
export { Predictions, AmazonAIIdentifyPredictionsProvider, AmazonAIConvertPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, };
|
|
8
|
-
//# sourceMappingURL=index.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.js","sourceRoot":"","sources":["../src/index.native.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,gCAAgC,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EACN,kCAAkC,EAClC,mCAAmC,EACnC,2BAA2B,EAC3B,oCAAoC,GACpC,MAAM,aAAa,CAAC;AAErB,cAAc,SAAS,CAAC;AACxB,OAAO,EACN,WAAW,EACX,mCAAmC,EACnC,kCAAkC,EAClC,2BAA2B,EAC3B,oCAAoC,GACpC,CAAC"}
|
package/src/index.native.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
|
|
4
|
-
import 'react-native-get-random-values';
|
|
5
|
-
import { Predictions } from './Predictions';
|
|
6
|
-
import {
|
|
7
|
-
AmazonAIConvertPredictionsProvider,
|
|
8
|
-
AmazonAIIdentifyPredictionsProvider,
|
|
9
|
-
AmazonAIPredictionsProvider,
|
|
10
|
-
AmazonAIInterpretPredictionsProvider,
|
|
11
|
-
} from './Providers';
|
|
12
|
-
|
|
13
|
-
export * from './types';
|
|
14
|
-
export {
|
|
15
|
-
Predictions,
|
|
16
|
-
AmazonAIIdentifyPredictionsProvider,
|
|
17
|
-
AmazonAIConvertPredictionsProvider,
|
|
18
|
-
AmazonAIPredictionsProvider,
|
|
19
|
-
AmazonAIInterpretPredictionsProvider,
|
|
20
|
-
};
|