check-types-mini 7.0.6 → 7.0.7

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.6
4
+ * @version 7.0.7
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/check-types-mini/}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @name check-types-mini
3
3
  * @fileoverview Validate options object
4
- * @version 7.0.6
4
+ * @version 7.0.7
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.6
14
+ * @version 2.0.7
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.6
22
+ * @version 3.0.7
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.6
30
+ * @version 4.0.7
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.6",
3
+ "version": "7.0.7",
4
4
  "description": "Validate options object",
5
5
  "keywords": [
6
6
  "compare",
@@ -81,8 +81,8 @@
81
81
  },
82
82
  "dependencies": {
83
83
  "@babel/runtime": "^7.16.3",
84
- "arrayiffy-if-string": "^4.0.6",
85
- "ast-monkey-traverse": "^3.0.6",
84
+ "arrayiffy-if-string": "^4.0.7",
85
+ "ast-monkey-traverse": "^3.0.7",
86
86
  "lodash.intersection": "^4.4.0",
87
87
  "lodash.pullall": "^4.2.0",
88
88
  "matcher": "^5.0.0",
@@ -110,21 +110,21 @@
110
110
  "@rollup/plugin-typescript": "^8.3.0",
111
111
  "@types/lodash.intersection": "^4.4.6",
112
112
  "@types/lodash.pullall": "^4.2.6",
113
- "@types/node": "^16.11.9",
113
+ "@types/node": "^16.11.10",
114
114
  "@types/tap": "^15.0.5",
115
- "@typescript-eslint/eslint-plugin": "^5.4.0",
116
- "@typescript-eslint/parser": "^5.4.0",
117
- "core-js": "^3.19.1",
115
+ "@typescript-eslint/eslint-plugin": "^5.5.0",
116
+ "@typescript-eslint/parser": "^5.5.0",
117
+ "core-js": "^3.19.2",
118
118
  "cross-env": "^7.0.3",
119
119
  "eslint": "^8.3.0",
120
- "lect": "^0.18.6",
121
- "rollup": "^2.60.0",
120
+ "lect": "^0.18.7",
121
+ "rollup": "^2.60.1",
122
122
  "rollup-plugin-ascii": "^0.0.3",
123
123
  "rollup-plugin-banner": "^0.2.1",
124
124
  "rollup-plugin-cleanup": "^3.2.1",
125
125
  "rollup-plugin-dts": "^4.0.1",
126
126
  "rollup-plugin-terser": "^7.0.2",
127
- "tap": "^15.1.2",
127
+ "tap": "^15.1.5",
128
128
  "tslib": "^2.3.1",
129
129
  "typescript": "^4.5.2"
130
130
  },