-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: trick renovate to update dependencies for us (#240)
- Loading branch information
1 parent
94779b4
commit 2a94e91
Showing
18 changed files
with
407 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "{{ api.publishName }}", | ||
"version": "0.1.0", | ||
"description": "{{ api.naming.productName }} client for Node.js", | ||
"repository": "googleapis/nodejs-{{ api.naming.productName.toKebabCase() }}", | ||
"license": "Apache-2.0", | ||
"author": "Google LLC", | ||
"files": [ | ||
"build/src", | ||
"build/protos" | ||
], | ||
"main": "build/src/index.js", | ||
"scripts": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"docs-test": "linkinator docs", | ||
"fix": "gts fix", | ||
"lint": "gts check", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.12.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"c8": "^6.0.0", | ||
"gts": "^1.0.0", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"null-loader": "^3.0.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "~3.6.4", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"engines": { | ||
"node": ">=8.13.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "dlp", | ||
"version": "0.1.0", | ||
"description": "Dlp client for Node.js", | ||
"repository": "googleapis/nodejs-dlp", | ||
"license": "Apache-2.0", | ||
"author": "Google LLC", | ||
"files": [ | ||
"build/src", | ||
"build/protos" | ||
], | ||
"main": "build/src/index.js", | ||
"scripts": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"docs-test": "linkinator docs", | ||
"fix": "gts fix", | ||
"lint": "gts check", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.12.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"c8": "^6.0.0", | ||
"gts": "^1.0.0", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"null-loader": "^3.0.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "~3.6.4", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"engines": { | ||
"node": ">=8.13.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "kms", | ||
"version": "0.1.0", | ||
"description": "Kms client for Node.js", | ||
"repository": "googleapis/nodejs-kms", | ||
"license": "Apache-2.0", | ||
"author": "Google LLC", | ||
"files": [ | ||
"build/src", | ||
"build/protos" | ||
], | ||
"main": "build/src/index.js", | ||
"scripts": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"docs-test": "linkinator docs", | ||
"fix": "gts fix", | ||
"lint": "gts check", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.12.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"c8": "^6.0.0", | ||
"gts": "^1.0.0", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"null-loader": "^3.0.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "~3.6.4", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"engines": { | ||
"node": ">=8.13.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "monitoring", | ||
"version": "0.1.0", | ||
"description": "Monitoring client for Node.js", | ||
"repository": "googleapis/nodejs-monitoring", | ||
"license": "Apache-2.0", | ||
"author": "Google LLC", | ||
"files": [ | ||
"build/src", | ||
"build/protos" | ||
], | ||
"main": "build/src/index.js", | ||
"scripts": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"docs-test": "linkinator docs", | ||
"fix": "gts fix", | ||
"lint": "gts check", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.12.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"c8": "^6.0.0", | ||
"gts": "^1.0.0", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"null-loader": "^3.0.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "~3.6.4", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"engines": { | ||
"node": ">=8.13.0" | ||
} | ||
} |
Oops, something went wrong.