Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
1.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed May 11, 2017
1 parent 883bc9a commit 9378ccd
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
##### 1.0.0-alpha.19 - 11 May 2017

###### Bug fixes
- [#103](https://github.com/GoogleCloudPlatform/cloud-functions-emulator/issues/103) - Prevent emulator from hanging from requiring user code that doesn't exit., by @laurenlong

###### Other
- Upgraded dependencies

##### 1.0.0-alpha.18 - 08 May 2017

###### Backwards compatible changes
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/functions-emulator",
"description": "Google Cloud Functions Emulator",
"version": "1.0.0-alpha.18",
"version": "1.0.0-alpha.19",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down Expand Up @@ -59,9 +59,9 @@
"body-parser": "1.17.1",
"cli-table2": "0.2.0",
"colors": "1.1.2",
"configstore": "3.0.0",
"configstore": "3.1.0",
"express": "4.15.2",
"google-proto-files": "0.11.0",
"google-proto-files": "0.11.1",
"googleapis": "19.0.0",
"got": "6.7.1",
"grpc": "1.2.4",
Expand All @@ -80,7 +80,7 @@
"devDependencies": {
"intelli-espower-loader": "1.0.1",
"mocha": "3.3.0",
"nyc": "10.3.0",
"nyc": "10.3.2",
"power-assert": "1.4.2",
"proxyquire": "1.7.11",
"semistandard": "11.0.0",
Expand Down
44 changes: 29 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -630,15 +630,15 @@ config-chain@~1.1.5:
ini "^1.3.4"
proto-list "~1.2.1"

configstore@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.0.0.tgz#e1b8669c1803ccc50b545e92f8e6e79aa80e0196"
configstore@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.0.tgz#45df907073e26dfa1cf4b2d52f5b60545eaa11d1"
dependencies:
dot-prop "^4.1.0"
graceful-fs "^4.1.2"
mkdirp "^0.5.0"
make-dir "^1.0.0"
unique-string "^1.0.0"
write-file-atomic "^1.1.2"
write-file-atomic "^2.0.0"
xdg-basedir "^3.0.0"

configstore@^1.2.1:
Expand Down Expand Up @@ -749,7 +749,7 @@ [email protected]:
dependencies:
ms "0.7.2"

[email protected], debug@^2.2.0:
[email protected], debug@^2.1.1, debug@^2.1.3, debug@^2.2.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.1.tgz#79855090ba2c4e3115cc7d8769491d58f0491351"
dependencies:
Expand All @@ -759,7 +759,7 @@ debug@^0.7.4:
version "0.7.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-0.7.4.tgz#06e1ea8082c2cb14e39806e22e2f6f757f92af39"

debug@^2.1.1, debug@^2.1.3, debug@^2.6.3:
debug@^2.6.3:
version "2.6.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.6.tgz#a9fa6fbe9ca43cf1e79f73b75c0189cbb7d6db5a"
dependencies:
Expand Down Expand Up @@ -1867,9 +1867,9 @@ google-p12-pem@^0.1.0:
dependencies:
node-forge "^0.6.46"

[email protected].0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/google-proto-files/-/google-proto-files-0.11.0.tgz#3d753120718e5e8574f38def739d54cf7a057553"
[email protected].1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/google-proto-files/-/google-proto-files-0.11.1.tgz#cc3aeab279736aae0b12f1ce2c0587db55beed3d"

[email protected]:
version "19.0.0"
Expand All @@ -1895,7 +1895,7 @@ [email protected]:
unzip-response "^2.0.1"
url-parse-lax "^1.0.0"

graceful-fs@^4.1.2:
graceful-fs@^4.1.11, graceful-fs@^4.1.2:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

Expand Down Expand Up @@ -2605,6 +2605,12 @@ lru-cache@^4.0.1:
pseudomap "^1.0.1"
yallist "^2.0.0"

make-dir@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.0.0.tgz#97a011751e91dd87cfadef58832ebb04936de978"
dependencies:
pify "^2.3.0"

map-obj@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
Expand Down Expand Up @@ -2887,9 +2893,9 @@ number-is-nan@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"

[email protected].0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/nyc/-/nyc-10.3.0.tgz#a7051ac03f89d17e719a586a66a84ce4bdfde857"
[email protected].2:
version "10.3.2"
resolved "https://registry.yarnpkg.com/nyc/-/nyc-10.3.2.tgz#f27f4d91f2a9db36c24f574ff5c6efff0233de46"
dependencies:
archy "^1.0.0"
arrify "^1.0.1"
Expand Down Expand Up @@ -3129,7 +3135,7 @@ path-type@^2.0.0:
dependencies:
pify "^2.0.0"

pify@^2.0.0:
pify@^2.0.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

Expand Down Expand Up @@ -4441,6 +4447,14 @@ write-file-atomic@^1.1.2, write-file-atomic@^1.1.4:
imurmurhash "^0.1.4"
slide "^1.1.5"

write-file-atomic@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.0.0.tgz#bb99a5440d0d31dd860a68da392bffeef66251a1"
dependencies:
graceful-fs "^4.1.11"
imurmurhash "^0.1.4"
slide "^1.1.5"

write@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757"
Expand Down

0 comments on commit 9378ccd

Please sign in to comment.