@types/selectize 0.12.36 → 0.12.37

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.
selectize/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/selectize`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Selectize (https://github.com/brianreavis/selectize.js).
5
+ This package contains type definitions for selectize (https://github.com/brianreavis/selectize.js).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 25 Sep 2023 13:39:06 GMT
11
+ * Last updated: Wed, 18 Oct 2023 11:45:06 GMT
12
12
  * Dependencies: none
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Adi Dahiya](https://github.com/adidahiya), and [Natalie Bausch](https://github.com/naBausch).
selectize/index.d.ts CHANGED
@@ -1,9 +1,3 @@
1
- // Type definitions for Selectize 0.12.14
2
- // Project: https://github.com/brianreavis/selectize.js
3
- // Definitions by: Adi Dahiya <https://github.com/adidahiya>, Natalie Bausch <https://github.com/naBausch>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- // TypeScript Version: 2.3
6
-
7
1
  declare namespace Selectize {
8
2
  // see https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md
9
3
  // option identifiers are parameterized by T; data is parameterized by U
selectize/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@types/selectize",
3
- "version": "0.12.36",
4
- "description": "TypeScript definitions for Selectize",
3
+ "version": "0.12.37",
4
+ "description": "TypeScript definitions for selectize",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Adi Dahiya",
10
- "url": "https://github.com/adidahiya",
11
- "githubUsername": "adidahiya"
10
+ "githubUsername": "adidahiya",
11
+ "url": "https://github.com/adidahiya"
12
12
  },
13
13
  {
14
14
  "name": "Natalie Bausch",
15
- "url": "https://github.com/naBausch",
16
- "githubUsername": "naBausch"
15
+ "githubUsername": "naBausch",
16
+ "url": "https://github.com/naBausch"
17
17
  }
18
18
  ],
19
19
  "main": "",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "b85b75e05e15284d453cb5d6d315065836113afc2370a3c74a2decdc8b34f15b",
28
+ "typesPublisherContentHash": "38dfb0b7d269a3ab5b58588ed391f6fedb0a5bdb2c0f57d56b8d59da417b41c0",
29
29
  "typeScriptVersion": "4.5"
30
30
  }