sculp-js 1.10.3 → 1.10.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.
Files changed (63) hide show
  1. package/lib/cjs/array.js +1 -1
  2. package/lib/cjs/async.js +1 -1
  3. package/lib/cjs/base64.js +1 -1
  4. package/lib/cjs/clipboard.js +1 -1
  5. package/lib/cjs/cloneDeep.js +1 -1
  6. package/lib/cjs/cookie.js +1 -1
  7. package/lib/cjs/date.js +1 -1
  8. package/lib/cjs/dom.js +1 -1
  9. package/lib/cjs/download.js +1 -1
  10. package/lib/cjs/easing.js +1 -1
  11. package/lib/cjs/file.js +10 -9
  12. package/lib/cjs/func.js +1 -1
  13. package/lib/cjs/index.js +1 -1
  14. package/lib/cjs/isEqual.js +1 -1
  15. package/lib/cjs/math.js +1 -1
  16. package/lib/cjs/number.js +1 -1
  17. package/lib/cjs/object.js +1 -1
  18. package/lib/cjs/path.js +1 -1
  19. package/lib/cjs/qs.js +1 -1
  20. package/lib/cjs/random.js +1 -1
  21. package/lib/cjs/string.js +1 -1
  22. package/lib/cjs/tooltip.js +1 -1
  23. package/lib/cjs/tree.js +1 -1
  24. package/lib/cjs/type.js +1 -1
  25. package/lib/cjs/unique.js +1 -1
  26. package/lib/cjs/url.js +1 -1
  27. package/lib/cjs/validator.js +1 -1
  28. package/lib/cjs/variable.js +1 -1
  29. package/lib/cjs/watermark.js +1 -1
  30. package/lib/cjs/we-decode.js +1 -1
  31. package/lib/es/array.js +1 -1
  32. package/lib/es/async.js +1 -1
  33. package/lib/es/base64.js +1 -1
  34. package/lib/es/clipboard.js +1 -1
  35. package/lib/es/cloneDeep.js +1 -1
  36. package/lib/es/cookie.js +1 -1
  37. package/lib/es/date.js +1 -1
  38. package/lib/es/dom.js +1 -1
  39. package/lib/es/download.js +1 -1
  40. package/lib/es/easing.js +1 -1
  41. package/lib/es/file.js +10 -9
  42. package/lib/es/func.js +1 -1
  43. package/lib/es/index.js +1 -1
  44. package/lib/es/isEqual.js +1 -1
  45. package/lib/es/math.js +1 -1
  46. package/lib/es/number.js +1 -1
  47. package/lib/es/object.js +1 -1
  48. package/lib/es/path.js +1 -1
  49. package/lib/es/qs.js +1 -1
  50. package/lib/es/random.js +1 -1
  51. package/lib/es/string.js +1 -1
  52. package/lib/es/tooltip.js +1 -1
  53. package/lib/es/tree.js +1 -1
  54. package/lib/es/type.js +1 -1
  55. package/lib/es/unique.js +1 -1
  56. package/lib/es/url.js +1 -1
  57. package/lib/es/validator.js +1 -1
  58. package/lib/es/variable.js +1 -1
  59. package/lib/es/watermark.js +1 -1
  60. package/lib/es/we-decode.js +1 -1
  61. package/lib/index.d.ts +15 -5
  62. package/lib/umd/index.js +2 -3218
  63. package/package.json +2 -1
package/lib/cjs/array.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/async.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/base64.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/cookie.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/date.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/dom.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/easing.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/file.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -108,31 +108,31 @@ function scalingByAspectRatio({ sizeKB, maxSize, originWidth, originHeight }) {
108
108
  return { width: targetWidth, height: targetHeight };
109
109
  }
