@types/paystack 2.0.3 → 2.0.5
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 +2 -2
- paystack/package.json +5 -10
paystack/README.md
CHANGED
|
@@ -8,8 +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: Tue, 20 Jan 2026 23:02:14 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
These definitions were written by
|
|
15
|
+
These definitions were written by .
|
paystack/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/paystack",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "TypeScript definitions for paystack",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/paystack",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"contributors": [
|
|
8
|
-
{
|
|
9
|
-
"name": "Oladiran Segun Solomon",
|
|
10
|
-
"githubUsername": "sheghun",
|
|
11
|
-
"url": "https://github.com/sheghun"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
7
|
+
"contributors": [],
|
|
14
8
|
"main": "",
|
|
15
9
|
"types": "index.d.ts",
|
|
16
10
|
"repository": {
|
|
@@ -20,6 +14,7 @@
|
|
|
20
14
|
},
|
|
21
15
|
"scripts": {},
|
|
22
16
|
"dependencies": {},
|
|
23
|
-
"
|
|
24
|
-
"
|
|
17
|
+
"peerDependencies": {},
|
|
18
|
+
"typesPublisherContentHash": "4d1c32af8b9e4bffce684c0b308eeabdef3de4c0cf717d5f54835b4e90ac8a68",
|
|
19
|
+
"typeScriptVersion": "5.2"
|
|
25
20
|
}
|