@scalebun/react-native 2.0.3 → 2.0.4

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.
@@ -605,7 +605,7 @@ var SDK_VERSION;
605
605
  var init_version = __esm({
606
606
  "lib/module/core/constants/version.js"() {
607
607
  "use strict";
608
- SDK_VERSION = "2.0.3";
608
+ SDK_VERSION = "2.0.4";
609
609
  }
610
610
  });
611
611
 
@@ -600,7 +600,7 @@ var SDK_VERSION;
600
600
  var init_version = __esm({
601
601
  "lib/module/core/constants/version.js"() {
602
602
  "use strict";
603
- SDK_VERSION = "2.0.3";
603
+ SDK_VERSION = "2.0.4";
604
604
  }
605
605
  });
606
606
 
@@ -14,5 +14,5 @@ exports.SDK_VERSION = void 0;
14
14
  * value, so a stale one makes a rollout unobservable — which is the exact problem sending an SDK
15
15
  * version was introduced to solve.
16
16
  */
17
- const SDK_VERSION = exports.SDK_VERSION = '2.0.3';
17
+ const SDK_VERSION = exports.SDK_VERSION = '2.0.4';
18
18
  //# sourceMappingURL=version.js.map
@@ -8,5 +8,5 @@
8
8
  * value, so a stale one makes a rollout unobservable — which is the exact problem sending an SDK
9
9
  * version was introduced to solve.
10
10
  */
11
- export const SDK_VERSION = '2.0.3';
11
+ export const SDK_VERSION = '2.0.4';
12
12
  //# sourceMappingURL=version.js.map
@@ -8,5 +8,5 @@
8
8
  * value, so a stale one makes a rollout unobservable — which is the exact problem sending an SDK
9
9
  * version was introduced to solve.
10
10
  */
11
- export declare const SDK_VERSION = "2.0.3";
11
+ export declare const SDK_VERSION = "2.0.4";
12
12
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalebun/react-native",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "React Native SDK for ScaleBun",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -111,7 +111,7 @@
111
111
  "@babel/runtime": "^7.25.0",
112
112
  "@jridgewell/sourcemap-codec": "1.5.5",
113
113
  "@jridgewell/trace-mapping": "0.3.31",
114
- "@scalebun/cli": "^2.0.3"
114
+ "@scalebun/cli": "^2.0.4"
115
115
  },
116
116
  "codegenConfig": {
117
117
  "name": "ScaleBunSpec",
@@ -8,4 +8,4 @@
8
8
  * value, so a stale one makes a rollout unobservable — which is the exact problem sending an SDK
9
9
  * version was introduced to solve.
10
10
  */
11
- export const SDK_VERSION = '2.0.3';
11
+ export const SDK_VERSION = '2.0.4';