react-form-atlas-engine 1.1.0 → 1.2.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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -79,9 +79,9 @@ console.log(engine.getCurrentState()); // 'userType'
79
79
 
80
80
  ## 📚 Documentation
81
81
 
82
- - [**Core Concepts**](https://github.com/Mehulbirare/react-form/blob/main/docs/core-concepts.md) - Learn about Nodes, Edges, and Travelers.
83
- - [**API Reference**](https://github.com/Mehulbirare/react-form/blob/main/docs/api-reference.md) - Full method documentation.
84
- - [**Examples**](https://github.com/Mehulbirare/react-form/tree/main/examples) - Real-world usage.
82
+ - [**Core Concepts**](https://github.com/Mehulbirare/react-form-atlas/blob/main/docs/core-concepts.md) - Learn about Nodes, Edges, and Travelers.
83
+ - [**API Reference**](https://github.com/Mehulbirare/react-form-atlas/blob/main/docs/api-reference.md) - Full method documentation.
84
+ - [**Examples**](https://github.com/Mehulbirare/react-form-atlas/tree/main/examples) - Real-world usage.
85
85
 
86
86
  ## 📄 License
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-atlas-engine",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Framework-agnostic graph-based form engine",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -35,7 +35,7 @@
35
35
  "author": "Mehul Birare",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/Mehulbirare/react-form.git",
38
+ "url": "https://github.com/Mehulbirare/react-form-atlas.git",
39
39
  "directory": "packages/core"
40
40
  },
41
41
  "license": "MIT",