@form8ion/utils-cli 13.1.9 → 13.1.10

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.
@@ -1478,7 +1478,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1478
1478
  var name = "@form8ion/utils-cli";
1479
1479
  var description = "cli for various tools for the organization";
1480
1480
  var license = "MIT";
1481
- var version = "13.1.9";
1481
+ var version = "13.1.10";
1482
1482
  var type = "module";
1483
1483
  var engines = {
1484
1484
  node: "^20.19.0 || >=22.14.0"
@@ -1534,7 +1534,7 @@ var dependencies = {
1534
1534
  "@form8ion/codecov": "6.2.0",
1535
1535
  "@form8ion/core": "4.10.0",
1536
1536
  "@form8ion/cucumber-scaffolder": "5.1.0",
1537
- "@form8ion/github": "3.0.0-beta.16",
1537
+ "@form8ion/github": "3.0.0",
1538
1538
  "@form8ion/github-actions-node-ci": "5.0.2",
1539
1539
  "@form8ion/github-core": "1.1.3",
1540
1540
  "@form8ion/hapi-scaffolder": "4.1.1",
@@ -1587,18 +1587,18 @@ var devDependencies = {
1587
1587
  "mdast-util-from-markdown": "2.0.2",
1588
1588
  "mdast-zone": "6.1.0",
1589
1589
  "mock-fs": "5.5.0",
1590
- msw: "2.9.0",
1590
+ msw: "2.10.0",
1591
1591
  "npm-run-all2": "8.0.4",
1592
1592
  publint: "0.3.12",
1593
1593
  "remark-cli": "12.0.1",
1594
1594
  rimraf: "6.0.1",
1595
- rollup: "4.41.1",
1595
+ rollup: "4.42.0",
1596
1596
  "rollup-plugin-auto-external": "2.0.0",
1597
1597
  "rollup-plugin-executable": "1.6.3",
1598
1598
  testdouble: "3.20.2",
1599
1599
  "unist-util-find": "3.0.0",
1600
- vitest: "3.2.0",
1601
- "vitest-when": "0.6.0"
1600
+ vitest: "3.2.2",
1601
+ "vitest-when": "0.6.1"
1602
1602
  };
1603
1603
  var pkg = {
1604
1604
  name: name,
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": "13.1.9",
5
+ "version": "13.1.10",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^20.19.0 || >=22.14.0"
@@ -58,7 +58,7 @@
58
58
  "@form8ion/codecov": "6.2.0",
59
59
  "@form8ion/core": "4.10.0",
60
60
  "@form8ion/cucumber-scaffolder": "5.1.0",
61
- "@form8ion/github": "3.0.0-beta.16",
61
+ "@form8ion/github": "3.0.0",
62
62
  "@form8ion/github-actions-node-ci": "5.0.2",
63
63
  "@form8ion/github-core": "1.1.3",
64
64
  "@form8ion/hapi-scaffolder": "4.1.1",
@@ -111,17 +111,17 @@
111
111
  "mdast-util-from-markdown": "2.0.2",
112
112
  "mdast-zone": "6.1.0",
113
113
  "mock-fs": "5.5.0",
114
- "msw": "2.9.0",
114
+ "msw": "2.10.0",
115
115
  "npm-run-all2": "8.0.4",
116
116
  "publint": "0.3.12",
117
117
  "remark-cli": "12.0.1",
118
118
  "rimraf": "6.0.1",
119
- "rollup": "4.41.1",
119
+ "rollup": "4.42.0",
120
120
  "rollup-plugin-auto-external": "2.0.0",
121
121
  "rollup-plugin-executable": "1.6.3",
122
122
  "testdouble": "3.20.2",
123
123
  "unist-util-find": "3.0.0",
124
- "vitest": "3.2.0",
125
- "vitest-when": "0.6.0"
124
+ "vitest": "3.2.2",
125
+ "vitest-when": "0.6.1"
126
126
  }
127
127
  }