@cloudbase/container 2.17.9 → 2.17.10
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare function parseURL(_url: string):
|
|
1
|
+
export declare function parseURL(_url: string): HTMLAnchorElement | URL;
|
|
2
2
|
export declare function isBuffer(buf: any): boolean;
|
|
3
3
|
export declare function serializeRequestBody<T>(headers: any, data: T, method?: string): T | string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare function parseURL(_url: string):
|
|
1
|
+
export declare function parseURL(_url: string): HTMLAnchorElement | URL;
|
|
2
2
|
export declare function isBuffer(buf: any): boolean;
|
|
3
3
|
export declare function serializeRequestBody<T>(headers: any, data: T, method?: string): T | string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/container",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.10",
|
|
4
4
|
"description": "cloudbase javascript sdk functions componets",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"author": "",
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@cloudbase/adapter-interface": "^0.7.
|
|
34
|
-
"@cloudbase/utilities": "^2.17.
|
|
33
|
+
"@cloudbase/adapter-interface": "^0.7.1",
|
|
34
|
+
"@cloudbase/utilities": "^2.17.10"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "3f81a973d61665bc2476b4c03e63ce58125239f3",
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@cloudbase/types": "^2.17.
|
|
38
|
+
"@cloudbase/types": "^2.17.10",
|
|
39
39
|
"terser-webpack-plugin": "^3.0.2",
|
|
40
40
|
"webpack-bundle-analyzer": "^4.9.1"
|
|
41
41
|
}
|