@types/paystack 2.0.2 → 2.0.3
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 +1 -2
- paystack/index.d.ts +0 -5
- paystack/package.json +4 -4
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:
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 05:47:08 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.
|
|
3
|
+
"version": "2.0.3",
|
|
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
|
-
"
|
|
11
|
-
"
|
|
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": "
|
|
23
|
+
"typesPublisherContentHash": "ddf6ecc140eb4dbc94b9cac45019d15b86793b333565a4293776a0c0ca24390f",
|
|
24
24
|
"typeScriptVersion": "4.5"
|
|
25
25
|
}
|