Socket
Socket
Sign inDemoInstall

@changesets/config

Package Overview
Dependencies
57
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

11

CHANGELOG.md
# @changesets/config
## 1.0.3
### Patch Changes
- [`1706fb7`](https://github.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716) [#321](https://github.com/atlassian/changesets/pull/321) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix TypeScript declarations
- Updated dependencies [[`1706fb7`](https://github.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716)]:
- @changesets/errors@0.1.4
- @changesets/logger@0.0.5
- @changesets/types@2.0.1
## 1.0.2

@@ -4,0 +15,0 @@

8

dist/config.cjs.dev.js

@@ -14,3 +14,3 @@ 'use strict';

name: "@changesets/config",
version: "1.0.2",
version: "1.0.3",
description: "Utilities for reading and parsing Changeset's config",

@@ -26,5 +26,5 @@ main: "dist/config.cjs.js",

dependencies: {
"@changesets/errors": "^0.1.3",
"@changesets/logger": "^0.0.4",
"@changesets/types": "^2.0.0",
"@changesets/errors": "^0.1.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^2.0.1",
"@manypkg/get-packages": "^1.0.1",

@@ -31,0 +31,0 @@ "fs-extra": "^7.0.1"

@@ -13,3 +13,3 @@ "use strict";

name: "@changesets/config",
version: "1.0.2",
version: "1.0.3",
description: "Utilities for reading and parsing Changeset's config",

@@ -22,5 +22,5 @@ main: "dist/config.cjs.js",

dependencies: {
"@changesets/errors": "^0.1.3",
"@changesets/logger": "^0.0.4",
"@changesets/types": "^2.0.0",
"@changesets/errors": "^0.1.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^2.0.1",
"@manypkg/get-packages": "^1.0.1",

@@ -27,0 +27,0 @@ "fs-extra": "^7.0.1"

@@ -8,3 +8,3 @@ import { readJSON } from 'fs-extra';

name: "@changesets/config",
version: "1.0.2",
version: "1.0.3",
description: "Utilities for reading and parsing Changeset's config",

@@ -20,5 +20,5 @@ main: "dist/config.cjs.js",

dependencies: {
"@changesets/errors": "^0.1.3",
"@changesets/logger": "^0.0.4",
"@changesets/types": "^2.0.0",
"@changesets/errors": "^0.1.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^2.0.1",
"@manypkg/get-packages": "^1.0.1",

@@ -25,0 +25,0 @@ "fs-extra": "^7.0.1"

import { Packages } from "@manypkg/get-packages";
import { Config, WrittenConfig } from "@changesets/types";
export declare let defaultWrittenConfig: {

@@ -10,4 +11,4 @@ readonly $schema: string;

};
export declare let read: (cwd: string, packages: Packages) => Promise<any>;
export declare let parse: (json: any, packages: Packages) => any;
export declare let defaultConfig: any;
export declare let read: (cwd: string, packages: Packages) => Promise<Config>;
export declare let parse: (json: WrittenConfig, packages: Packages) => Config;
export declare let defaultConfig: Config;
{
"name": "@changesets/config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utilities for reading and parsing Changeset's config",

@@ -14,5 +14,5 @@ "main": "dist/config.cjs.js",

"dependencies": {
"@changesets/errors": "^0.1.3",
"@changesets/logger": "^0.0.4",
"@changesets/types": "^2.0.0",
"@changesets/errors": "^0.1.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^2.0.1",
"@manypkg/get-packages": "^1.0.1",

@@ -19,0 +19,0 @@ "fs-extra": "^7.0.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc