Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing #1480

Merged
merged 1 commit into from
Aug 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ addons:
packages:
- g++-4.8
before_install:
- npm install shelljs
- node ./scripts/link.js
- export CXX=g++-4.8
- "$CXX --version"
script: "./scripts/build.sh"
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lodash.template": "^4.3.0",
"mitm": "^1.1.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.1",
"mocha": "^2.5.3",
"propprop": "^0.3.0",
"proxyquire": "^1.7.10",
"request": "^2.70.0",
Expand All @@ -25,9 +25,7 @@
"through2": "^2.0.0"
},
"scripts": {
"link-modules": "node ./scripts/link.js",
"install-module-dependencies": "node ./scripts/install.js",
"postinstall": "npm run link-modules && npm run install-module-dependencies",
"postinstall": "node ./scripts/install.js",
"docs": "node ./scripts/docs/packages.js",
"bundle": "node ./scripts/docs/bundle.js",
"lint": "jshint scripts/ packages/ system-test/ test/ && jscs packages/ system-test/ test/",
Expand Down
6 changes: 3 additions & 3 deletions packages/bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google BigQuery Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",

This comment was marked as spam.

"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -68,7 +68,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js bigquery",
"publish-module": "node ../../scripts/publish.js bigquery",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/bigtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigtable",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Bigtable Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -74,7 +74,7 @@
"sinon": "^1.17.4"
},
"scripts": {
"publish": "node ../../scripts/publish.js bigtable",
"publish-module": "node ../../scripts/publish.js bigtable",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/common",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Common components for Google Cloud APIs Node.js Client Libraries",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -66,7 +66,7 @@
"sinon": "^1.17.4"
},
"scripts": {
"publish": "node ../../scripts/publish.js common",
"publish-module": "node ../../scripts/publish.js common",
"test": "mocha test/*.js"
},
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/compute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/compute",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Compute Engine Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -67,7 +67,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js compute",
"publish-module": "node ../../scripts/publish.js compute",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/datastore",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Datastore Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -70,7 +70,7 @@
"through2": "^2.0.0"
},
"scripts": {
"publish": "node ../../scripts/publish.js datastore",
"publish-module": "node ../../scripts/publish.js datastore",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/dns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dns",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud DNS Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -66,7 +66,7 @@
"tmp": "0.0.27"
},
"scripts": {
"publish": "../../scripts/publish dns",
"publish-module": "node ../../scripts/publish.js dns",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
32 changes: 16 additions & 16 deletions packages/google-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-cloud",
"version": "0.37.0",
"version": "0.38.3",
"author": "Google Inc.",
"description": "Google Cloud APIs Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -94,25 +94,25 @@
],
"dependencies": {
"extend": "^3.0.0",
"@google-cloud/bigquery": "0.1.0",
"@google-cloud/bigtable": "0.1.0",
"@google-cloud/compute": "0.1.0",
"@google-cloud/datastore": "0.1.0",
"@google-cloud/dns": "0.1.0",
"@google-cloud/language": "0.1.0",
"@google-cloud/logging": "0.1.0",
"@google-cloud/prediction": "0.1.0",
"@google-cloud/pubsub": "0.1.0",
"@google-cloud/resource": "0.1.0",
"@google-cloud/storage": "0.1.0",
"@google-cloud/translate": "0.1.0",
"@google-cloud/vision": "0.1.0"
"@google-cloud/bigquery": "^0.1.1",
"@google-cloud/bigtable": "^0.1.1",
"@google-cloud/compute": "^0.1.1",
"@google-cloud/datastore": "^0.1.1",
"@google-cloud/dns": "^0.1.1",
"@google-cloud/language": "^0.1.1",
"@google-cloud/logging": "^0.1.1",
"@google-cloud/prediction": "^0.1.1",
"@google-cloud/pubsub": "^0.1.1",
"@google-cloud/resource": "^0.1.1",
"@google-cloud/storage": "^0.1.1",
"@google-cloud/translate": "^0.1.1",
"@google-cloud/vision": "^0.1.1"
},
"devDependencies": {
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js google-cloud",
"publish-module": "node ../../scripts/publish.js google-cloud",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/language",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Natural Language Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -66,7 +66,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "../../scripts/publish.js language",
"publish-module": "node ../../scripts/publish.js language",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/logging",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Logging Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -69,7 +69,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js logging",
"publish-module": "node ../../scripts/publish.js logging",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/prediction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/prediction",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Prediction Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -69,7 +69,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js prediction",
"publish-module": "node ../../scripts/publish.js prediction",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/pubsub",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Pub/Sub Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -64,7 +64,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js pubsub",
"publish-module": "node ../../scripts/publish.js pubsub",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/resource",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Resource Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -61,7 +61,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js resource",
"publish-module": "node ../../scripts/publish.js resource",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/storage",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Storage Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -78,7 +78,7 @@
"tmp": "0.0.27"
},
"scripts": {
"publish": "node ../../scripts/publish.js storage",
"publish-module": "node ../../scripts/publish.js storage",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down
Loading