Skip to content

Commit

Permalink
pb uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry DEGREMONT committed Jul 30, 2024
1 parent 77b3444 commit 9e96757
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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 packages/graphql-mesh/custom-plugins/monitor-yoga.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Plugin } from 'graphql-yoga'
import { Logger } from '../utils/logger'
import { GraphQLError } from 'graphql'
import { v4 as uuidv4 } from 'uuid';
import { v4 as uuidv4 } from 'uuid'
/**
* monitor plugin in order to get event contextual log and add some security rules
* useful to :
Expand Down
16 changes: 15 additions & 1 deletion packages/graphql-mesh/package-lock.json

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

3 changes: 2 additions & 1 deletion packages/graphql-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"graphql": "^16.8.1",
"inject-additional-transforms": "file:./local-pkg/inject-additional-transforms-1.0.0.tgz",
"patch-package": "^8.0.0",
"sucrase": "^3.35.0"
"sucrase": "^3.35.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@graphql-mesh/types": "^0.96.3",
Expand Down

0 comments on commit 9e96757

Please sign in to comment.