anmo 1.0.2 → 1.0.3

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/index.ts +0 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -211,7 +211,6 @@ export class AnmoClient {
211
211
  const data = JSON.parse(messageEvent.data);
212
212
 
213
213
  if (data.type === "initial" || data.type === "update") {
214
- console.log("Received SSE message:", data);
215
214
  this.flags = data.flags;
216
215
 
217
216
  if (!this.isReady) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "anmo",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "1.0.2",
5
+ "version": "1.0.3",
6
6
  "description": "Official Node.js SDK for Anmo Feature Flags",
7
7
  "files": [
8
8
  "index.ts",