@paralect/hive 0.0.9 → 0.0.10

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.
@@ -57,6 +57,7 @@ async function copyRootFiles(sourceDir, destDir) {
57
57
 
58
58
  async function mergeDirectories(sourceDir1, sourceDir2, targetDir) {
59
59
  // First, copy all contents from sourceDir1 to targetDir
60
+ console.log('sourceDir1', sourceDir1);
60
61
  await copyDir(sourceDir1, targetDir);
61
62
 
62
63
  // Then, copy and extend/overwrite with contents from sourceDir2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paralect/hive",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {