codeforge-main-affinity-sdk 0.1.0 → 0.3.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # codeforge-main-affinity-sdk
6
6
 
7
- Version 0.1.0
7
+ Version 0.3.0
8
8
 
9
9
  Full generator behavior documentation: https://www.code-forge.net/docs
10
10
 
@@ -241,4 +241,4 @@ typed as the operation declares it.
241
241
  Regenerate the SDK with validation schemas turned on to get a zod schema exported beside
242
242
  every model type.
243
243
 
244
- > Generated by CodeForge v0.86.5.
244
+ > Generated by CodeForge v0.86.9.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeforge-main-affinity-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "author": "codeforge",
6
6
  "main": "./dist/index.js",