@types/knockout 3.4.77 → 3.4.78

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. knockout/README.md +2 -2
  2. knockout/package.json +4 -8
knockout/README.md CHANGED
@@ -8,8 +8,8 @@ This package contains type definitions for knockout (http://knockoutjs.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 22 Nov 2023 00:24:48 GMT
11
+ * Last updated: Mon, 16 Mar 2026 21:11:59 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
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).
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), [Retsam](https://github.com/Retsam), and [Rey Pena](https://github.com/ReyPena).
knockout/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/knockout",
3
- "version": "3.4.77",
3
+ "version": "3.4.78",
4
4
  "description": "TypeScript definitions for knockout",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout",
6
6
  "license": "MIT",
@@ -35,11 +35,6 @@
35
35
  "githubUsername": "ffMathy",
36
36
  "url": "https://github.com/ffMathy"
37
37
  },
38
- {
39
- "name": "Leonardo Lombardi",
40
- "githubUsername": "ltlombardi",
41
- "url": "https://github.com/ltlombardi"
42
- },
43
38
  {
44
39
  "name": "Retsam",
45
40
  "githubUsername": "Retsam",
@@ -60,6 +55,7 @@
60
55
  },
61
56
  "scripts": {},
62
57
  "dependencies": {},
63
- "typesPublisherContentHash": "db4bee3f7e871345efd692e2bbce593bb3839a4a720f9eeedc2a31bc4538c6c2",
64
- "typeScriptVersion": "4.5"
58
+ "peerDependencies": {},
59
+ "typesPublisherContentHash": "de86447a2e728811525022e26dda247e0fe0e8939bb75d2f667fd93eaf5e2477",
60
+ "typeScriptVersion": "5.2"
65
61
  }