@scalebun/react-native 1.11.1 → 1.13.0

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 = "1.11.1";
608
+ SDK_VERSION = "1.13.0";
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 = "1.11.1";
603
+ SDK_VERSION = "1.13.0";
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 = '1.11.1';
17
+ const SDK_VERSION = exports.SDK_VERSION = '1.13.0';
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 = '1.11.1';
11
+ export const SDK_VERSION = '1.13.0';
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 = "1.11.1";
11
+ export declare const SDK_VERSION = "1.13.0";
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": "1.11.1",
3
+ "version": "1.13.0",
4
4
  "description": "React Native SDK for ScaleBun",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -121,7 +121,7 @@
121
121
  "@babel/runtime": "^7.25.0",
122
122
  "@jridgewell/sourcemap-codec": "1.5.5",
123
123
  "@jridgewell/trace-mapping": "0.3.31",
124
- "@scalebun/cli": "^1.11.0"
124
+ "@scalebun/cli": "^1.13.0"
125
125
  },
126
126
  "codegenConfig": {
127
127
  "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 = '1.11.1';
11
+ export const SDK_VERSION = '1.13.0';