@aws-amplify/interactions 6.0.48 → 6.0.49-storage-browser.cf3aed2.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/interactions",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.49-storage-browser.cf3aed2.0+cf3aed2",
|
|
4
4
|
"description": "Interactions category of aws-amplify",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"uuid": "^9.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@aws-amplify/core": "6.4.
|
|
84
|
+
"@aws-amplify/core": "6.4.3-storage-browser.cf3aed2.0+cf3aed2",
|
|
85
85
|
"typescript": "^5.0.2"
|
|
86
86
|
},
|
|
87
87
|
"size-limit": [
|
|
@@ -89,20 +89,20 @@
|
|
|
89
89
|
"name": "Interactions (default to Lex v2)",
|
|
90
90
|
"path": "./dist/esm/index.mjs",
|
|
91
91
|
"import": "{ Interactions }",
|
|
92
|
-
"limit": "
|
|
92
|
+
"limit": "54.05 kB"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "Interactions (Lex v2)",
|
|
96
96
|
"path": "./dist/esm/lex-v2/index.mjs",
|
|
97
97
|
"import": "{ Interactions }",
|
|
98
|
-
"limit": "
|
|
98
|
+
"limit": "54.05 kB"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"name": "Interactions (Lex v1)",
|
|
102
102
|
"path": "./dist/esm/lex-v1/index.mjs",
|
|
103
103
|
"import": "{ Interactions }",
|
|
104
|
-
"limit": "47.
|
|
104
|
+
"limit": "47.46 kB"
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "cf3aed227dcd25cb533c456c77945da1712c7c1b"
|
|
108
108
|
}
|