From 854a024d63e157dc7f37d998afe9631ae5a14349 Mon Sep 17 00:00:00 2001 From: Ignatius Aditya Setyadi Date: Tue, 24 May 2022 21:58:29 +0700 Subject: [PATCH] Release 0.1.2 --- package-lock.json | 12 +++++++++++- package.json | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 244dcfa..6c08a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "form-gear", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -435,6 +435,11 @@ "fastq": "^1.6.0" } }, + "@solid-primitives/debounce": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@solid-primitives/debounce/-/debounce-1.3.0.tgz", + "integrity": "sha512-Cen4ccCPTuEtQM7o9aEKuOJ0LRlAnzKvN7loEBBOQ+zKdu7/7kYKr7HHE/WS8JAI3QeQr5v2ModYRIZLERw5zw==" + }, "@solid-primitives/input-mask": { "version": "0.0.100", "resolved": "https://registry.npmjs.org/@solid-primitives/input-mask/-/input-mask-0.0.100.tgz", @@ -1279,6 +1284,11 @@ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, + "semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=" + }, "solid-js": { "version": "1.3.17", "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.3.17.tgz", diff --git a/package.json b/package.json index 2cb90a9..922f3c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "form-gear", - "version": "0.1.1", + "version": "0.1.2", "description": "FormGear is a framework engine for dynamic form creation and complex form processing and validation for data collection.", "info": "It is easy to use and efficiently handle nested inquiries to capture everything down to the last detail. Unlike other similar framework, validation is handled in a FALSE condition in which each field is validated against a test equation. This leads to a more efficient and effective way to validate each component.", "homepage": "https://solid-form-gear.vercel.app/", @@ -70,7 +70,7 @@ "dayjs": "^1.11.2", "papaparse": "^5.3.2", "semver-compare": "^1.0.0", - "solid-js": "^1.3.17", + "solid-js": "1.3.17", "toastify-js": "^1.11.2" } }