From 2bff4c84c2a001cd2efbc048d4dbc60656ce77f3 Mon Sep 17 00:00:00 2001 From: ddmt Date: Fri, 15 Nov 2024 20:25:27 +0800 Subject: [PATCH] 1.0.8-fixbug --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 0361536..1767148 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ * @Description: ddmt-index file * @FilePath: /index.js */ -export { animateStart } from './Tool/animate.js'; +export { animateStart, setClassVar, getStyleVar } from './Tool/animate.js'; export { randomNum, nextArray, ArrayDeHeavy, getRelativeTime } from './Tool/number.js'; console.log('ddmt-tool Loading successfully!! 😺'); \ No newline at end of file diff --git a/package.json b/package.json index e852354..71fae29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "0.0.3", + "version": "0.0.3-beta.1", "description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.", "main": "index.js", "type": "module",