@types/nightwind 1.0.0 → 1.0.1

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. nightwind/README.md +2 -2
  2. nightwind/package.json +6 -5
nightwind/README.md CHANGED
@@ -8,8 +8,8 @@ This package contains type definitions for nightwind (https://github.com/jjranal
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nightwind.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 07 Aug 2024 18:08:39 GMT
11
+ * Last updated: Tue, 20 Jan 2026 23:02:14 GMT
12
12
  * Dependencies: [tailwindcss](https://npmjs.com/package/tailwindcss)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Frank Elsinga](https://github.com/CommanderStorm), [Jayakorn Karikan (Bacon)](https://github.com/jayakornk), and [jacopo](https://github.com/jjranalli).
15
+ These definitions were written by [Frank Elsinga](https://github.com/CommanderStorm), [Jayakorn Karikan (Bacon)](https://github.com/jayakornk), and [jacopo](https://github.com/jacopo-eth).
nightwind/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nightwind",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript definitions for nightwind",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nightwind",
6
6
  "license": "MIT",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  {
19
19
  "name": "jacopo",
20
- "githubUsername": "jjranalli",
21
- "url": "https://github.com/jjranalli"
20
+ "githubUsername": "jacopo-eth",
21
+ "url": "https://github.com/jacopo-eth"
22
22
  }
23
23
  ],
24
24
  "main": "",
@@ -32,6 +32,7 @@
32
32
  "dependencies": {
33
33
  "tailwindcss": "^2.0.0 || ^3.0.0"
34
34
  },
35
- "typesPublisherContentHash": "79fd96a57d97248bcab0c24fe41a913bc0285222b1e7dacd486dc4e7eab5c284",
36
- "typeScriptVersion": "4.8"
35
+ "peerDependencies": {},
36
+ "typesPublisherContentHash": "95aff81483058cda8db0c6df221ed2b0ed574dd756b4b62c50eccf12243060bf",
37
+ "typeScriptVersion": "5.2"
37
38
  }