@aws-amplify/predictions 4.0.49-next.36 → 4.0.49-next.41

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 CHANGED
@@ -1,18 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
- /*
5
- * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
8
- * the License. A copy of the License is located at
9
- *
10
- * http://aws.amazon.com/apache2.0/
11
- *
12
- * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
13
- * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
14
- * and limitations under the License.
15
- */
4
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5
+ // SPDX-License-Identifier: Apache-2.0
16
6
  var Predictions_1 = require("./Predictions");
17
7
  exports.Predictions = Predictions_1.Predictions;
18
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":";;;AAAA;;;;;;;;;;;GAWG;AACH,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"}
package/lib-esm/index.js CHANGED
@@ -1,15 +1,5 @@
1
- /*
2
- * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5
- * the License. A copy of the License is located at
6
- *
7
- * http://aws.amazon.com/apache2.0/
8
- *
9
- * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10
- * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11
- * and limitations under the License.
12
- */
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
13
3
  import { Predictions } from './Predictions';
14
4
  import { AmazonAIConvertPredictionsProvider, AmazonAIIdentifyPredictionsProvider, AmazonAIPredictionsProvider, AmazonAIInterpretPredictionsProvider, } from './Providers';
15
5
  export * from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/predictions",
3
- "version": "4.0.49-next.36+580cda186",
3
+ "version": "4.0.49-next.41+f6ee89f54",
4
4
  "description": "Machine learning category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -46,8 +46,8 @@
46
46
  "src"
47
47
  ],
48
48
  "dependencies": {
49
- "@aws-amplify/core": "4.6.2-next.36+580cda186",
50
- "@aws-amplify/storage": "4.5.2-next.36+580cda186",
49
+ "@aws-amplify/core": "4.6.2-next.41+f6ee89f54",
50
+ "@aws-amplify/storage": "4.5.2-next.41+f6ee89f54",
51
51
  "@aws-sdk/client-comprehend": "3.6.1",
52
52
  "@aws-sdk/client-polly": "3.6.1",
53
53
  "@aws-sdk/client-rekognition": "3.6.1",
@@ -102,5 +102,5 @@
102
102
  "lib-esm"
103
103
  ]
104
104
  },
105
- "gitHead": "580cda186f10ead3bb99acb7a4825c435c657d33"
105
+ "gitHead": "f6ee89f54b4176f680529bfdb7205b3a29cf3be2"
106
106
  }
package/src/index.ts CHANGED
@@ -1,15 +1,5 @@
1
- /*
2
- * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5
- * the License. A copy of the License is located at
6
- *
7
- * http://aws.amazon.com/apache2.0/
8
- *
9
- * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10
- * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11
- * and limitations under the License.
12
- */
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
13
3
  import { Predictions } from './Predictions';
14
4
 
15
5
  import {