Skip to content

chore: Deprecate flagsmith-es #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/flagsmith-es/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<img width="100%" src="https://github.com/Flagsmith/flagsmith/raw/main/static-files/hero.png"/>

# Flagsmith ESM Javascript Client

This module is now deprecated and bundled into the [Flagsmith JS Client](https://www.npmjs.com/package/flagsmith).
5 changes: 3 additions & 2 deletions lib/flagsmith-es/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion lib/flagsmith-es/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "flagsmith-es",
"version": "8.0.2",
"version": "8.0.3",
"description": "Feature flagging to support continuous development. This is an esm equivalent of the standard flagsmith npm module.",
"main": "./index.js",
"type": "module",
"scripts": {
"postinstall": "echo '\u001b[31m\u001b[1mimportant: flagsmith-es is deprecated\u001b[0m\n\nplease install the official flagsmith package instead:\n\n \u001b[32m\u001b[1mnpm install flagsmith\u001b[0m\n\nfor more details, visit: https://github.com/Flagsmith/flagsmith-js-client\n'"
},
"repository": {
"type": "git",
"url": "https://github.com/Flagsmith/flagsmith-js-client"
Expand Down
2 changes: 1 addition & 1 deletion lib/flagsmith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flagsmith",
"version": "8.0.2",
"version": "8.0.3",
"description": "Feature flagging to support continuous development",
"main": "./index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/react-native-flagsmith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-flagsmith",
"version": "8.0.2",
"version": "8.0.3",
"description": "Feature flagging to support continuous development",
"main": "./index.js",
"repository": {
Expand Down
Loading