@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.
knockout.mapping/README.md
CHANGED
|
@@ -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,
|
|
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)
|
|
15
|
+
These definitions were written by [Boris Yankov](https://github.com/borisyankov), and [Mathias Lorenzen](https://github.com/ffMathy).
|
knockout.mapping/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/knockout.mapping",
|
|
3
|
-
"version": "2.0.
|
|
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
|
-
"
|
|
36
|
-
"
|
|
30
|
+
"peerDependencies": {},
|
|
31
|
+
"typesPublisherContentHash": "d8a0a69d553472222aa4cc30c37b2847da5ebf1b2ebac958babac2b07409e1a6",
|
|
32
|
+
"typeScriptVersion": "5.2"
|
|
37
33
|
}
|