@proca/api
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
{ | ||
"name": "@proca/api", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "Client library for Proca API", | ||
@@ -12,5 +12,3 @@ "main": "dist/index.js", | ||
"watch": "tsc -w", | ||
"prepublish": "ln -sf ../../../proca/schema.graphql schema/schema.graphql", | ||
"prepack": "rm -f schema/schema.graphql && cp -f ../../../proca/schema.graphql schema/schema.graphql", | ||
"generate": "yarn graphql-codegen", | ||
"generate": "cp -f ../../proca/schema.graphql schema/schema.graphql && yarn graphql-codegen", | ||
"prepare": "yarn generate && yarn build", | ||
@@ -57,3 +55,3 @@ "test": "echo No tests for proca/api" | ||
}, | ||
"gitHead": "6c97686c4d6a3d70a908f97bf4fe836774716d22" | ||
"gitHead": "6cd023b6fd9e3f0ba459aa7d22da49a6743378f4" | ||
} |
Sorry, the diff of this file is not supported yet
586771