@types/simpl-schema 1.12.4 → 1.12.5

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.
simpl-schema/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for simpl-schema (https://github.com/alde
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simpl-schema.
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: [@types/meteor](https://npmjs.com/package/@types/meteor)
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Andreas Richter](https://github.com/arichter83), [Qkramer](https://github.com/Qkramer), [Deskoh](https://github.com/deskoh), [Nicusor Chiciuc](https://github.com/nicu-chiciuc), [Rafa Horo](https://github.com/rafahoro), and [Stepan Yurtsiv](https://github.com/yurtsiv).
simpl-schema/index.d.ts CHANGED
@@ -1,14 +1,3 @@
1
- // Type definitions for simpl-schema 1.12
2
- // Project: https://github.com/aldeed/simpl-schema
3
- // Definitions by: Andreas Richter <https://github.com/arichter83>
4
- // Qkramer <https://github.com/Qkramer>
5
- // Deskoh <https://github.com/deskoh>
6
- // Nicusor Chiciuc <https://github.com/nicu-chiciuc>
7
- // Rafa Horo <https://github.com/rafahoro>
8
- // Stepan Yurtsiv <https://github.com/yurtsiv>
9
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
10
- // Minimum TypeScript Version: 4.1
11
-
12
1
  import { check } from "meteor/check";
13
2
 
14
3
  export interface ValidationContext extends SimpleSchemaValidationContextStatic {
simpl-schema/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "@types/simpl-schema",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "description": "TypeScript definitions for simpl-schema",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simpl-schema",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Andreas Richter",
10
- "url": "https://github.com/arichter83",
11
- "githubUsername": "arichter83"
10
+ "githubUsername": "arichter83",
11
+ "url": "https://github.com/arichter83"
12
12
  },
13
13
  {
14
14
  "name": "Qkramer",
15
- "url": "https://github.com/Qkramer",
16
- "githubUsername": "Qkramer"
15
+ "githubUsername": "Qkramer",
16
+ "url": "https://github.com/Qkramer"
17
17
  },
18
18
  {
19
19
  "name": "Deskoh",
20
- "url": "https://github.com/deskoh",
21
- "githubUsername": "deskoh"
20
+ "githubUsername": "deskoh",
21
+ "url": "https://github.com/deskoh"
22
22
  },
23
23
  {
24
24
  "name": "Nicusor Chiciuc",
25
- "url": "https://github.com/nicu-chiciuc",
26
- "githubUsername": "nicu-chiciuc"
25
+ "githubUsername": "nicu-chiciuc",
26
+ "url": "https://github.com/nicu-chiciuc"
27
27
  },
28
28
  {
29
29
  "name": "Rafa Horo",
30
- "url": "https://github.com/rafahoro",
31
- "githubUsername": "rafahoro"
30
+ "githubUsername": "rafahoro",
31
+ "url": "https://github.com/rafahoro"
32
32
  },
33
33
  {
34
34
  "name": "Stepan Yurtsiv",
35
- "url": "https://github.com/yurtsiv",
36
- "githubUsername": "yurtsiv"
35
+ "githubUsername": "yurtsiv",
36
+ "url": "https://github.com/yurtsiv"
37
37
  }
38
38
  ],
39
39
  "main": "",
@@ -47,6 +47,6 @@
47
47
  "dependencies": {
48
48
  "@types/meteor": "*"
49
49
  },
50
- "typesPublisherContentHash": "839cac028b7781a3ae74db1cb8c3e2fa2cc23eb9fc17ed9db8d0cb6dcdfe5527",
50
+ "typesPublisherContentHash": "86ac15a1deafd317d16cc640ea94d922667578b353d1b65c4fc4c9b0ba15a6ae",
51
51
  "typeScriptVersion": "4.5"
52
52
  }