@vacantthinker/firefox-addon-framework-easy 2026.625.1149 → 2026.625.1200

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.
@@ -7,8 +7,8 @@ import { BaseORM } from './BaseORM';
7
7
  export declare abstract class BaseOneBooleanORM extends BaseORM<Record<string, boolean>> {
8
8
  private readonly state;
9
9
  protected constructor(prefix: string, id: string);
10
- protected getValue(): Promise<boolean>;
11
- protected setValue(value: boolean): Promise<void>;
10
+ getValue(): Promise<boolean>;
11
+ setValue(value: boolean): Promise<void>;
12
12
  private getMap;
13
13
  private setMap;
14
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BaseOneBooleanORM.d.ts","sourceRoot":"","sources":["../src/BaseOneBooleanORM.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAElC;;;;GAIG;AACH,8BAAsB,iBAAkB,SAAQ,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAmB;IAEzC,SAAS,aAAa,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;cAKhC,QAAQ;cAKR,QAAQ,CAAC,KAAK,EAAE,OAAO;YAMzB,MAAM;YAKN,MAAM;CAGrB"}
1
+ {"version":3,"file":"BaseOneBooleanORM.d.ts","sourceRoot":"","sources":["../src/BaseOneBooleanORM.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAElC;;;;GAIG;AACH,8BAAsB,iBAAkB,SAAQ,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAmB;IAEzC,SAAS,aAAa,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;IAKnC,QAAQ;IAKR,QAAQ,CAAC,KAAK,EAAE,OAAO;YAMtB,MAAM;YAKN,MAAM;CAGrB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vacantthinker/firefox-addon-framework-easy",
3
- "version": "2026.0625.1149",
3
+ "version": "2026.0625.1200",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",