@seamapi/nextlove-sdk-generator
Advanced tools
Comparing version 1.10.4 to 1.10.5
@@ -13,3 +13,3 @@ export default () => `TOKEN_PREFIX = "seam_" | ||
def is_access_token(token: str) -> bool: | ||
ACCESS_TOKEN_PREFIX) | ||
return token.startswith(ACCESS_TOKEN_PREFIX) | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@seamapi/nextlove-sdk-generator", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"description": "Utilities for building NextLove SDK Generators", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -13,3 +13,3 @@ export default () => `TOKEN_PREFIX = "seam_" | ||
def is_access_token(token: str) -> bool: | ||
ACCESS_TOKEN_PREFIX) | ||
return token.startswith(ACCESS_TOKEN_PREFIX) | ||
@@ -16,0 +16,0 @@ |
739236