@wix/interact 1.67.0 → 1.68.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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -217,10 +217,10 @@ 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/README.md)
|
|
221
|
+
- [Guides and Tutorials](https://wix-incubator.github.io/interact-ai/docs/guides/README.md)
|
|
222
|
+
- [Examples and Patterns](https://wix-incubator.github.io/interact-ai/docs/examples/README.md)
|
|
223
|
+
- [Integration Guides](https://wix-incubator.github.io/interact-ai/docs/integration/README.md)
|
|
224
224
|
|
|
225
225
|
## Development
|
|
226
226
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/interact",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.68.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": "7023779ce68315079d08c55c99003dd4063eea3736b422a73684107e"
|
|
71
71
|
}
|