Socket
Socket
Sign inDemoInstall

@changesets/types

Package Overview
Dependencies
0
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

6

CHANGELOG.md
# @changesets/types
## 4.0.1
### Patch Changes
- [#582](https://github.com/atlassian/changesets/pull/582) [`e89e28a`](https://github.com/atlassian/changesets/commit/e89e28a05f5fa43307db73812a6bcd269b62ddee) Thanks [@Andarist](https://github.com/Andarist)! - Add support for publishConfig.registry
## 4.0.0

@@ -4,0 +10,0 @@

1

dist/declarations/src/index.d.ts

@@ -47,2 +47,3 @@ declare const DEPENDENCY_TYPES: readonly ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies"];

directory?: string;
registry?: string;
};

@@ -49,0 +50,0 @@ };

2

package.json
{
"name": "@changesets/types",
"version": "4.0.0",
"version": "4.0.1",
"description": "Common types shared between changeset packages",

@@ -5,0 +5,0 @@ "main": "dist/types.cjs.js",

@@ -54,2 +54,3 @@ // NB: Bolt check uses a different dependnecy set to every other package.

directory?: string;
registry?: string;
};

@@ -56,0 +57,0 @@ };

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