@types/knockout.mapping 2.0.38 → 2.0.40
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
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/knockout.mapping`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for knockout.mapping (https://github.com/SteveSanderson/knockout.mapping).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
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:
|
|
11
|
+
* Last updated: Tue, 07 Nov 2023 09:09:38 GMT
|
|
12
12
|
* Dependencies: [@types/knockout](https://npmjs.com/package/@types/knockout)
|
|
13
|
-
* Global values: `mapping`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
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).
|
knockout.mapping/index.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
// Type definitions for Knockout.Mapping 2.0
|
|
2
|
-
// Project: https://github.com/SteveSanderson/knockout.mapping
|
|
3
|
-
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
|
4
|
-
// Mathias Lorenzen <https://github.com/ffMathy>
|
|
5
|
-
// Leonardo Lombardi <https://github.com/ltlombardi>
|
|
6
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// TypeScript Version: 2.8
|
|
8
|
-
|
|
9
1
|
/// <reference types="knockout" />
|
|
10
2
|
|
|
11
3
|
export as namespace mapping;
|
knockout.mapping/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/knockout.mapping",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "2.0.40",
|
|
4
|
+
"description": "TypeScript definitions for knockout.mapping",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.mapping",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Boris Yankov",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "borisyankov",
|
|
11
|
+
"url": "https://github.com/borisyankov"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Mathias Lorenzen",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "ffMathy",
|
|
16
|
+
"url": "https://github.com/ffMathy"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Leonardo Lombardi",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "ltlombardi",
|
|
21
|
+
"url": "https://github.com/ltlombardi"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@types/knockout": "*"
|
|
34
34
|
},
|
|
35
|
-
"typesPublisherContentHash": "
|
|
35
|
+
"typesPublisherContentHash": "15be4d1e4887d7d9543f1ebcd5b7e551931fd24d6f6a6fbc31a3b243fdf4cc2b",
|
|
36
36
|
"typeScriptVersion": "4.5"
|
|
37
37
|
}
|