react-dialogger 1.1.83 → 1.1.85

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ Perfect for applications with dynamic forms, async workflows, and advanced UI or
22
22
  To understand why react-dialogger exists and when to use it,
23
23
  see the detailed philosophy document:
24
24
 
25
- 👉 [Dialogger Philosophy](./docs/philosophy.md)
25
+ 👉 [Dialogger Philosophy](https://github.com/appinsource2021/react-dialogger-example/blob/main/docs/philosophy.md)
26
26
 
27
27
  # react-dialogger - Custom Dialog Component Documentation
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.83",
3
+ "version": "1.1.85",
4
4
  "description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
5
5
  "main": "index.js",
6
6
  "author": "Sueleyman Topaloglu",