@scalebun/react-native 2.0.1 → 2.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.
- package/dist/scalebun.full.js +1 -1
- package/dist/scalebun.slim.js +1 -1
- package/lib/commonjs/core/constants/version.js +1 -1
- package/lib/module/core/constants/version.js +1 -1
- package/lib/typescript/core/constants/version.d.ts +1 -1
- package/package.json +2 -2
- package/src/core/constants/version.ts +1 -1
package/dist/scalebun.full.js
CHANGED
package/dist/scalebun.slim.js
CHANGED
|
@@ -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.
|
|
17
|
+
const SDK_VERSION = exports.SDK_VERSION = '2.0.3';
|
|
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 declare const SDK_VERSION = "2.0.
|
|
11
|
+
export declare const SDK_VERSION = "2.0.3";
|
|
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
|
+
"version": "2.0.3",
|
|
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.
|
|
114
|
+
"@scalebun/cli": "^2.0.3"
|
|
115
115
|
},
|
|
116
116
|
"codegenConfig": {
|
|
117
117
|
"name": "ScaleBunSpec",
|