File tree 37 files changed +67
-67
lines changed
37 files changed +67
-67
lines changed Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs10
14
+ runtime : nodejs12
15
15
16
16
# [START gae_analytics_env_variables]
17
17
env_variables :
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"start" : " node app.js" ,
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
14
14
# [START app_yaml]
15
- runtime : nodejs10
15
+ runtime : nodejs12
16
16
# [END app_yaml]
Original file line number Diff line number Diff line change 14
14
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
15
15
},
16
16
"engines" : {
17
- "node" : " >=8.0.0 "
17
+ "node" : " 12.x.x "
18
18
},
19
19
"author" : " Google Inc." ,
20
20
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
14
14
# [START app_yaml]
15
- runtime : nodejs10
15
+ runtime : nodejs12
16
16
# [END app_yaml]
Original file line number Diff line number Diff line change 14
14
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
15
15
},
16
16
"engines" : {
17
- "node" : " >=8.0.0 "
17
+ "node" : " 12.x.x "
18
18
},
19
19
"author" : " Google Inc." ,
20
20
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs8
14
+ runtime : nodejs12
15
15
16
16
# [START gae_mysql_env]
17
17
# The following env variables may contain sensitive information that grants
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"unit-test" : " mocha test/createTables.test.js --timeout=60000 && mocha test/server.test.js" ,
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs8
14
+ runtime : nodejs12
15
15
16
16
# [START gae_postgres_env]
17
17
# The following env variables may contain sensitive information that grants
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"unit-test" : " mocha test/createTables.test.js --timeout=30000 && mocha test/server.test.js" ,
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs10
14
+ runtime : nodejs12
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"start" : " node app.js" ,
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"deploy" : " gcloud app deploy" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appengine-hello-world" ,
3
3
"description" : " Simple Hello World Node.js sample for Google App Engine Flexible Environment." ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"private" : true ,
6
6
"license" : " Apache-2.0" ,
7
7
"author" : " Google Inc." ,
10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.18.4 "
14
14
},
15
15
"scripts" : {
16
16
"start" : " node app.js" ,
17
17
"test" : " mocha --exit test/*.test.js"
18
18
},
19
19
"dependencies" : {
20
- "express" : " ^4.16.3 "
20
+ "express" : " ^4.17.1 "
21
21
},
22
22
"devDependencies" : {
23
- "mocha" : " ^8.0.0 " ,
23
+ "mocha" : " ^8.1.3 " ,
24
24
"supertest" : " ^4.0.2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
14
14
# [START gae_quickstart_yaml]
15
- runtime : nodejs10
15
+ runtime : nodejs12
16
16
# [END gae_quickstart_yaml]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appengine-hello-world" ,
3
3
"description" : " Simple Hello World Node.js sample for Google App Engine Standard Environment." ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"private" : true ,
6
6
"license" : " Apache-2.0" ,
7
7
"author" : " Google Inc." ,
10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8 .0.0"
13
+ "node" : " >=12 .0.0"
14
14
},
15
15
"scripts" : {
16
16
"start" : " node app.js" ,
17
17
"test" : " mocha --exit test/*.test.js"
18
18
},
19
19
"dependencies" : {
20
- "express" : " ^4.16.3 "
20
+ "express" : " ^4.17.1 "
21
21
},
22
22
"devDependencies" : {
23
- "mocha" : " ^8.0.0 " ,
23
+ "mocha" : " ^8.1.3 " ,
24
24
"supertest" : " ^4.0.2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
14
14
# [START gae_mailjet_yaml]
15
- runtime : nodejs10
15
+ runtime : nodejs12
16
16
17
17
# The following env variables may contain sensitive information that grants
18
18
# anyone access to your Mailjet account. Do not add this file to your source
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"start" : " node app.js" ,
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs10
14
+ runtime : nodejs12
15
15
16
16
# [START gae_redislabs_memcache_yaml]
17
17
# The following env variables may contain sensitive information that grants
Original file line number Diff line number Diff line change 6
6
"license" : " Apache Version 2.0" ,
7
7
"author" : " Google Inc." ,
8
8
"engines" : {
9
- "node" : " >=8.0.0 "
9
+ "node" : " 12.x.x "
10
10
},
11
11
"scripts" : {
12
12
"start" : " node app.js" ,
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"system-test" : " mocha --exit test/*.test.js" ,
17
17
"test" : " npm run system-test"
18
18
},
19
19
"dependencies" : {
20
- "express" : " ^4.16.4 " ,
21
- "got" : " ^11.0 .0"
20
+ "express" : " ^4.17.1 " ,
21
+ "got" : " ^11.7 .0"
22
22
},
23
23
"devDependencies" : {
24
- "mocha" : " ^8.0.0 " ,
24
+ "mocha" : " ^8.1.3 " ,
25
25
"supertest" : " ^4.0.2"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs10
14
+ runtime : nodejs12
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
11
11
},
12
12
"engines" : {
13
- "node" : " >=8.0.0 "
13
+ "node" : " 12.x.x "
14
14
},
15
15
"scripts" : {
16
16
"system-test" : " mocha --exit test/*.test.js" ,
17
17
"test" : " npm run system-test"
18
18
},
19
19
"dependencies" : {
20
- "express" : " ^4.16.4 " ,
21
- "got" : " ^11.0 .0"
20
+ "express" : " ^4.17.1 " ,
21
+ "got" : " ^11.7 .0"
22
22
},
23
23
"devDependencies" : {
24
- "mocha" : " ^8.0.0 " ,
24
+ "mocha" : " ^8.1.3 " ,
25
25
"supertest" : " ^4.0.2"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- runtime : nodejs10
15
+ runtime : nodejs12
16
16
17
17
instance_class : F2
18
18
Original file line number Diff line number Diff line change 6
6
"license" : " Apache Version 2.0" ,
7
7
"author" : " Google Inc." ,
8
8
"engines" : {
9
- "node" : " >=8.0.0 "
9
+ "node" : " 12.x.x "
10
10
},
11
11
"scripts" : {
12
12
"start" : " node app.js" ,
13
13
"test" : " mocha test/*.test.js --timeout=30000 --exit"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/pubsub" : " ^2.0 .0" ,
17
- "body-parser" : " ^1.18.3 " ,
18
- "express" : " ^4.16.3 " ,
19
- "google-auth-library" : " ^6.0.0 " ,
16
+ "@google-cloud/pubsub" : " ^2.5 .0" ,
17
+ "body-parser" : " ^1.19.0 " ,
18
+ "express" : " ^4.17.1 " ,
19
+ "google-auth-library" : " ^6.0.6 " ,
20
20
"path" : " ^0.12.7" ,
21
21
"pug" : " ^3.0.0" ,
22
- "wait-port" : " ^0.2.7 "
22
+ "wait-port" : " ^0.2.9 "
23
23
},
24
24
"devDependencies" : {
25
25
"jsonwebtoken" : " ^8.5.1" ,
26
26
"chai" : " ^4.2.0" ,
27
- "mocha" : " ^8.0.0 " ,
28
- "sinon" : " ^9.0.0 " ,
29
- "uuid" : " ^8.0 .0" ,
27
+ "mocha" : " ^8.1.3 " ,
28
+ "sinon" : " ^9.0.3 " ,
29
+ "uuid" : " ^8.3 .0" ,
30
30
"supertest" : " ^4.0.2" ,
31
31
"proxyquire" : " ^2.1.3"
32
32
}
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs10
14
+ runtime : nodejs12
15
15
16
16
# [START gae_sendgrid_yaml]
17
17
# The following env variables may contain sensitive information that grants
Original file line number Diff line number Diff line change 6
6
"license" : " Apache Version 2.0" ,
7
7
"author" : " Google Inc." ,
8
8
"engines" : {
9
- "node" : " >=8.0.0 "
9
+ "node" : " 12.x.x "
10
10
},
11
11
"scripts" : {
12
12
"start" : " node app.js" ,
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- runtime : nodejs10
14
+ runtime : nodejs12
15
15
16
16
handlers :
17
17
- url : /static
Original file line number Diff line number Diff line change 6
6
"license" : " Apache Version 2.0" ,
7
7
"author" : " Google Inc." ,
8
8
"engines" : {
9
- "node" : " >=8.0.0 "
9
+ "node" : " 12.x.x "
10
10
},
11
11
"scripts" : {
12
12
"start" : " node app.js" ,
Original file line number Diff line number Diff line change 6
6
"test" : " mocha system-test/*.test.js --exit --timeout=30000"
7
7
},
8
8
"engines" : {
9
- "node" : " >=8.0.0 "
9
+ "node" : " 12.18.4 "
10
10
},
11
11
"dependencies" : {
12
- "@google-cloud/storage" : " ^5.0 .0" ,
13
- "body-parser" : " ^1.18.3 " ,
14
- "express" : " ^4.16.4 " ,
15
- "multer" : " ^1.4.1 " ,
12
+ "@google-cloud/storage" : " ^5.3 .0" ,
13
+ "body-parser" : " ^1.19.0 " ,
14
+ "express" : " ^4.17.0 " ,
15
+ "multer" : " ^1.4.2 " ,
16
16
"pug" : " ^3.0.0"
17
17
},
18
18
"devDependencies" : {
19
- "mocha" : " ^8.0.0 " ,
19
+ "mocha" : " ^8.1.3 " ,
20
20
"supertest" : " ^4.0.2" ,
21
21
"proxyquire" : " ^2.1.3"
22
22
}
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
14
14
# [START gae_storage_yaml]
15
- runtime : nodejs10
15
+ runtime : nodejs12
16
16
17
17
env_variables :
18
18
GCLOUD_STORAGE_BUCKET : YOUR_BUCKET_NAME
You can’t perform that action at this time.
0 commit comments