@terraforge/core 0.0.11 → 0.0.12

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -93,7 +93,7 @@ type Tag = 'resource' | 'data';
93
93
  type State = Record<string, any>;
94
94
  type Config = {
95
95
  /** Specify additional explicit dependencies in addition to the ones in the dependency graph. */
96
- dependsOn?: Resource[];
96
+ dependsOn?: Array<Resource | DataSource>;
97
97
  /** Pass an ID of an explicitly configured provider, instead of using the default provider. */
98
98
  provider?: string;
99
99
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraforge/core",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",