🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@kontakta/cloud-code-directives

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kontakta/cloud-code-directives - npm Package Compare versions

Comparing version
1.1.0
to
1.2.0
+6
-0
CHANGELOG.md
# @kontakta/cloud-code-directives
## 1.2.0
### Minor Changes
- Test further
## 1.1.0

@@ -4,0 +10,0 @@

+1
-1
{
"name": "@kontakta/cloud-code-directives",
"version": "1.1.0",
"version": "1.2.0",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

@@ -57,6 +57,3 @@ import { defaultFieldResolver, GraphQLError, GraphQLFieldConfig, GraphQLResolveInfo } from 'graphql';

},
{
sessionToken: AUTH_OPERATIONS.includes(functionName) ? undefined : context.sessionToken,
useMasterKey: true
}
AUTH_OPERATIONS.includes(functionName) ? { useMasterKey: true } : { sessionToken: context.sessionToken }
);

@@ -63,0 +60,0 @@