@kevisual/oss 0.0.8 → 0.0.9

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/index.js CHANGED
@@ -95,6 +95,7 @@ var OssBase = class {
95
95
  }
96
96
  } else {
97
97
  putData = data;
98
+ size = null;
98
99
  }
99
100
  if (opts?.check) {
100
101
  const obj2 = await this.statObject(objectName, true);
@@ -98,6 +98,7 @@ var OssBase = class {
98
98
  }
99
99
  } else {
100
100
  putData = data;
101
+ size = null;
101
102
  }
102
103
  if (opts?.check) {
103
104
  const obj2 = await this.statObject(objectName, true);
@@ -98,6 +98,7 @@ var OssBase = class {
98
98
  }
99
99
  } else {
100
100
  putData = data;
101
+ size = null;
101
102
  }
102
103
  if (opts?.check) {
103
104
  const obj2 = await this.statObject(objectName, true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/oss",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsup",