@mikeyt23/node-cli-utils 2.0.8 → 2.0.9
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.
- package/package.json +8 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikeyt23/node-cli-utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Some node cli utility functions",
|
|
5
5
|
"author": "Mike Thompson",
|
|
6
6
|
"license": "MIT",
|
|
@@ -121,19 +121,17 @@
|
|
|
121
121
|
"node": "18.17.1"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@types/node": "^18.
|
|
125
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
126
|
-
"@typescript-eslint/parser": "^6.
|
|
124
|
+
"@types/node": "^18.18.5",
|
|
125
|
+
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
126
|
+
"@typescript-eslint/parser": "^6.7.5",
|
|
127
127
|
"c8": "^8.0.1",
|
|
128
128
|
"dotenv": "^16.3.1",
|
|
129
|
-
"eslint": "^8.
|
|
129
|
+
"eslint": "^8.51.0",
|
|
130
|
+
"swig-cli": "^0.0.15",
|
|
130
131
|
"ts-node": "^10.9.1",
|
|
131
|
-
"tsx": "^3.
|
|
132
|
-
"typedoc": "^0.25.
|
|
132
|
+
"tsx": "^3.13.0",
|
|
133
|
+
"typedoc": "^0.25.2",
|
|
133
134
|
"typedoc-plugin-missing-exports": "^2.1.0",
|
|
134
135
|
"typescript": "^5.2.2"
|
|
135
|
-
},
|
|
136
|
-
"dependencies": {
|
|
137
|
-
"swig-cli": "^0.0.14"
|
|
138
136
|
}
|
|
139
137
|
}
|