drimion 0.1.3 → 0.1.4
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/dist/cli/index.js +2 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -219,7 +219,7 @@ function resolvePackageManager() {
|
|
|
219
219
|
if (true) {
|
|
220
220
|
return {
|
|
221
221
|
__PKG_NAME__: "drimion",
|
|
222
|
-
__PKG_VERSION__: "0.1.
|
|
222
|
+
__PKG_VERSION__: "0.1.4",
|
|
223
223
|
__PKG_REPOSITORY__: "git+https://github.com/bramadl/drimion.git"
|
|
224
224
|
};
|
|
225
225
|
}
|
|
@@ -803,7 +803,7 @@ function isCancelled2(err) {
|
|
|
803
803
|
}
|
|
804
804
|
function resolveKernelSource() {
|
|
805
805
|
const __dirname = path6.dirname(fileURLToPath3(import.meta.url));
|
|
806
|
-
return path6.resolve(__dirname, "..", "
|
|
806
|
+
return path6.resolve(__dirname, "..", "kernel");
|
|
807
807
|
}
|
|
808
808
|
async function readInstalledVersion(kernelPath) {
|
|
809
809
|
const versionFile = path6.join(kernelPath, ".version");
|