check-types-mini 7.0.3 → 7.0.4
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name check-types-mini
|
|
3
3
|
* @fileoverview Validate options object
|
|
4
|
-
* @version 7.0.
|
|
4
|
+
* @version 7.0.4
|
|
5
5
|
* @author Roy Revelt, Codsen Ltd
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/check-types-mini/}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/**
|
|
12
12
|
* @name ast-monkey-util
|
|
13
13
|
* @fileoverview Utility library of AST helper functions
|
|
14
|
-
* @version 2.0.
|
|
14
|
+
* @version 2.0.4
|
|
15
15
|
* @author Roy Revelt, Codsen Ltd
|
|
16
16
|
* @license MIT
|
|
17
17
|
* {@link https://codsen.com/os/ast-monkey-util/}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
/**
|
|
20
20
|
* @name ast-monkey-traverse
|
|
21
21
|
* @fileoverview Utility library to traverse AST
|
|
22
|
-
* @version 3.0.
|
|
22
|
+
* @version 3.0.4
|
|
23
23
|
* @author Roy Revelt, Codsen Ltd
|
|
24
24
|
* @license MIT
|
|
25
25
|
* {@link https://codsen.com/os/ast-monkey-traverse/}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
/**
|
|
28
28
|
* @name arrayiffy-if-string
|
|
29
29
|
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
|
|
30
|
-
* @version 4.0.
|
|
30
|
+
* @version 4.0.4
|
|
31
31
|
* @author Roy Revelt, Codsen Ltd
|
|
32
32
|
* @license MIT
|
|
33
33
|
* {@link https://codsen.com/os/arrayiffy-if-string/}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "check-types-mini",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Validate options object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compare",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@babel/runtime": "^7.16.0",
|
|
88
|
-
"arrayiffy-if-string": "^4.0.
|
|
89
|
-
"ast-monkey-traverse": "^3.0.
|
|
88
|
+
"arrayiffy-if-string": "^4.0.4",
|
|
89
|
+
"ast-monkey-traverse": "^3.0.4",
|
|
90
90
|
"lodash.intersection": "^4.4.0",
|
|
91
91
|
"lodash.pullall": "^4.2.0",
|
|
92
92
|
"matcher": "^5.0.0",
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
"@types/lodash.pullall": "^4.2.6",
|
|
117
117
|
"@types/node": "^16.11.6",
|
|
118
118
|
"@types/tap": "^15.0.5",
|
|
119
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
120
|
-
"@typescript-eslint/parser": "^5.
|
|
121
|
-
"core-js": "^3.19.
|
|
119
|
+
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
120
|
+
"@typescript-eslint/parser": "^5.3.0",
|
|
121
|
+
"core-js": "^3.19.1",
|
|
122
122
|
"cross-env": "^7.0.3",
|
|
123
123
|
"eslint": "^8.1.0",
|
|
124
|
-
"lect": "^0.18.
|
|
124
|
+
"lect": "^0.18.4",
|
|
125
125
|
"rollup": "^2.59.0",
|
|
126
126
|
"rollup-plugin-ascii": "^0.0.3",
|
|
127
127
|
"rollup-plugin-banner": "^0.2.1",
|