@form8ion/utils-cli 10.1.47 → 10.1.49

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.
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1876
1876
  var name = "@form8ion/utils-cli";
1877
1877
  var description = "cli for various tools for the organization";
1878
1878
  var license = "MIT";
1879
- var version = "10.1.47";
1879
+ var version = "10.1.49";
1880
1880
  var type = "module";
1881
1881
  var engines = {
1882
1882
  node: "^18.17.0 || >=20.6.1"
@@ -1945,8 +1945,8 @@ var dependencies = {
1945
1945
  "@form8ion/scaffolder-scaffolder": "6.0.5",
1946
1946
  "@form8ion/vite": "2.0.1",
1947
1947
  "@form8ion/vitest": "4.2.0",
1948
- "@travi/github-scaffolder": "10.1.0",
1949
- "update-notifier": "7.0.0",
1948
+ "@travi/github-scaffolder": "10.3.1",
1949
+ "update-notifier": "7.1.0",
1950
1950
  yargs: "17.7.2"
1951
1951
  };
1952
1952
  var devDependencies = {
@@ -1982,16 +1982,16 @@ var devDependencies = {
1982
1982
  "npm-run-all2": "6.2.2",
1983
1983
  publint: "0.2.8",
1984
1984
  "remark-cli": "12.0.1",
1985
- rimraf: "6.0.0",
1985
+ rimraf: "6.0.1",
1986
1986
  rollup: "4.18.1",
1987
1987
  "rollup-plugin-auto-external": "2.0.0",
1988
1988
  "rollup-plugin-executable": "1.6.3",
1989
1989
  "rollup-plugin-json": "4.0.0",
1990
1990
  testdouble: "3.20.2",
1991
1991
  "unist-util-find": "3.0.0",
1992
- vitest: "2.0.1"
1992
+ vitest: "2.0.2"
1993
1993
  };
1994
- var packageManager = "npm@10.8.1";
1994
+ var packageManager = "npm@10.8.2";
1995
1995
  var pkg = {
1996
1996
  name: name,
1997
1997
  description: description,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/utils-cli",
3
3
  "description": "cli for various tools for the organization",
4
4
  "license": "MIT",
5
- "version": "10.1.47",
5
+ "version": "10.1.49",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17.0 || >=20.6.1"
@@ -71,8 +71,8 @@
71
71
  "@form8ion/scaffolder-scaffolder": "6.0.5",
72
72
  "@form8ion/vite": "2.0.1",
73
73
  "@form8ion/vitest": "4.2.0",
74
- "@travi/github-scaffolder": "10.1.0",
75
- "update-notifier": "7.0.0",
74
+ "@travi/github-scaffolder": "10.3.1",
75
+ "update-notifier": "7.1.0",
76
76
  "yargs": "17.7.2"
77
77
  },
78
78
  "devDependencies": {
@@ -108,14 +108,14 @@
108
108
  "npm-run-all2": "6.2.2",
109
109
  "publint": "0.2.8",
110
110
  "remark-cli": "12.0.1",
111
- "rimraf": "6.0.0",
111
+ "rimraf": "6.0.1",
112
112
  "rollup": "4.18.1",
113
113
  "rollup-plugin-auto-external": "2.0.0",
114
114
  "rollup-plugin-executable": "1.6.3",
115
115
  "rollup-plugin-json": "4.0.0",
116
116
  "testdouble": "3.20.2",
117
117
  "unist-util-find": "3.0.0",
118
- "vitest": "2.0.1"
118
+ "vitest": "2.0.2"
119
119
  },
120
- "packageManager": "npm@10.8.1"
120
+ "packageManager": "npm@10.8.2"
121
121
  }