🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@changesets/config

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/config - npm Package Compare versions

Comparing version
4.0.0-next.6
to
4.0.0-next.7
+0
-1
dist/index.d.mts
import { Config, Packages, WrittenConfig } from "@changesets/types";
//#region src/parse.d.ts

@@ -4,0 +3,0 @@ type ParseResult = {

+1
-1

@@ -928,3 +928,3 @@ import fs from "node:fs/promises";

//#region package.json
var version = "4.0.0-next.6";
var version = "4.0.0-next.7";
//#endregion

@@ -931,0 +931,0 @@ //#region src/defaults.ts

{
"name": "@changesets/config",
"version": "4.0.0-next.6",
"version": "4.0.0-next.7",
"description": "Utilities for reading and parsing Changeset's config",

@@ -24,5 +24,5 @@ "license": "MIT",

"picomatch": "^4.0.4",
"@changesets/get-dependents-graph": "^3.0.0-next.6",
"@changesets/should-skip-package": "^1.0.0-next.6",
"@changesets/types": "^7.0.0-next.6"
"@changesets/get-dependents-graph": "^3.0.0-next.7",
"@changesets/should-skip-package": "^1.0.0-next.7",
"@changesets/types": "^7.0.0-next.7"
},

@@ -32,3 +32,3 @@ "devDependencies": {

"@valibot/to-json-schema": "^1.7.1",
"valibot": "^1.4.1",
"valibot": "^1.4.2",
"@changesets/test-utils": "0.0.9-next.3"

@@ -40,3 +40,3 @@ },

"inlinedDependencies": {
"valibot": "1.4.1"
"valibot": "1.4.2"
},

@@ -43,0 +43,0 @@ "scripts": {