@byted-apaas/server-sdk-node 1.1.18 → 1.1.19-beta.0
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/global/global.d.ts +0 -4
- package/package.json +2 -2
package/global/global.d.ts
CHANGED
|
@@ -6,8 +6,6 @@ import { Flow } from './application/flow/flow';
|
|
|
6
6
|
import { _Resources } from '../context/resources/impl/resources';
|
|
7
7
|
import { Message } from '../context/msg/msg';
|
|
8
8
|
import { _IIntegration } from '../context/integration/IIntegration';
|
|
9
|
-
import { DBV3 } from '../context/db/impl/dbV3';
|
|
10
|
-
import { MetaDataV3 } from '../context/metadata/metadata';
|
|
11
9
|
declare global {
|
|
12
10
|
export namespace application {
|
|
13
11
|
/**
|
|
@@ -29,11 +27,9 @@ declare global {
|
|
|
29
27
|
/**
|
|
30
28
|
* dataV3 接口
|
|
31
29
|
*/
|
|
32
|
-
let dataV3: DBV3<{}>;
|
|
33
30
|
/**
|
|
34
31
|
* metadataV3 接口
|
|
35
32
|
*/
|
|
36
|
-
let metadataV3: MetaDataV3<{}>;
|
|
37
33
|
/**
|
|
38
34
|
* 常量
|
|
39
35
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byted-apaas/server-sdk-node",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.19-beta.0",
|
|
4
4
|
"description": "aPaaS Server SDK",
|
|
5
5
|
"author": "zhouwexin <zhouwexin@bytedance.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"clean": "tsc --build --clean && rm -rf **/*.js.map"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@byted-apaas/server-common-node": "2.0.
|
|
16
|
+
"@byted-apaas/server-common-node": "^2.0.13",
|
|
17
17
|
"@jorgeferrero/stream-to-buffer": "^2.0.6",
|
|
18
18
|
"dayjs": "^1.9.6",
|
|
19
19
|
"form-data": "^3.0.0",
|