@aws-amplify/predictions 6.0.0 → 6.0.1-api-v6-models.891fe0d.0
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/tsconfig.tsbuildinfo +1 -1
- package/lib-esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +121 -121
package/package.json
CHANGED
|
@@ -1,123 +1,123 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
2
|
+
"name": "@aws-amplify/predictions",
|
|
3
|
+
"version": "6.0.1-api-v6-models.891fe0d.0+891fe0d",
|
|
4
|
+
"description": "Machine learning category of aws-amplify",
|
|
5
|
+
"main": "./lib/index.js",
|
|
6
|
+
"module": "./lib-esm/index.js",
|
|
7
|
+
"typings": "./lib-esm/index.d.ts",
|
|
8
|
+
"react-native": {
|
|
9
|
+
"./lib/index": "./lib-esm/index.js"
|
|
10
|
+
},
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"./lib/Predictions.js",
|
|
13
|
+
"./lib-esm/Predictions.js"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"test": "npm run lint && jest -w 1 --passWithNoTests --coverage --maxWorkers 2",
|
|
17
|
+
"test:size": "size-limit",
|
|
18
|
+
"build-with-test": "npm test && npm run build",
|
|
19
|
+
"build:cjs": "rimraf lib && tsc -m commonjs --outDir lib && webpack && webpack --config ./webpack.config.dev.js",
|
|
20
|
+
"build:esm": "rimraf lib-esm && tsc -m esnext --outDir lib-esm",
|
|
21
|
+
"build:cjs:watch": "rimraf lib && tsc -m commonjs --outDir lib --watch",
|
|
22
|
+
"build:esm:watch": "rimraf lib-esm && tsc -m esnext --outDir lib-esm --watch",
|
|
23
|
+
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
24
|
+
"clean": "npm run clean:size && rimraf lib-esm lib dist",
|
|
25
|
+
"clean:size": "rimraf dual-publish-tmp tmp*",
|
|
26
|
+
"format": "echo \"Not implemented\"",
|
|
27
|
+
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
28
|
+
"generate-docs-local": "typedoc --out docs src",
|
|
29
|
+
"generate-docs-root": "typedoc --out ../../docs src",
|
|
30
|
+
"ts-coverage": "typescript-coverage-report -p ./tsconfig.json -t 87.84"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "https://github.com/aws-amplify/amplify-js.git"
|
|
35
|
+
},
|
|
36
|
+
"author": "Amazon Web Services",
|
|
37
|
+
"license": "Apache-2.0",
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://github.com/aws/aws-amplify/issues"
|
|
40
|
+
},
|
|
41
|
+
"homepage": "https://aws-amplify.github.io/",
|
|
42
|
+
"files": [
|
|
43
|
+
"lib",
|
|
44
|
+
"lib-esm",
|
|
45
|
+
"src"
|
|
46
|
+
],
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@aws-amplify/storage": "6.0.1-api-v6-models.891fe0d.0+891fe0d",
|
|
49
|
+
"@aws-sdk/client-comprehend": "3.398.0",
|
|
50
|
+
"@aws-sdk/client-polly": "3.398.0",
|
|
51
|
+
"@aws-sdk/client-rekognition": "3.398.0",
|
|
52
|
+
"@aws-sdk/client-textract": "3.398.0",
|
|
53
|
+
"@aws-sdk/client-translate": "3.398.0",
|
|
54
|
+
"@smithy/eventstream-codec": "2.0.9",
|
|
55
|
+
"@smithy/util-utf8": "2.0.0",
|
|
56
|
+
"buffer": "4.9.2",
|
|
57
|
+
"tslib": "^2.5.0",
|
|
58
|
+
"uuid": "^9.0.0"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"@aws-amplify/core": "6.0.1-api-v6-models.891fe0d.0+891fe0d"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@aws-amplify/core": "6.0.1-api-v6-models.891fe0d.0+891fe0d",
|
|
65
|
+
"typescript": "5.0.2"
|
|
66
|
+
},
|
|
67
|
+
"size-limit": [
|
|
68
|
+
{
|
|
69
|
+
"name": "Predictions",
|
|
70
|
+
"path": "./lib-esm/index.js",
|
|
71
|
+
"import": "{ Amplify, Predictions }",
|
|
72
|
+
"limit": "66 kB"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"jest": {
|
|
76
|
+
"globals": {
|
|
77
|
+
"ts-jest": {
|
|
78
|
+
"diagnostics": {
|
|
79
|
+
"pathRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$"
|
|
80
|
+
},
|
|
81
|
+
"tsConfig": {
|
|
82
|
+
"downlevelIteration": true,
|
|
83
|
+
"allowJs": true,
|
|
84
|
+
"types": [
|
|
85
|
+
"@types/jest"
|
|
86
|
+
],
|
|
87
|
+
"outDir": "./tsconfig.json",
|
|
88
|
+
"noEmitOnError": false,
|
|
89
|
+
"noImplicitAny": false,
|
|
90
|
+
"skipLibCheck": true
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"transform": {
|
|
95
|
+
"^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
|
|
96
|
+
},
|
|
97
|
+
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
|
|
98
|
+
"moduleFileExtensions": [
|
|
99
|
+
"ts",
|
|
100
|
+
"tsx",
|
|
101
|
+
"js",
|
|
102
|
+
"json",
|
|
103
|
+
"jsx"
|
|
104
|
+
],
|
|
105
|
+
"testEnvironment": "jsdom",
|
|
106
|
+
"testURL": "http://localhost/",
|
|
107
|
+
"coverageThreshold": {
|
|
108
|
+
"global": {
|
|
109
|
+
"branches": 0,
|
|
110
|
+
"functions": 0,
|
|
111
|
+
"lines": 0,
|
|
112
|
+
"statements": 0
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"coveragePathIgnorePatterns": [
|
|
116
|
+
"/node_modules/",
|
|
117
|
+
"dist",
|
|
118
|
+
"lib",
|
|
119
|
+
"lib-esm"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"gitHead": "891fe0dc64e168de42b3b8d42def3eb9aed89efa"
|
|
123
123
|
}
|