@types/paystack 2.0.2 → 2.0.4

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.
paystack/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for paystack (https://github.com/kehers/p
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/paystack.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 24 Sep 2023 06:37:28 GMT
11
+ * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
12
12
  * Dependencies: none
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Oladiran Segun Solomon](https://github.com/sheghun).
paystack/index.d.ts CHANGED
@@ -1,8 +1,3 @@
1
- // Type definitions for paystack 2.0
2
- // Project: https://github.com/kehers/paystack
3
- // Definitions by: Oladiran Segun Solomon <https://github.com/sheghun>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  /*~ Note that ES6 modules cannot directly export callable functions.
7
2
  *~ This file should be imported using the CommonJS-style:
8
3
  *~ import x = require('someLibrary');
paystack/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/paystack",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "TypeScript definitions for paystack",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/paystack",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Oladiran Segun Solomon",
10
- "url": "https://github.com/sheghun",
11
- "githubUsername": "sheghun"
10
+ "githubUsername": "sheghun",
11
+ "url": "https://github.com/sheghun"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "184ec272a37058e55817669f51c49f732db3326fd484eaca05a32f97ce0efdca",
23
+ "typesPublisherContentHash": "857b229f735b0fb88b21e4098690b848de75337f9a0a30738ddb7a4e11da8756",
24
24
  "typeScriptVersion": "4.5"
25
25
  }