Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
feat: add version v3beta1 (#232)
Browse files Browse the repository at this point in the history
* feat: add version v3beta1 to nodejs-translate

* chore(deps): update some vulnerable packages

* npm run fix

* fix timestamp dead links
  • Loading branch information
jkwlui authored and beccasaurus committed Apr 2, 2019
1 parent 4719cf2 commit 17d2de9
Show file tree
Hide file tree
Showing 19 changed files with 4,641 additions and 562 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ system-test/*key.json
*.lock
build
package-lock.json
__pycache__
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"test": "nyc mocha build/test",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"compile": "tsc -p . && npm run copy-js",
"copy-js": "cp -r src/v3beta1 build/src/ && cp -r protos build/ && cp test/*.js build/test",
"fix": "gts fix && eslint --fix '**/*.js'",
"prepare": "npm run compile",
"pretest": "npm run compile",
Expand All @@ -49,12 +50,15 @@
"@google-cloud/promisify": "^0.4.0",
"arrify": "^1.0.1",
"extend": "^3.0.1",
"google-gax": "^0.25.4",
"is": "^3.2.1",
"is-html": "^1.1.0",
"lodash.merge": "^4.6.1",
"protobufjs": "^6.8.8",
"teeny-request": "^3.4.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"@google-cloud/nodejs-repo-tools": "^3.2.0",
"@types/arrify": "^1.0.4",
"@types/extend": "^3.0.0",
"@types/is": "0.0.21",
Expand All @@ -68,16 +72,16 @@
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"gts": "^0.9.0",
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"linkinator": "^1.1.2",
"mocha": "^6.0.0",
"nyc": "^13.0.0",
"nyc": "^13.3.0",
"power-assert": "^1.6.0",
"prettier": "^1.13.5",
"proxyquire": "^2.0.1",
"source-map-support": "^0.5.6",
"typescript": "~3.4.0",
"linkinator": "^1.1.2"
"typescript": "~3.4.0"
}
}
Loading

0 comments on commit 17d2de9

Please sign in to comment.