@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.
Files changed (2) hide show
  1. paystack/README.md +2 -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: Wed, 18 Oct 2023 05:47:08 GMT
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 [Oladiran Segun Solomon](https://github.com/sheghun).
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",
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
- "typesPublisherContentHash": "ddf6ecc140eb4dbc94b9cac45019d15b86793b333565a4293776a0c0ca24390f",
24
- "typeScriptVersion": "4.5"
17
+ "peerDependencies": {},
18
+ "typesPublisherContentHash": "4d1c32af8b9e4bffce684c0b308eeabdef3de4c0cf717d5f54835b4e90ac8a68",
19
+ "typeScriptVersion": "5.2"
25
20
  }