@pragmatic-divops/cli 1.11.33 → 1.11.34

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.
@@ -1466,7 +1466,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1466
1466
  var name = "@pragmatic-divops/cli";
1467
1467
  var description = "cli for various organization tools";
1468
1468
  var license = "MIT";
1469
- var version = "1.11.33";
1469
+ var version = "1.11.34";
1470
1470
  var type = "module";
1471
1471
  var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
1472
1472
  var repository = "pragmatic-divops/cli";
@@ -1518,7 +1518,7 @@ var dependencies = {
1518
1518
  "@form8ion/eslint-config-extender": "10.0.3",
1519
1519
  "@form8ion/gatsby": "1.0.3",
1520
1520
  "@form8ion/github": "2.1.2",
1521
- "@form8ion/github-actions-node-ci": "5.0.1",
1521
+ "@form8ion/github-actions-node-ci": "5.0.2",
1522
1522
  "@form8ion/javascript": "14.3.1",
1523
1523
  "@form8ion/javascript-core": "12.3.0",
1524
1524
  "@form8ion/lift": "11.0.0",
@@ -1558,12 +1558,12 @@ var devDependencies = {
1558
1558
  "remark-cli": "12.0.1",
1559
1559
  "remark-toc": "9.0.0",
1560
1560
  rimraf: "6.0.1",
1561
- rollup: "4.36.0",
1561
+ rollup: "4.38.0",
1562
1562
  "rollup-plugin-auto-external": "2.0.0",
1563
1563
  "rollup-plugin-executable": "1.6.3",
1564
1564
  "rollup-plugin-json": "4.0.0",
1565
1565
  testdouble: "3.20.2",
1566
- vitest: "3.0.9"
1566
+ vitest: "3.1.1"
1567
1567
  };
1568
1568
  var pkg = {
1569
1569
  name: name,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@pragmatic-divops/cli",
3
3
  "description": "cli for various organization tools",
4
4
  "license": "MIT",
5
- "version": "1.11.33",
5
+ "version": "1.11.34",
6
6
  "type": "module",
7
7
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
8
8
  "repository": "pragmatic-divops/cli",
@@ -54,7 +54,7 @@
54
54
  "@form8ion/eslint-config-extender": "10.0.3",
55
55
  "@form8ion/gatsby": "1.0.3",
56
56
  "@form8ion/github": "2.1.2",
57
- "@form8ion/github-actions-node-ci": "5.0.1",
57
+ "@form8ion/github-actions-node-ci": "5.0.2",
58
58
  "@form8ion/javascript": "14.3.1",
59
59
  "@form8ion/javascript-core": "12.3.0",
60
60
  "@form8ion/lift": "11.0.0",
@@ -94,11 +94,11 @@
94
94
  "remark-cli": "12.0.1",
95
95
  "remark-toc": "9.0.0",
96
96
  "rimraf": "6.0.1",
97
- "rollup": "4.36.0",
97
+ "rollup": "4.38.0",
98
98
  "rollup-plugin-auto-external": "2.0.0",
99
99
  "rollup-plugin-executable": "1.6.3",
100
100
  "rollup-plugin-json": "4.0.0",
101
101
  "testdouble": "3.20.2",
102
- "vitest": "3.0.9"
102
+ "vitest": "3.1.1"
103
103
  }
104
104
  }