From 64f668168f82a5f1d24c4e7bca7bc4d9928db6d8 Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:09:07 +0100 Subject: [PATCH] Typing export (#9143) * Typing export * fix --- sparkle/package-lock.json | 4 ++-- sparkle/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sparkle/package-lock.json b/sparkle/package-lock.json index b12c1ea65022..3dd58cc025b5 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.334", + "version": "0.2.335", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.334", + "version": "0.2.335", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/sparkle/package.json b/sparkle/package.json index 343ab19d8ee9..0afaf69810c6 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.334", + "version": "0.2.335", "scripts": { "build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs", "tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",