cli-argv-util 0.1.0 → 0.1.1
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/LICENSE.txt +1 -1
- package/dist/cli-argv-util.d.ts +1 -1
- package/dist/cli-argv-util.js +1 -1
- package/dist/cli-argv-util.umd.cjs +1 -1
- package/package.json +6 -6
package/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022 Individual contributors to cli-argv-util
|
|
3
|
+
Copyright (c) 2022-2023 Individual contributors to cli-argv-util
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dist/cli-argv-util.d.ts
CHANGED
package/dist/cli-argv-util.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//! cli-argv-util v0.1.
|
|
1
|
+
//! cli-argv-util v0.1.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
|
|
2
2
|
|
|
3
3
|
(function (factory) {
|
|
4
4
|
if (typeof module === "object" && typeof module.exports === "object") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-argv-util",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Simple utility to parse command line parameters and flags (arguments vector)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@types/node": "~18.11",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
78
|
-
"@typescript-eslint/parser": "~5.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "~5.49",
|
|
78
|
+
"@typescript-eslint/parser": "~5.49",
|
|
79
79
|
"add-dist-header": "~0.3",
|
|
80
80
|
"assert-deep-strict-equal": "~1.0",
|
|
81
81
|
"copy-file-util": "~0.1",
|
|
82
|
-
"eslint": "~8.
|
|
82
|
+
"eslint": "~8.32",
|
|
83
83
|
"jshint": "~2.13",
|
|
84
|
-
"mocha": "~10.
|
|
85
|
-
"rimraf": "~
|
|
84
|
+
"mocha": "~10.2",
|
|
85
|
+
"rimraf": "~4.1",
|
|
86
86
|
"run-scripts-util": "~0.1",
|
|
87
87
|
"typescript": "~4.9"
|
|
88
88
|
}
|