110
110
  /**
111
- * Web端:等比例压缩图片批量处理 (size小于50KB,不压缩), 支持压缩全景图或长截图
111
+ * Web端:等比例压缩图片批量处理 (小于minFileSizeKB:50,不压缩), 支持压缩全景图或长截图
112
112
  *
113
113
  * 1. 默认根据图片原始size及宽高适当地调整quality、width、height
114
114
  * 2. 可指定压缩的图片质量 quality(若不指定则根据原始图片大小来计算), 来适当调整width、height
115
115
  * 3. 可指定压缩的图片最大宽高 maxSize(若不指定则根据原始图片宽高来计算), 满足大屏幕图片展示的场景
116
116
  *
117
117
  * @param {File | FileList} file 图片或图片数组
118
- * @param {ICompressOptions} options 压缩图片配置项,default: {mime:'image/jpeg'}
119
- * @returns {Promise<object> | undefined}
118
+ * @param {ICompressOptions} options 压缩图片配置项,default: {mime:'image/jpeg', minFileSizeKB: 50}
119
+ * @returns {Promise<ICompressImgResult | ICompressImgResult[] | null>}
120
120
  */
121
- function compressImg(file, options = { mime: 'image/jpeg' }) {
121
+ function compressImg(file, options = { mime: 'image/jpeg', minFileSizeKB: 50 }) {
122
122
  if (!(file instanceof File || file instanceof FileList)) {
123
123
  throw new Error(`${file} require be File or FileList`);
124
124
  }
125
125
  else if (!supportCanvas()) {
126
126
  throw new Error(`Current runtime environment not support Canvas`);
127
127
  }
128
- const { quality, mime = 'image/jpeg', maxSize: size } = type.isObject(options) ? options : {};
128
+ const { quality, mime = 'image/jpeg', maxSize: size, minFileSizeKB = 50 } = type.isObject(options) ? options : {};
129
129
  let targetQuality = quality, maxSize;
130
130
  if (quality) {
131
131
  targetQuality = quality;
132
132
  }
133
133
  else if (file instanceof File) {
134
134
  const sizeKB = +parseInt((file.size / 1024).toFixed(2));
135
- if (sizeKB < 1 * 50) {
135
+ if (sizeKB < minFileSizeKB) {
136
136
  targetQuality = 1;
137
137
  }
138
138
  else if (sizeKB < 1 * 1024) {
@@ -160,7 +160,7 @@ function compressImg(file, options = { mime: 'image/jpeg' }) {
160
160
  };
161
161
  const fileName = [...file.name.split('.').slice(0, -1), ext[mime]].join('.');
162
162
  const sizeKB = +parseInt((file.size / 1024).toFixed(2));
163
- if (sizeKB < 50) {
163
+ if (sizeKB < minFileSizeKB) {
164
164
  resolve({
165
165
  file: file
166
166
  });
@@ -196,7 +196,7 @@ function compressImg(file, options = { mime: 'image/jpeg' }) {
196
196
  origin: file,
197
197
  beforeSrc: src,
198
198
  afterSrc: canvasURL,
199
- beforeKB: Number((file.size / 1024).toFixed(2)),
199
+ beforeKB: sizeKB,
200
200
  afterKB: Number((miniFile.size / 1024).toFixed(2))
201
201
  });
202
202
  };
@@ -206,6 +206,7 @@ function compressImg(file, options = { mime: 'image/jpeg' }) {
206
206
  }
207
207
  });
208
208
  }
209
+ return Promise.resolve(null);
209
210
  }
210
211
 
211
212
  exports.chooseLocalFile = chooseLocalFile;
package/lib/cjs/func.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/math.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/number.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/object.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/path.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/qs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/random.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/string.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/tree.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/type.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/unique.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/cjs/url.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/array.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/async.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/base64.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/cookie.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/date.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/dom.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/easing.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/file.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -106,31 +106,31 @@ function scalingByAspectRatio({ sizeKB, maxSize, originWidth, originHeight }) {
106
106
  return { width: targetWidth, height: targetHeight };
107
107
  }
108
108
  /**
109
- * Web端:等比例压缩图片批量处理 (size小于50KB,不压缩), 支持压缩全景图或长截图
109
+ * Web端:等比例压缩图片批量处理 (小于minFileSizeKB:50,不压缩), 支持压缩全景图或长截图
110
110
  *
111
111
  * 1. 默认根据图片原始size及宽高适当地调整quality、width、height
112
112
  * 2. 可指定压缩的图片质量 quality(若不指定则根据原始图片大小来计算), 来适当调整width、height
113
113
  * 3. 可指定压缩的图片最大宽高 maxSize(若不指定则根据原始图片宽高来计算), 满足大屏幕图片展示的场景
114
114
  *
115
115
  * @param {File | FileList} file 图片或图片数组
116
- * @param {ICompressOptions} options 压缩图片配置项,default: {mime:'image/jpeg'}
117
- * @returns {Promise<object> | undefined}
116
+ * @param {ICompressOptions} options 压缩图片配置项,default: {mime:'image/jpeg', minFileSizeKB: 50}
117
+ * @returns {Promise<ICompressImgResult | ICompressImgResult[] | null>}
118
118
  */
119
- function compressImg(file, options = { mime: 'image/jpeg' }) {
119
+ function compressImg(file, options = { mime: 'image/jpeg', minFileSizeKB: 50 }) {
120
120
  if (!(file instanceof File || file instanceof FileList)) {
121
121
  throw new Error(`${file} require be File or FileList`);
122
122
  }
123
123
  else if (!supportCanvas()) {
124
124
  throw new Error(`Current runtime environment not support Canvas`);
125
125
  }
126
- const { quality, mime = 'image/jpeg', maxSize: size } = isObject(options) ? options : {};
126
+ const { quality, mime = 'image/jpeg', maxSize: size, minFileSizeKB = 50 } = isObject(options) ? options : {};
127
127
  let targetQuality = quality, maxSize;
128
128
  if (quality) {
129
129
  targetQuality = quality;
130
130
  }
131
131
  else if (file instanceof File) {
132
132
  const sizeKB = +parseInt((file.size / 1024).toFixed(2));
133
- if (sizeKB < 1 * 50) {
133
+ if (sizeKB < minFileSizeKB) {
134
134
  targetQuality = 1;
135
135
  }
136
136
  else if (sizeKB < 1 * 1024) {
@@ -158,7 +158,7 @@ function compressImg(file, options = { mime: 'image/jpeg' }) {
158
158
  };
159
159
  const fileName = [...file.name.split('.').slice(0, -1), ext[mime]].join('.');
160
160
  const sizeKB = +parseInt((file.size / 1024).toFixed(2));
161
- if (sizeKB < 50) {
161
+ if (sizeKB < minFileSizeKB) {
162
162
  resolve({
163
163
  file: file
164
164
  });
@@ -194,7 +194,7 @@ function compressImg(file, options = { mime: 'image/jpeg' }) {
194
194
  origin: file,
195
195
  beforeSrc: src,
196
196
  afterSrc: canvasURL,
197
- beforeKB: Number((file.size / 1024).toFixed(2)),
197
+ beforeKB: sizeKB,
198
198
  afterKB: Number((miniFile.size / 1024).toFixed(2))
199
199
  });
200
200
  };
@@ -204,6 +204,7 @@ function compressImg(file, options = { mime: 'image/jpeg' }) {
204
204
  }
205
205
  });
206
206
  }
207
+ return Promise.resolve(null);
207
208
  }
208
209
 
209
210
  export { chooseLocalFile, compressImg, supportCanvas };
package/lib/es/func.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/isEqual.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/math.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/number.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/object.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/path.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/qs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/random.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/string.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/tooltip.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/tree.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/type.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/unique.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
package/lib/es/url.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sculp-js v1.10.3
2
+ * sculp-js v1.10.4
3
3
  * (c) 2023-present chandq
4
4
  * Released under the MIT License.
5
5
  */