@juzi/file-box 1.7.14 → 1.7.16

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.
@@ -4,5 +4,5 @@ exports.VERSION = void 0;
4
4
  /**
5
5
  * This file was auto generated from scripts/generate-version.sh
6
6
  */
7
- exports.VERSION = '1.7.14';
7
+ exports.VERSION = '1.7.16';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * This file was auto generated from scripts/generate-version.sh
3
3
  */
4
- export const VERSION = '1.7.14';
4
+ export const VERSION = '1.7.16';
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/file-box",
3
- "version": "1.7.14",
3
+ "version": "1.7.16",
4
4
  "description": "Pack a File into Box for easy move/transfer between servers no matter of where it is.(local path, remote url, or cloud storage)",
5
5
  "type": "module",
6
6
  "exports": {
package/src/version.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto generated from scripts/generate-version.sh
3
3
  */
4
- export const VERSION: string = '1.7.14'
4
+ export const VERSION: string = '1.7.16'