@types/ali-oss 6.16.9 → 6.16.11

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 (3) hide show
  1. ali-oss/README.md +1 -2
  2. ali-oss/index.d.ts +0 -6
  3. ali-oss/package.json +4 -4
ali-oss/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for ali-oss (https://github.com/aliyun/os
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ali-oss.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 22 Sep 2023 18:11:03 GMT
11
+ * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
12
12
  * Dependencies: none
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Ptrdu](https://github.com/ptrdu).
ali-oss/index.d.ts CHANGED
@@ -1,9 +1,3 @@
1
- // Type definitions for ali-oss 6.16
2
- // Project: https://github.com/aliyun/oss-nodejs-sdk
3
- // Definitions by: Ptrdu <https://github.com/ptrdu>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- // TypeScript Version: 3.3
6
-
7
1
  export = OSS;
8
2
 
9
3
  // basic OSS
ali-oss/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/ali-oss",
3
- "version": "6.16.9",
3
+ "version": "6.16.11",
4
4
  "description": "TypeScript definitions for ali-oss",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ali-oss",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Ptrdu",
10
- "url": "https://github.com/ptrdu",
11
- "githubUsername": "ptrdu"
10
+ "githubUsername": "ptrdu",
11
+ "url": "https://github.com/ptrdu"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "1442b39a27c64451177e20facc060241662a49e9f8da8158381c4d059a0f302b",
23
+ "typesPublisherContentHash": "ba5d65f34f14361bc5bb0ebfc12949def4cd5ffa5129fa9e8066f2e6bbc84f6e",
24
24
  "typeScriptVersion": "4.5"
25
25
  }