@types/simpl-schema 1.12.4 → 1.12.6
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 +1 -2
- simpl-schema/index.d.ts +0 -11
- simpl-schema/package.json +14 -14
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:
|
11
|
+
* Last updated: Tue, 07 Nov 2023 15:11:36 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.
|
3
|
+
"version": "1.12.6",
|
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
|
-
"
|
11
|
-
"
|
10
|
+
"githubUsername": "arichter83",
|
11
|
+
"url": "https://github.com/arichter83"
|
12
12
|
},
|
13
13
|
{
|
14
14
|
"name": "Qkramer",
|
15
|
-
"
|
16
|
-
"
|
15
|
+
"githubUsername": "Qkramer",
|
16
|
+
"url": "https://github.com/Qkramer"
|
17
17
|
},
|
18
18
|
{
|
19
19
|
"name": "Deskoh",
|
20
|
-
"
|
21
|
-
"
|
20
|
+
"githubUsername": "deskoh",
|
21
|
+
"url": "https://github.com/deskoh"
|
22
22
|
},
|
23
23
|
{
|
24
24
|
"name": "Nicusor Chiciuc",
|
25
|
-
"
|
26
|
-
"
|
25
|
+
"githubUsername": "nicu-chiciuc",
|
26
|
+
"url": "https://github.com/nicu-chiciuc"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"name": "Rafa Horo",
|
30
|
-
"
|
31
|
-
"
|
30
|
+
"githubUsername": "rafahoro",
|
31
|
+
"url": "https://github.com/rafahoro"
|
32
32
|
},
|
33
33
|
{
|
34
34
|
"name": "Stepan Yurtsiv",
|
35
|
-
"
|
36
|
-
"
|
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": "
|
50
|
+
"typesPublisherContentHash": "87080bd9ca4fce116cbf4d9e6dde19fc362b9bf9d25ac189bf63893ba361031b",
|
51
51
|
"typeScriptVersion": "4.5"
|
52
52
|
}
|