Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Oct 13, 2017
1 parent 79af32f commit d7e9902
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-core",
"version": "1.3.102",
"version": "1.3.103",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-engine",
"version": "0.0.75",
"version": "0.0.76",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions cli/packages/graphcool-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool",
"version": "0.7.0-alpha.34",
"version": "0.7.0",
"main": "dist/index.js",
"bin": {
"graphcool": "dist/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"fs-extra": "^4.0.1",
"graphcool-cli-core": "1.3.102",
"graphcool-cli-engine": "0.0.75",
"graphcool-cli-core": "1.3.103",
"graphcool-cli-engine": "0.0.76",
"semver": "^5.4.1",
"source-map-support": "^0.4.18"
},
Expand Down
61 changes: 58 additions & 3 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1519,9 +1519,9 @@ graceful-fs@~3.0.2:
dependencies:
natives "^1.1.0"

[email protected].101:
version "1.3.101"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.3.101.tgz#3d69e8b70b905c75183a8456848aeec240e3b93a"
[email protected].102:
version "1.3.102"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.3.102.tgz#098940b819d58d43aba227f184065f035a7c541c"
dependencies:
archiver "^2.0.3"
callsites "^2.0.0"
Expand All @@ -1546,6 +1546,61 @@ [email protected]:
typescript "^2.5.3"
validator "^8.2.0"

[email protected]:
version "0.0.75"
resolved "https://registry.yarnpkg.com/graphcool-cli-engine/-/graphcool-cli-engine-0.0.75.tgz#df15cf3c8addc62d419baf358bc9594cd9c48b41"
dependencies:
"@heroku/linewrap" "^1.0.0"
"@types/fs-extra" "^4.0.2"
ajv "^5.2.2"
ansi-escapes "^3.0.0"
ansi-styles "^3.2.0"
any-json "^3.1.0"
bluebird "^3.5.0"
cache-require-paths "^0.3.0"
callsites "^2.0.0"
cardinal "^1.0.0"
chalk "^2.1.0"
charm "^1.0.2"
cuid "^1.3.8"
debug "^3.0.1"
directory-tree "^2.0.0"
find-up "^2.1.0"
fs-extra "^4.0.1"
graphcool-inquirer beta
graphcool-json-schema "^0.3.12"
graphql-request "^1.3.4"
isomorphic-fetch "^2.2.1"
klaw-sync "^3.0.0"
lodash "^4.17.4"
lodash.ary "^4.1.1"
lodash.defaults "^4.2.0"
lodash.flatten "^4.4.0"
lodash.get "^4.4.2"
lodash.groupby "^4.6.0"
lodash.identity "^3.0.0"
lodash.keys "^4.2.0"
lodash.maxby "4.x"
lodash.merge "4.x"
lodash.partial "^4.2.1"
lodash.property "^4.4.2"
lodash.result "^4.5.2"
lodash.uniqby "^4.7.0"
marked "^0.3.6"
marked-terminal "^2.0.0"
memfs "^2.5.3"
opn "^5.1.0"
replaceall "^0.1.6"
rwlockfile "^1.4.8"
source-map-support "^0.4.18"
string "3.x"
string-similarity "^1.2.0"
strip-ansi "^4.0.0"
supports-color "^4.4.0"
treeify "^1.0.1"
validator "^8.2.0"
yaml-ast-parser "^0.0.34"

graphcool-inquirer@beta:
version "1.0.1"
resolved "https://registry.yarnpkg.com/graphcool-inquirer/-/graphcool-inquirer-1.0.1.tgz#ab9d85465261a063d364dae915be6f918dce8828"
Expand Down

0 comments on commit d7e9902

Please sign in to comment.