Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ts-type/package-dts

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-type/package-dts - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.24](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.23...@ts-type/package-dts@1.0.24) (2020-06-19)
### ✨ Features
* **type:** export type { ReleaseType as IReleaseType } from 'semver'; ([efd5678](https://github.com/bluelovers/ws-ts-type/commit/efd56786a0c4d0f44d1a29de33eed3e8f725e5a6))
## [1.0.23](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.22...@ts-type/package-dts@1.0.23) (2020-06-19)

@@ -8,0 +19,0 @@

5

lerna-json.d.ts

@@ -6,6 +6,8 @@ /**

import { ITSPartialPick } from 'ts-type/lib/type/record';
import type { ReleaseType as IReleaseType } from 'semver';
export declare type INpmClient = string | 'npm' | 'yarn' | 'lerna';
export type { IReleaseType };
export interface ILernaJsonCommand extends ITSPartialPick<AJSONSchemaForLernaJsonFiles["command"], keyof AJSONSchemaForLernaJsonFiles["command"]> {
publish?: {
"bump"?: string | "patch";
"bump"?: IReleaseType;
"conventionalCommits"?: boolean;

@@ -15,2 +17,3 @@ "conventionalGraduate"?: boolean;

"version"?: {
"bump"?: IReleaseType;
"conventionalCommits"?: boolean;

@@ -17,0 +20,0 @@ "changelogPreset"?: string | "@bluelovers/conventional-changelog-bluelovers";

{
"name": "@ts-type/package-dts",
"version": "1.0.23",
"version": "1.0.24",
"private": false,

@@ -60,2 +60,3 @@ "description": "A Typescript type definition for NPM package json",

"dependencies": {
"@types/semver": "^7.2.0",
"ts-type": "^1.2.23"

@@ -72,3 +73,3 @@ },

},
"gitHead": "5a7f544646d2d26a2f5c504c83de4f4029ec7f7f",
"gitHead": "a20f8ee3c34166693eff567617c8e3e6d2ae67b1",
"sharedDependencies": {

@@ -75,0 +76,0 @@ "eslint-config-bluelovers": "latest"

lerna-json.js.map

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc