@camstack/sdk 0.1.24 → 0.1.25

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.
@@ -27,6 +27,7 @@ export interface InstalledPackage {
27
27
  readonly name: string;
28
28
  readonly version: string;
29
29
  readonly dir: string;
30
+ readonly installSource?: 'npm' | 'workspace';
30
31
  }
31
32
  /** A page declaration enriched with its source addon ID */
32
33
  export interface AddonPageInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/sdk",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",