@uniformdev/assets 19.175.1-alpha.36 → 19.175.1-alpha.41

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.
package/dist/index.d.mts CHANGED
@@ -937,7 +937,7 @@ interface external {
937
937
  */
938
938
  optionalPatternParameter?: boolean;
939
939
  /** @description Resolve this data resource with draft mode content. TBD */
940
- isDraft?: boolean;
940
+ includeUnpublishedData?: boolean;
941
941
  variables?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
942
942
  };
943
943
  /** @description Variable values for a data resource */
package/dist/index.d.ts CHANGED
@@ -937,7 +937,7 @@ interface external {
937
937
  */
938
938
  optionalPatternParameter?: boolean;
939
939
  /** @description Resolve this data resource with draft mode content. TBD */
940
- isDraft?: boolean;
940
+ includeUnpublishedData?: boolean;
941
941
  variables?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
942
942
  };
943
943
  /** @description Variable values for a data resource */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.175.1-alpha.36+4682f8aebe",
3
+ "version": "19.175.1-alpha.41+ed05e78371",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.175.1-alpha.36+4682f8aebe"
39
+ "@uniformdev/context": "19.175.1-alpha.41+ed05e78371"
40
40
  },
41
- "gitHead": "4682f8aebe6c4e2f22b7f7db182c51ff313d9894"
41
+ "gitHead": "ed05e78371bf8cebba36bf0f9814717dcf57e5b2"
42
42
  }