diff --git a/config/clients/js/config.overrides.json b/config/clients/js/config.overrides.json index 003da4f0..1daf75ac 100644 --- a/config/clients/js/config.overrides.json +++ b/config/clients/js/config.overrides.json @@ -2,7 +2,7 @@ "sdkId": "js", "gitRepoId": "js-sdk", "packageName": "@openfga/sdk", - "packageVersion": "0.9.0", + "packageVersion": "0.9.2", "packageDescription": "JavaScript and Node.js SDK for OpenFGA", "packageDetailedDescription": "This is an autogenerated JavaScript SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api), and includes TS typings.", "npmRegistry": "https://registry.npmjs.org/", diff --git a/config/clients/js/template/README_installation.mustache b/config/clients/js/template/README_installation.mustache index 330abcfc..79d7e90a 100644 --- a/config/clients/js/template/README_installation.mustache +++ b/config/clients/js/template/README_installation.mustache @@ -8,4 +8,8 @@ Using [yarn](https://yarnpkg.com): ```shell yarn add {{packageName}} -``` \ No newline at end of file +``` + +#### Supported Node.js Versions + +For details on the supported Node.js versions and our support policy, see [SUPPORTED_RUNTIMES.md](./SUPPORTED_RUNTIMES.md). diff --git a/config/clients/js/template/package.mustache b/config/clients/js/template/package.mustache index 4ea45e5a..5272605c 100644 --- a/config/clients/js/template/package.mustache +++ b/config/clients/js/template/package.mustache @@ -20,21 +20,22 @@ }, "dependencies": { "@opentelemetry/api": "^1.9.0", - "axios": "^1.12.2", - "jose": "^5.10.0", + "axios": "^1.13.5", + "jose": "5.10.0", "tiny-async-pool": "^2.1.0" }, "devDependencies": { - "@types/jest": "^29.5.14", - "@types/node": "^24.2.0", + "@types/jest": "30.0.0", + "@types/node": "^25.2.2", "@types/tiny-async-pool": "^2.0.3", - "@typescript-eslint/eslint-plugin": "^8.39.0", - "@typescript-eslint/parser": "^8.39.0", - "eslint": "^8.57.1", - "jest": "^29.7.0", - "nock": "^14.0.9", - "ts-jest": "^29.4.1", - "typescript": "^5.9.2" + "@typescript-eslint/eslint-plugin": "^8.55.0", + "@typescript-eslint/parser": "^8.55.0", + "eslint": "9.39.2", + "globals": "^17.3.0", + "jest": "30.2.0", + "nock": "^14.0.11", + "ts-jest": "29.4.6", + "typescript": "^5.9.3" }, "files": [ "CHANGELOG.md", @@ -44,14 +45,14 @@ ], "repository": { "type": "git", - "url": "git://{{gitHost}}:{{gitUserId}}/{{gitRepoId}}.git" + "url": "git+https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}.git" }, "bugs": { "url": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/issues" }, "homepage": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}#readme", "engines": { - "node": ">=16.15.0" + "node": ">=20.19.0" }, "publishConfig": { "access": "public",