@kadoa/node-sdk 0.1.2 → 0.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -110,7 +110,7 @@ See [examples directory](https://github.com/kadoa-org/kadoa-sdks/tree/main/examp
110
110
 
111
111
  ## Requirements
112
112
 
113
- - Node.js 18+
113
+ - Node.js 22+
114
114
  - TypeScript 5+ (for TypeScript projects)
115
115
 
116
116
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoa/node-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Kadoa SDK for Node.js",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -35,7 +35,7 @@
35
35
  "typescript": "latest"
36
36
  },
37
37
  "engines": {
38
- "node": ">=20"
38
+ "node": ">=22"
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",