@smplkit/sdk 1.9.4 → 1.9.5

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.
package/dist/index.d.cts CHANGED
@@ -451,7 +451,7 @@ interface components {
451
451
  FlagEnvironment: {
452
452
  /**
453
453
  * Enabled
454
- * @default false
454
+ * @default true
455
455
  */
456
456
  enabled: boolean;
457
457
  /** Default */
package/dist/index.d.ts CHANGED
@@ -451,7 +451,7 @@ interface components {
451
451
  FlagEnvironment: {
452
452
  /**
453
453
  * Enabled
454
- * @default false
454
+ * @default true
455
455
  */
456
456
  enabled: boolean;
457
457
  /** Default */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplkit/sdk",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript SDK for the smplkit platform",
6
6
  "main": "./dist/index.cjs",