@types/knockout 3.4.73 → 3.4.74

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 (3) hide show
  1. knockout/README.md +2 -3
  2. knockout/index.d.ts +0 -13
  3. knockout/package.json +21 -21
knockout/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/knockout`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Knockout (http://knockoutjs.com).
5
+ This package contains type definitions for knockout (http://knockoutjs.com).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 14 Sep 2023 01:49:18 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:07 GMT
12
12
  * Dependencies: none
13
- * Global values: `ko`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Igor Oleinikov](https://github.com/Igorbek), [Clément Bourgeois](https://github.com/moonpyk), [Matt Brooks](https://github.com/EnableSoftware), [Benjamin Eckardt](https://github.com/BenjaminEckardt), [Mathias Lorenzen](https://github.com/ffMathy), [Leonardo Lombardi](https://github.com/ltlombardi), [Retsam](https://github.com/Retsam), and [Rey Pena](https://github.com/ReyPena).
knockout/index.d.ts CHANGED
@@ -1,16 +1,3 @@
1
- // Type definitions for Knockout v3.4.0
2
- // Project: http://knockoutjs.com
3
- // Definitions by: Boris Yankov <https://github.com/borisyankov>,
4
- // Igor Oleinikov <https://github.com/Igorbek>,
5
- // Clément Bourgeois <https://github.com/moonpyk>,
6
- // Matt Brooks <https://github.com/EnableSoftware>,
7
- // Benjamin Eckardt <https://github.com/BenjaminEckardt>,
8
- // Mathias Lorenzen <https://github.com/ffMathy>,
9
- // Leonardo Lombardi <https://github.com/ltlombardi>
10
- // Retsam <https://github.com/Retsam>
11
- // Rey Pena <https://github.com/ReyPena>
12
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
13
-
14
1
  interface KnockoutSubscribableFunctions<T> {
15
2
  /**
16
3
  * Notify subscribers of knockout "change" event. This doesn't actually change the observable value.
knockout/package.json CHANGED
@@ -1,54 +1,54 @@
1
1
  {
2
2
  "name": "@types/knockout",
3
- "version": "3.4.73",
4
- "description": "TypeScript definitions for Knockout",
3
+ "version": "3.4.74",
4
+ "description": "TypeScript definitions for knockout",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Boris Yankov",
10
- "url": "https://github.com/borisyankov",
11
- "githubUsername": "borisyankov"
10
+ "githubUsername": "borisyankov",
11
+ "url": "https://github.com/borisyankov"
12
12
  },
13
13
  {
14
14
  "name": "Igor Oleinikov",
15
- "url": "https://github.com/Igorbek",
16
- "githubUsername": "Igorbek"
15
+ "githubUsername": "Igorbek",
16
+ "url": "https://github.com/Igorbek"
17
17
  },
18
18
  {
19
19
  "name": "Clément Bourgeois",
20
- "url": "https://github.com/moonpyk",
21
- "githubUsername": "moonpyk"
20
+ "githubUsername": "moonpyk",
21
+ "url": "https://github.com/moonpyk"
22
22
  },
23
23
  {
24
24
  "name": "Matt Brooks",
25
- "url": "https://github.com/EnableSoftware",
26
- "githubUsername": "EnableSoftware"
25
+ "githubUsername": "EnableSoftware",
26
+ "url": "https://github.com/EnableSoftware"
27
27
  },
28
28
  {
29
29
  "name": "Benjamin Eckardt",
30
- "url": "https://github.com/BenjaminEckardt",
31
- "githubUsername": "BenjaminEckardt"
30
+ "githubUsername": "BenjaminEckardt",
31
+ "url": "https://github.com/BenjaminEckardt"
32
32
  },
33
33
  {
34
34
  "name": "Mathias Lorenzen",
35
- "url": "https://github.com/ffMathy",
36
- "githubUsername": "ffMathy"
35
+ "githubUsername": "ffMathy",
36
+ "url": "https://github.com/ffMathy"
37
37
  },
38
38
  {
39
39
  "name": "Leonardo Lombardi",
40
- "url": "https://github.com/ltlombardi",
41
- "githubUsername": "ltlombardi"
40
+ "githubUsername": "ltlombardi",
41
+ "url": "https://github.com/ltlombardi"
42
42
  },
43
43
  {
44
44
  "name": "Retsam",
45
- "url": "https://github.com/Retsam",
46
- "githubUsername": "Retsam"
45
+ "githubUsername": "Retsam",
46
+ "url": "https://github.com/Retsam"
47
47
  },
48
48
  {
49
49
  "name": "Rey Pena",
50
- "url": "https://github.com/ReyPena",
51
- "githubUsername": "ReyPena"
50
+ "githubUsername": "ReyPena",
51
+ "url": "https://github.com/ReyPena"
52
52
  }
53
53
  ],
54
54
  "main": "",
@@ -60,6 +60,6 @@
60
60
  },
61
61
  "scripts": {},
62
62
  "dependencies": {},
63
- "typesPublisherContentHash": "1739f62f0d99683855cad759896175e48e649fc4bf4365ca482921995373510c",
63
+ "typesPublisherContentHash": "022e6039a360efd84d36f71fc9f72ebf862b42cc8607f446ac589f9c62625b0e",
64
64
  "typeScriptVersion": "4.5"
65
65
  }