sdk: publish

This commit is contained in:
Koushik Dutta
2025-07-05 07:30:04 -07:00
parent b7ff4dfd5e
commit 3574e72e4f
5 changed files with 7 additions and 7 deletions

4
sdk/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/sdk",
"version": "0.5.25",
"version": "0.5.26",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/sdk",
"version": "0.5.25",
"version": "0.5.26",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.27.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.5.25",
"version": "0.5.26",
"description": "",
"main": "dist/src/index.js",
"exports": {

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/types",
"version": "0.5.24",
"version": "0.5.25",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/types",
"version": "0.5.24",
"version": "0.5.25",
"license": "ISC",
"dependencies": {
"openai": "^5.3.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.5.24",
"version": "0.5.25",
"description": "",
"main": "dist/index.js",
"author": "",

View File

@@ -1067,7 +1067,7 @@ class TamperState(TypedDict):
pass
TYPES_VERSION = "0.5.24"
TYPES_VERSION = "0.5.25"
class AirPurifier: