ahqstore-types 3.12.0 → 3.14.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.
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * 🔬 Planned
4
+ * 🔬 Under Development
5
5
  *
6
6
  */
7
7
  export enum AndroidAbi {
@@ -217,7 +217,7 @@ export class InstallerOptions {
217
217
  set android(value: InstallerOptionsAndroid | null | undefined);
218
218
  }
219
219
  /**
220
- * 🔬 Planned
220
+ * 🔬 Under Development
221
221
  *
222
222
  */
223
223
  export class InstallerOptionsAndroid {
@@ -142,7 +142,7 @@ function passArrayJsValueToWasm0(array, malloc) {
142
142
  return ptr;
143
143
  }
144
144
  /**
145
- * 🔬 Planned
145
+ * 🔬 Under Development
146
146
  *
147
147
  * @enum {0 | 1 | 2 | 3}
148
148
  */
@@ -731,7 +731,7 @@ const InstallerOptionsAndroidFinalization = (typeof FinalizationRegistry === 'un
731
731
  ? { register: () => {}, unregister: () => {} }
732
732
  : new FinalizationRegistry(ptr => wasm.__wbg_installeroptionsandroid_free(ptr >>> 0, 1));
733
733
  /**
734
- * 🔬 Planned
734
+ * 🔬 Under Development
735
735
  *
736
736
  */
737
737
  export class InstallerOptionsAndroid {
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ahqstore-types",
3
3
  "type": "module",
4
4
  "description": "Standard types used by AHQ Store",
5
- "version": "3.12.0",
5
+ "version": "3.14.0",
6
6
  "license": "SEE LICENSE IN ../LICENSE.md",
7
7
  "repository": {
8
8
  "type": "git",