@types/chartmogul-node 2.0.1 → 2.0.2

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.
chartmogul-node/LICENSE CHANGED
File without changes
chartmogul-node/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for chartmogul-node (https://github.com/c
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chartmogul-node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 04 Sep 2023 15:40:44 GMT
11
+ * Last updated: Tue, 17 Oct 2023 22:10:14 GMT
12
12
  * Dependencies: none
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [ChartMogul](https://github.com/chartmogul).
File without changes
@@ -1,8 +1,3 @@
1
- // Type definitions for chartmogul-node 2.0
2
- // Project: https://github.com/chartmogul/chartmogul-node
3
- // Definitions by: ChartMogul <https://github.com/chartmogul>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  import { Cursor, CursorParams, Entries, EntriesSummary, Map, Strings } from "./common";
7
2
 
8
3
  export class Config {
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/chartmogul-node",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "TypeScript definitions for chartmogul-node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chartmogul-node",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "ChartMogul",
10
- "url": "https://github.com/chartmogul",
11
- "githubUsername": "chartmogul"
10
+ "githubUsername": "chartmogul",
11
+ "url": "https://github.com/chartmogul"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "21155ed9260a6e7714242e19df99958026bcd4e58023d1003ffdf2d3957e678a",
24
- "typeScriptVersion": "4.3"
23
+ "typesPublisherContentHash": "c8fa9a506b23299baf9663c4a1d0dc2fec8e246fb5ebb1f1164b12ef54a91e7c",
24
+ "typeScriptVersion": "4.5"
25
25
  }