From 66afcb6aaf08b35d47cf633827e28e9b952237b6 Mon Sep 17 00:00:00 2001 From: tylim Date: Thu, 25 Apr 2024 10:24:16 +0800 Subject: [PATCH] update version --- README.md | 24 +++++------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b92bd9d..6fa1106 100644 --- a/README.md +++ b/README.md @@ -259,22 +259,8 @@ Object unions type was banned before v2.6.2 because it brings uncertainty that c ## Related Projects -✅ - Tested and production ready -📅 - Planning -✍️ - To Rewrite -🔨 - To Repurpose (rewrite to do something else) -🔥 - Maintaining -🏗️ - Building -🛑 - On Hold -❓ - May Discontinue/Cancel -❌ - Cancelled - -1. [FirelordJS](https://github.com/tylim88/FirelordJS) - Typescript wrapper for Firestore Web. ✅🔥 -2. [Firelord](https://github.com/tylim88/Firelord) - Typescript wrapper for Firestore Admin. ✅🔥 -3. [FireSageJS](https://github.com/tylim88/FireSageJS) - Typescript wrapper for Realtime Database Web ✅ -4. FireSage - Typescript wrapper for Realtime Database Admin. 📅❓ -5. [FireSword](https://github.com/tylim88/Firesword) - (new purpose) Firestore Zod Runtime Validation (Firelord Code First Approach).✅📅🔨 -6. [FireLaw](https://github.com/tylim88/FireLaw) - (new purpose) Firestore Security Rules VS Code extension type linter based on Firelord type.🛑📅🔨 -7. ??? - Firelord and Firesage Front End Intergration 📅 -8. [FireCall](https://github.com/tylim88/FireCall) - Helper Function to write easier and safer Firebase onCall function.✅✍️❓ -9. [Firelordrn](https://github.com/tylim88/FirelordRN) - Typescript wrapper for Firestore React Native ❌([Expo support Firebase JS SDK](https://docs.expo.dev/guides/using-firebase/), which mean you can use Firelord Web version) +1. [FirelordJS](https://github.com/tylim88/FirelordJS) - Typescript wrapper for Firestore Web. +2. [Firelord](https://github.com/tylim88/Firelord) - Typescript wrapper for Firestore Admin. +3. [FireSageJS](https://github.com/tylim88/FireSageJS) - Typescript wrapper for Realtime Database Web +4. [Firelordrn](https://github.com/tylim88/FirelordRN) - Typescript wrapper for Firestore React Native +5. FireSage - Typescript wrapper for Realtime Database Admin. diff --git a/package.json b/package.json index 1e616bd..b7a3ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firelordjs", - "version": "2.8.15", + "version": "2.8.18", "description": "🔥 High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience", "author": "tylim", "license": "MIT",