schema-seed-core 0.1.0 → 0.1.2

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 +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @schema-seed/core
1
+ # schema-seed-core
2
2
 
3
- Part of the [schema-seed](https://github.com/AliNazar-111/schema-seed) project.
3
+ Core logic and types for [schema-seed](https://www.npmjs.com/package/schema-seed).
4
4
 
5
- For full documentation and usage, please visit the [main repository](https://github.com/AliNazar-111/schema-seed).
5
+ For more information, visit the [main schema-seed documentation](https://github.com/AliNazar-111/schema-seed).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schema-seed-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Core logic for schema-seed",
6
6
  "author": "Ali Nazar",