@n8n_io/ai-assistant-sdk
Advanced tools
Comparing version 1.9.2 to 1.9.3
# Changelog | ||
## [1.9.3](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.9.2...ai-assistant-sdk-v1.9.3) (2024-08-14) | ||
### Bug Fixes | ||
* Fix bug with setting auth token ([#92](https://github.com/n8n-io/ai-assistant-service/issues/92)) ([1f100c5](https://github.com/n8n-io/ai-assistant-service/commit/1f100c5b613e289fdff4ce24b646c65f7ae2a93b)) | ||
## [1.9.2](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.9.1...ai-assistant-sdk-v1.9.2) (2024-08-14) | ||
@@ -4,0 +11,0 @@ |
@@ -30,3 +30,3 @@ "use strict"; | ||
name: "@n8n_io/ai-assistant-sdk", | ||
version: "1.9.2", | ||
version: "1.9.3", | ||
description: "n8n AI assistant SDK", | ||
@@ -131,2 +131,3 @@ author: "", | ||
this.activeToken = data.accessToken; | ||
return; | ||
} | ||
@@ -133,0 +134,0 @@ throw new Error("Could not retrieve access token"); |
{ | ||
"name": "@n8n_io/ai-assistant-sdk", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "n8n AI assistant SDK", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -119,2 +119,3 @@ import packageJson from '../package.json'; | ||
this.activeToken = data.accessToken; | ||
return; | ||
} | ||
@@ -121,0 +122,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24912
559