@gem-sdk/core 1.57.0-dev.64 → 1.57.0-dev.66

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.
@@ -6973,6 +6973,7 @@ type Mapped$7<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
6973
6973
  mobileOnly?: boolean;
6974
6974
  };
6975
6975
  hide?: boolean;
6976
+ dynamicSource?: true;
6976
6977
  ignoreReRender?: boolean;
6977
6978
  allowBackgroundImageAndVideo?: boolean;
6978
6979
  hideOnState?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.57.0-dev.64",
3
+ "version": "1.57.0-dev.66",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",