@types/ari-client 2.2.13 → 2.2.14

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. ari-client/README.md +1 -1
  2. ari-client/package.json +4 -3
ari-client/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for ari-client (https://github.com/asteri
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ari-client.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 17 Jul 2024 06:38:40 GMT
11
+ * Last updated: Wed, 18 Mar 2026 19:21:17 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
13
 
14
14
  # Credits
ari-client/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/ari-client",
3
- "version": "2.2.13",
3
+ "version": "2.2.14",
4
4
  "description": "TypeScript definitions for ari-client",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ari-client",
6
6
  "license": "MIT",
@@ -22,6 +22,7 @@
22
22
  "dependencies": {
23
23
  "@types/node": "*"
24
24
  },
25
- "typesPublisherContentHash": "773ef5d81e4a8912874f851a4e66ddef6ed07f63e17f68d3acb57737b51e94b7",
26
- "typeScriptVersion": "4.8"
25
+ "peerDependencies": {},
26
+ "typesPublisherContentHash": "7f1e4e439ad5898b9e54385de60af9a37b3aa5132702d76dc103e197538c0bc8",
27
+ "typeScriptVersion": "5.2"
27
28
  }