@jskit-ai/jskit-cli 0.2.148 → 0.2.150

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-cli",
3
- "version": "0.2.148",
3
+ "version": "0.2.150",
4
4
  "description": "Bundle and package orchestration CLI for JSKIT apps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -21,9 +21,9 @@
21
21
  "test": "node --test"
22
22
  },
23
23
  "dependencies": {
24
- "@jskit-ai/jskit-catalog": "0.1.142",
25
- "@jskit-ai/kernel": "0.1.128",
26
- "@jskit-ai/shell-web": "0.1.129",
24
+ "@jskit-ai/jskit-catalog": "0.1.144",
25
+ "@jskit-ai/kernel": "0.1.129",
26
+ "@jskit-ai/shell-web": "0.1.130",
27
27
  "@vue/compiler-sfc": "^3.5.29",
28
28
  "ts-morph": "^28.0.0",
29
29
  "yaml": "^2.8.3"
@@ -53,7 +53,8 @@ async function runPackageMigrationsCommand(ctx = {}, { positional, options, cwd,
53
53
  await hydratePackageRegistryFromInstalledNodeModules({
54
54
  appRoot,
55
55
  packageRegistry: combinedPackageRegistry,
56
- seedPackageIds: installedPackageIds
56
+ seedPackageIds: installedPackageIds,
57
+ preferInstalledDescriptors: true
57
58
  });
58
59
 
59
60
  let requestedPackageIds = [];