@codeimplants/version-control 1.0.0 → 1.0.1
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/package.json +22 -1
package/package.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeimplants/version-control",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "A lightweight cross-platform SDK to remotely control app version behavior such as soft update, force update, and maintenance mode using backend-driven rules, without enforcing UI.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"version-control",
|
|
7
|
+
"app-version",
|
|
8
|
+
"mobile-versioning",
|
|
9
|
+
"force-update",
|
|
10
|
+
"soft-update",
|
|
11
|
+
"maintenance-mode",
|
|
12
|
+
"capacitor",
|
|
13
|
+
"ionic",
|
|
14
|
+
"react-native",
|
|
15
|
+
"react",
|
|
16
|
+
"angular",
|
|
17
|
+
"android",
|
|
18
|
+
"ios",
|
|
19
|
+
"mobile-sdk",
|
|
20
|
+
"update-management",
|
|
21
|
+
"feature-control",
|
|
22
|
+
"remote-config",
|
|
23
|
+
"sdk"
|
|
24
|
+
],
|
|
4
25
|
"main": "dist/index.js",
|
|
5
26
|
"types": "dist/index.d.ts",
|
|
6
27
|
"scripts": {
|