@wix/interact 1.68.0 → 1.69.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/README.md +8 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -217,10 +217,14 @@ remove(path: string): void
|
|
|
217
217
|
|
|
218
218
|
## Documentation
|
|
219
219
|
|
|
220
|
-
- [Full API Documentation](https://wix-incubator.github.io/interact-ai/docs/api
|
|
221
|
-
- [Guides and Tutorials](https://wix-incubator.github.io/interact-ai/docs/guides
|
|
222
|
-
- [Examples and Patterns](https://wix-incubator.github.io/interact-ai/docs/examples
|
|
223
|
-
- [Integration Guides](https://wix-incubator.github.io/interact-ai/docs/integration
|
|
220
|
+
- [Full API Documentation](https://wix-incubator.github.io/interact-ai/docs/api)
|
|
221
|
+
- [Guides and Tutorials](https://wix-incubator.github.io/interact-ai/docs/guides)
|
|
222
|
+
- [Examples and Patterns](https://wix-incubator.github.io/interact-ai/docs/examples)
|
|
223
|
+
- [Integration Guides](https://wix-incubator.github.io/interact-ai/docs/integration)
|
|
224
|
+
|
|
225
|
+
## AI Support
|
|
226
|
+
|
|
227
|
+
- [Rules for Interaction Generation](https://wix-incubator.github.io/interact-ai/rules)
|
|
224
228
|
|
|
225
229
|
## Development
|
|
226
230
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/interact",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "wow!Team",
|
|
6
6
|
"email": "wow-dev@wix.com"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"wallaby": {
|
|
68
68
|
"autoDetect": true
|
|
69
69
|
},
|
|
70
|
-
"falconPackageHash": "
|
|
70
|
+
"falconPackageHash": "d084c3ac14c189dac6d2f398924a5d7a9f2e79b2fd11b6bca4abe0eb"
|
|
71
71
|
}
|