@twintag/twintag-core 0.2.284-fix-scanner-stream-visibility-e1001dac4bbbb51970b19c08e9a5c830ae722924 → 0.2.285-fix-scanner-stream-visibility-3ba0b17bf1aa6082f0a22c410625205beb9818fe

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.
@@ -2,4 +2,4 @@
2
2
  /**
3
3
  * The library version.
4
4
  */
5
- export const VERSION = '0.2.284-fix-scanner-stream-visibility-e1001dac4bbbb51970b19c08e9a5c830ae722924';
5
+ export const VERSION = '0.2.285-fix-scanner-stream-visibility-3ba0b17bf1aa6082f0a22c410625205beb9818fe';
@@ -145,7 +145,7 @@ export declare class ListObject {
145
145
  */
146
146
  private dataUrl;
147
147
  }
148
- export type custom = string | number | Date;
148
+ export type custom = string | number | Date | boolean;
149
149
  /**
150
150
  * Filter input. Key value pair
151
151
  */
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The library version.
3
3
  */
4
- export declare const VERSION = "0.2.284-fix-scanner-stream-visibility-e1001dac4bbbb51970b19c08e9a5c830ae722924";
4
+ export declare const VERSION = "0.2.285-fix-scanner-stream-visibility-3ba0b17bf1aa6082f0a22c410625205beb9818fe";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twintag/twintag-core",
3
- "version": "0.2.284-fix-scanner-stream-visibility-e1001dac4bbbb51970b19c08e9a5c830ae722924",
3
+ "version": "0.2.285-fix-scanner-stream-visibility-3ba0b17bf1aa6082f0a22c410625205beb9818fe",
4
4
  "author": "Twintag",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",