@rxap/node-utilities
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.1.0-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/node-utilities@1.1.0-dev.12...@rxap/node-utilities@1.1.0-dev.13) (2023-10-01) | ||
### Features | ||
- add function CopyFolderSync ([0f2bfbe](https://gitlab.com/rxap/packages/commit/0f2bfbeea982f49278d5142d094c62d84cddc6bf)) | ||
# [1.1.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/node-utilities@1.1.0-dev.11...@rxap/node-utilities@1.1.0-dev.12) (2023-09-29) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"version": "1.1.0-dev.12", | ||
"version": "1.1.0-dev.13", | ||
"name": "@rxap/node-utilities", | ||
@@ -38,5 +38,5 @@ "license": "GPL-3.0-or-later", | ||
"type": "commonjs", | ||
"gitHead": "7a4325374c1fae4c0b0064220d17e0052917370a", | ||
"gitHead": "0572fea26873bbef8ccaa59c6801e19042489573", | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts" | ||
} |
@@ -0,1 +1,2 @@ | ||
export * from './lib/copy-folder-sync'; | ||
export * from './lib/each-dir-sync'; | ||
@@ -2,0 +3,0 @@ export * from './lib/file-with-scope'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
// region | ||
tslib_1.__exportStar(require("./lib/copy-folder-sync"), exports); | ||
tslib_1.__exportStar(require("./lib/each-dir-sync"), exports); | ||
@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./lib/file-with-scope"), exports); |
Sorry, the diff of this file is not supported yet
58763
3.55%36
9.09%271
10.61%8
14.29%