configforge 1.0.0-beta.1 → 1.0.0-beta.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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -289,3 +289,8 @@ await result.save('./config.json');
289
289
  ---
290
290
 
291
291
  That's it! ConfigForge makes config conversion simple and straightforward. No complex setup, no direct class manipulation - just define your mappings and convert.
292
+
293
+ ## License
294
+
295
+ This package is licensed under the **PolyForm Noncommercial License 1.0.0**.
296
+ See the [LICENSE](./LICENSE) file for full terms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "configforge",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Universal config converter framework with exceptional developer experience",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",