@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 +0 -0
- chartmogul-node/README.md +1 -2
- chartmogul-node/common.d.ts +0 -0
- chartmogul-node/index.d.ts +0 -5
- chartmogul-node/package.json +5 -5
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:
|
|
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).
|
chartmogul-node/common.d.ts
CHANGED
|
File without changes
|
chartmogul-node/index.d.ts
CHANGED
|
@@ -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 {
|
chartmogul-node/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chartmogul-node",
|
|
3
|
-
"version": "2.0.
|
|
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
|
-
"
|
|
11
|
-
"
|
|
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": "
|
|
24
|
-
"typeScriptVersion": "4.
|
|
23
|
+
"typesPublisherContentHash": "c8fa9a506b23299baf9663c4a1d0dc2fec8e246fb5ebb1f1164b12ef54a91e7c",
|
|
24
|
+
"typeScriptVersion": "4.5"
|
|
25
25
|
}
|