@types/knockout.mapping 2.0.41 → 2.0.42

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.
@@ -8,8 +8,8 @@ This package contains type definitions for knockout.mapping (https://github.com/
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.mapping.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 20 Nov 2023 23:36:24 GMT
11
+ * Last updated: Mon, 16 Mar 2026 21:11:59 GMT
12
12
  * Dependencies: [@types/knockout](https://npmjs.com/package/@types/knockout)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Mathias Lorenzen](https://github.com/ffMathy), and [Leonardo Lombardi](https://github.com/ltlombardi).
15
+ These definitions were written by [Boris Yankov](https://github.com/borisyankov), and [Mathias Lorenzen](https://github.com/ffMathy).
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/knockout.mapping",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "TypeScript definitions for knockout.mapping",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.mapping",
6
6
  "license": "MIT",
@@ -14,11 +14,6 @@
14
14
  "name": "Mathias Lorenzen",
15
15
  "githubUsername": "ffMathy",
16
16
  "url": "https://github.com/ffMathy"
17
- },
18
- {
19
- "name": "Leonardo Lombardi",
20
- "githubUsername": "ltlombardi",
21
- "url": "https://github.com/ltlombardi"
22
17
  }
23
18
  ],
24
19
  "main": "",
@@ -32,6 +27,7 @@
32
27
  "dependencies": {
33
28
  "@types/knockout": "*"
34
29
  },
35
- "typesPublisherContentHash": "49a8fc6cd9d5f706218a63387def5c18a16cd293e91c40c65559bd75c5532845",
36
- "typeScriptVersion": "4.5"
30
+ "peerDependencies": {},
31
+ "typesPublisherContentHash": "d8a0a69d553472222aa4cc30c37b2847da5ebf1b2ebac958babac2b07409e1a6",
32
+ "typeScriptVersion": "5.2"
37
33
  }