@sanity/pkg-utils 10.5.7 → 10.5.8

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { cac } from "cac";
2
- var version = "10.5.7";
2
+ var version = "10.5.8";
3
3
  const cli = cac();
4
4
  cli.command("", "Check").alias("check").option("--strict", "Strict mode").option("--tsconfig [tsconfig]", "[string] tsconfig.json").action(async (options) => {
5
5
  const { checkAction } = await import("./_chunks-es/checkAction.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/pkg-utils",
3
- "version": "10.5.7",
3
+ "version": "10.5.8",
4
4
  "description": "Simple utilities for modern npm packages.",
5
5
  "keywords": [
6
6
  "sanity-io",
@@ -74,8 +74,8 @@
74
74
  "pretty-bytes": "^7.1.0",
75
75
  "prompts": "^2.4.2",
76
76
  "rimraf": "^6.1.3",
77
- "rolldown": "1.1.1",
78
- "rolldown-plugin-dts": "0.25.2",
77
+ "rolldown": "1.1.2",
78
+ "rolldown-plugin-dts": "0.26.0",
79
79
  "rollup": "^4.62.0",
80
80
  "rollup-plugin-esbuild": "^6.2.1",
81
81
  "rxjs": "^7.8.2",
@@ -99,7 +99,7 @@
99
99
  "rollup-plugin-visualizer": "^7.0.1",
100
100
  "semver": "^7.8.4",
101
101
  "typescript": "6.0.3",
102
- "vitest": "^4.1.8",
102
+ "vitest": "^4.1.9",
103
103
  "@sanity/tsconfig": "^2.1.0"
104
104
  },
105
105
  "peerDependencies": {