v0.0.101-next.2

This commit is contained in:
TypeScript Bot
2021-12-17 21:10:33 +00:00
parent 8c5a875ae3
commit 5ae7504552
6 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.101-next.1",
"version": "0.0.101-next.2",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/definitions-parser",
"version": "0.0.101-next.1",
"version": "0.0.101-next.2",
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.0.101-next.1",
"version": "0.0.101-next.2",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools#readme",
"license": "MIT",
@@ -21,7 +21,7 @@
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.101-next.1",
"@definitelytyped/definitions-parser": "^0.0.101-next.2",
"@definitelytyped/dtslint": "^0.0.100",
"@definitelytyped/utils": "^0.0.100",
"fs-extra": "^9.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/perf",
"version": "0.0.101-next.1",
"version": "0.0.101-next.2",
"description": "",
"bin": "index.js",
"scripts": {
@@ -16,7 +16,7 @@
},
"dependencies": {
"@azure/cosmos": "^3.6.3",
"@definitelytyped/definitions-parser": "^0.0.101-next.1",
"@definitelytyped/definitions-parser": "^0.0.101-next.2",
"@definitelytyped/header-parser": "^0.0.100",
"@definitelytyped/utils": "^0.0.100",
"@octokit/rest": "^16.33.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@definitelytyped/publisher",
"private": true,
"version": "0.0.101-next.1",
"version": "0.0.101-next.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Publish DefinitelyTyped definitions to NPM",
@@ -9,9 +9,9 @@
"@azure/functions": "^1.2.3",
"@azure/identity": "^1.5.2",
"@azure/keyvault-secrets": "^4.3.0",
"@definitelytyped/definitions-parser": "^0.0.101-next.1",
"@definitelytyped/definitions-parser": "^0.0.101-next.2",
"@definitelytyped/header-parser": "^0.0.100",
"@definitelytyped/retag": "^0.0.101-next.1",
"@definitelytyped/retag": "^0.0.101-next.2",
"@definitelytyped/typescript-versions": "^0.0.100",
"@definitelytyped/utils": "^0.0.100",
"@octokit/rest": "^16.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/retag",
"version": "0.0.101-next.1",
"version": "0.0.101-next.2",
"description": "Refresh tags on all DT-published packages in the @types scope.",
"author": "Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools#readme",
@@ -18,7 +18,7 @@
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.101-next.1",
"@definitelytyped/definitions-parser": "^0.0.101-next.2",
"@definitelytyped/typescript-versions": "^0.0.100",
"@definitelytyped/utils": "^0.0.100",
"yargs": "^15.3.1"