@wix/interact 1.67.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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. 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](docs/api/README.md)
221
- - [Guides and Tutorials](docs/guides/README.md)
222
- - [Examples and Patterns](docs/examples/README.md)
223
- - [Integration Guides](docs/integration/README.md)
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.67.0",
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": "4ef1b29f1b55ced89eb4887d3c7488ccd634a33e619ab3bf33231b54"
70
+ "falconPackageHash": "d084c3ac14c189dac6d2f398924a5d7a9f2e79b2fd11b6bca4abe0eb"
71
71
  }