Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Mar 20, 2019
1 parent bf96740 commit 8928b44
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"bin": {
"gql-gen": "dist/commonjs/cli.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"@graphql-codegen/core": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/core": "1.0.1",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@types/babylon": "6.16.5",
"@types/is-glob": "4.0.0",
"@types/mkdirp": "0.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"graphql-toolkit": "0.2.7",
"tslib": "1.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/add/package.json
@@ -1,14 +1,14 @@
{
"name": "@graphql-codegen/add",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/flow-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,13 +9,13 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/flow": "1.0.1",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/flow-resolvers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,13 +9,13 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/flow": "1.0.1",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,12 +9,12 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/fragment-matcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0"
"@graphql-codegen/plugin-helpers": "1.0.1"
},
"devDependencies": {
"graphql": "14.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/introspection/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/schema-ast/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/time/package.json
@@ -1,14 +1,14 @@
{
"name": "@graphql-codegen/time",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"moment": "2.24.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript-apollo-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-apollo-angular",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -12,12 +12,12 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-graphql-files-modules",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating TypeScript module declarations based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,11 +9,11 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"graphql": "14.1.1",
"jest": "24.5.0",
"ts-jest": "24.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/typescript-mongodb/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-mongodb",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generting a ready-to-use ORM types for MongoDB",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -12,14 +12,14 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/typescript": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/typescript": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"graphql-toolkit": "0.2.7",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/typescript-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-operations",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,13 +9,13 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/typescript": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/typescript": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"graphql": "14.1.1",
"jest": "24.5.0",
"ts-jest": "24.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript-react-apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-apollo",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -12,12 +12,12 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/typescript-resolvers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-resolvers",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,13 +9,13 @@
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/typescript": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/typescript": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
"graphql": "14.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript-stencil-apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-stencil-apollo",
"version": "1.0.0",
"version": "1.0.1",
"description": "GraphQL Code Generator plugin for generating Stencil Components based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -13,12 +13,12 @@
"stencil-apollo": "^0.0.2"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.0",
"@graphql-codegen/visitor-plugin-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/visitor-plugin-common": "1.0.1",
"tslib": "1.9.3"
},
"devDependencies": {
"@graphql-codegen/testing": "1.0.0",
"@graphql-codegen/testing": "1.0.1",
"@types/node": "10.14.1",
"flow-bin": "0.95.1",
"flow-parser": "0.95.1",
Expand Down

0 comments on commit 8928b44

Please sign in to comment.