diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99dc7b8..0ee1288 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"8.1.0"} +{".":"9.0.0"} diff --git a/README.md b/README.md index 6c6af9d..905c3a1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # Flagsmith NodeJS Client -[![npm version](https://badge.fury.io/js/flagsmith-nodejs.svg)](https://badge.fury.io/js/flagsmith-nodejs) -[![](https://data.jsdelivr.com/v1/package/npm/flagsmith-nodejs/badge)](https://www.jsdelivr.com/package/npm/flagsmith-nodejs) +[![npm version](https://badge.fury.io/js/@flagsmith%2Fnodejs.svg)](https://badge.fury.io/js/@flagsmith%2Fnodejs) +[![](https://data.jsdelivr.com/v1/package/npm/@flagsmith/nodejs/badge)](https://www.jsdelivr.com/package/npm/@flagsmith/nodejs) The SDK clients for NodeJS [https://www.flagsmith.com/](https://www.flagsmith.com/). Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations. +## Installation + +```bash +npm install @flagsmith/nodejs +``` + ## Adding to your project For full documentation visit [https://docs.flagsmith.com/clients/server-side](https://docs.flagsmith.com/clients/server-side). diff --git a/package-lock.json b/package-lock.json index e2c83db..348ad63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "flagsmith-nodejs", - "version": "8.1.0", + "name": "@flagsmith/nodejs", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "flagsmith-nodejs", - "version": "8.1.0", + "name": "@flagsmith/nodejs", + "version": "9.0.0", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.4.0", diff --git a/package.json b/package.json index 68fa052..402f542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "flagsmith-nodejs", - "version": "8.1.0", + "name": "@flagsmith/nodejs", + "version": "9.0.0", "description": "Flagsmith lets you manage features flags and remote config across web, mobile and server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.", "main": "./build/cjs/index.js", "type": "module", @@ -69,6 +69,9 @@ "semver": "^7.3.7", "undici-types": "^6.19.8" }, + "publishConfig": { + "access": "public" + }, "devDependencies": { "@types/jest": "^30.0.0", "@types/jsonpath": "^0.2.4",