Skip to content

Commit 1950763

Browse files
Bump SDK version to 1.5.2
Updated version numbers to 1.5.2 in deno.json, package.json, and mod.ts to prepare for a new release of the SVECTOR SDK.
1 parent f5297d8 commit 1950763

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

jsr/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svector/svector",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Official TypeScript/JavaScript SDK for SVECTOR AI Models - Works with Deno, Node.js, Bun, and browsers",
55
"license": "MIT",
66
"exports": "./mod.ts",

jsr/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file SVECTOR TypeScript/JavaScript SDK
33
* @description Official TypeScript/JavaScript SDK for SVECTOR AI Models
4-
* @version 1.5.1
4+
* @version 1.5.2
55
* @author SVECTOR Team <support@svector.co.in>
66
* @license MIT
77
*/

jsr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svector/svector",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Official TypeScript/JavaScript SDK for SVECTOR AI Models - Works with Deno, Node.js, Bun, and browsers",
55
"main": "./mod.ts",
66
"types": "./mod.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svector-sdk",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Official JavaScript and TypeScript SDK for accessing SVECTOR APIs.",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.js",

0 commit comments

Comments
 (0)