@malloy-publisher/sdk 0.0.214 → 0.0.216

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.
@@ -1529,13 +1529,13 @@ export declare const PackageManifestBindingStatusEnum: {
1529
1529
  };
1530
1530
  export type PackageManifestBindingStatusEnum = typeof PackageManifestBindingStatusEnum[keyof typeof PackageManifestBindingStatusEnum];
1531
1531
  /**
1532
- * Package-level Malloy Persistence policy from malloy-publisher.json\'s `materialization` block. Surfaced verbatim so the control plane can drive scheduled version-level re-materialization without re-reading the package files.
1532
+ * Package-level Malloy Persistence policy from malloy-publisher.json\'s `materialization` block. Surfaced verbatim so the control plane can drive scheduled version-level re-materialization without re-reading the package files. The object is emitted whenever the package is loaded, even when no policy is declared (all fields null), so its presence is an authoritative \"the manifest says this\" signal rather than \"policy missing\".
1533
1533
  * @export
1534
1534
  * @interface PackageMaterializationConfig
1535
1535
  */
1536
1536
  export interface PackageMaterializationConfig {
1537
1537
  /**
1538
- * 5-field UNIX cron controlling how often the control plane re-materializes this package\'s published versions. Null/absent = no scheduled re-materialization (publish / on-demand only).
1538
+ * 5-field UNIX cron controlling how often the control plane re-materializes this package\'s published versions. Null = no scheduled re-materialization declared in the manifest (publish / on-demand only).
1539
1539
  * @type {string}
1540
1540
  * @memberof PackageMaterializationConfig
1541
1541
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@malloy-publisher/sdk",
3
3
  "description": "Malloy Publisher SDK",
4
- "version": "0.0.214",
4
+ "version": "0.0.216",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",