coze-coding-dev-sdk 0.7.18 → 0.7.19
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/cjs/cli/index.js +75 -41
- package/dist/cjs/cli/index.js.LICENSE.txt +58 -0
- package/dist/cjs/index.js +29 -29
- package/dist/esm/131.mjs +17 -17
- package/dist/esm/1~113.mjs +1 -1
- package/dist/esm/1~390.mjs +2 -2
- package/dist/esm/1~398.mjs +2 -2
- package/dist/esm/1~844.mjs +1 -1
- package/dist/esm/687.mjs +1 -0
- package/dist/esm/cli/index.mjs +29 -24
- package/dist/esm/cli/index.mjs.LICENSE.txt +58 -0
- package/dist/esm/rslib-runtime.mjs +1 -1
- package/dist/types/cli/commands/storage.d.ts +6 -0
- package/dist/types/cli/commands/storage.d.ts.map +1 -0
- package/package.json +4 -2
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
5
|
+
* Released under the MIT License.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
9
|
+
|
|
10
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Archiver Core
|
|
14
|
+
*
|
|
15
|
+
* @ignore
|
|
16
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
17
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Archiver Vending
|
|
22
|
+
*
|
|
23
|
+
* @ignore
|
|
24
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
25
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* JSON Format Plugin
|
|
30
|
+
*
|
|
31
|
+
* @module plugins/json
|
|
32
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
33
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* TAR Format Plugin
|
|
38
|
+
*
|
|
39
|
+
* @module plugins/tar
|
|
40
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
41
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* ZIP Format Plugin
|
|
46
|
+
*
|
|
47
|
+
* @module plugins/zip
|
|
48
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
49
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* ZipStream
|
|
54
|
+
*
|
|
55
|
+
* @ignore
|
|
56
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
|
|
57
|
+
* @copyright (c) 2014 Chris Talkington, contributors.
|
|
58
|
+
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={},r={};function o(t){var
|
|
1
|
+
var e={},r={};function o(t){var a=r[t];if(void 0!==a)return a.exports;var d=r[t]={id:t,loaded:!1,exports:{}};return e[t].call(d.exports,d,d.exports,o),d.loaded=!0,d.exports}o.m=e,o.add=function(e){Object.assign(o.m,e)},o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);export{o as __webpack_require__};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/storage.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiIpC,eAAO,MAAM,cAAc,SAAgE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coze-coding-dev-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.19",
|
|
4
4
|
"description": "Coze Coding Dev SDK - 优雅的多功能 AI SDK,支持图片生成、视频生成、语音合成、语音识别、大语言模型和联网搜索",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"@aws-sdk/client-s3": "^3.958.0",
|
|
73
73
|
"@aws-sdk/lib-storage": "^3.958.0",
|
|
74
74
|
"@rslib/core": "^0.19.3",
|
|
75
|
+
"@types/archiver": "^6.0.3",
|
|
75
76
|
"@types/jest": "^29.5.14",
|
|
76
77
|
"@types/node": "^20.19.27",
|
|
77
78
|
"@types/pg": "^8.0.0",
|
|
@@ -89,7 +90,8 @@
|
|
|
89
90
|
"transliteration": "^2.6.0",
|
|
90
91
|
"ts-jest": "^29.0.0",
|
|
91
92
|
"ts-node": "^10.9.2",
|
|
92
|
-
"typescript": "^5.0.0"
|
|
93
|
+
"typescript": "^5.0.0",
|
|
94
|
+
"archiver": "^7.0.1"
|
|
93
95
|
},
|
|
94
96
|
"engines": {
|
|
95
97
|
"node": ">=18.0.0"
|