@bprotsyk/aso-core 1.2.94 → 1.2.95

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.
@@ -39,6 +39,9 @@ var AlternativeSourceType;
39
39
  // FROM_LINK = "From link",
40
40
  // WITHIN_WEBVIEW = "Within webview",
41
41
  })(AlternativeSourceType = exports.AlternativeSourceType || (exports.AlternativeSourceType = {}));
42
+ // backpress
43
+ // activity result
44
+ // fulscreen
42
45
  var AlternativeOnBackPressed;
43
46
  (function (AlternativeOnBackPressed) {
44
47
  AlternativeOnBackPressed["OLD"] = "Old";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.94",
3
+ "version": "1.2.95",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -36,6 +36,10 @@ export enum AlternativeSourceType {
36
36
  // WITHIN_WEBVIEW = "Within webview",
37
37
  }
38
38
 
39
+ // backpress
40
+ // activity result
41
+ // fulscreen
42
+
39
43
  export enum AlternativeOnBackPressed {
40
44
  OLD = "Old",
41
45
  NEW = "New"