Skip to content

Commit

Permalink
addGuardWithNewError
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrui committed Nov 8, 2023
1 parent 0844869 commit e756482
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 377 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/gei-users/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gei-users",
"version": "0.8.0",
"version": "0.8.1",
"description": "Automatically generated by graphql-editor-cli",
"main": "lib/index.js",
"scripts": {
"start": "gecli dev",
"build": "tsc",
"watch": "tsc --watch",
"update": "gecli codegen models && gecli schema && gecli codegen typings",
"update": "gecli codegen models && gecli schema pull && gecli codegen typings",
"integrate": "gecli gei integrate",
"integrate:env": "dotenv -e .env gecli gei integrate"
},
Expand Down
Loading

0 comments on commit e756482

Please sign in to comment.