@sentio/cli 2.18.8-rc.4 → 2.18.8-rc.5

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/lib/index.js CHANGED
@@ -86336,7 +86336,7 @@ async function runCreate(argv2) {
86336
86336
  sdkVersion = "^" + await latestVersion("@sentio/sdk");
86337
86337
  }
86338
86338
  packageJson2.dependencies["@sentio/sdk"] = sdkVersion;
86339
- const cliVersion = "^" + await latestVersion("@sentio/cli");
86339
+ const cliVersion = "^" + JSON.parse(import_fs_extra4.default.readFileSync(path5.join(packageRoot, "package.json"), "utf8")).version;
86340
86340
  packageJson2.devDependencies["@sentio/cli"] = cliVersion;
86341
86341
  packageJson2.name = projectSlug;
86342
86342
  if (options.subproject) {