apexify.js 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,9 @@ Greetings everyone! 🌟 This marks the release of a beta version for our packag
6
6
 
7
7
  ### Check our server for the code and usage for leveling system
8
8
  <details>
9
+
9
10
  - New chat models has been added (starChat, zephyr-beta, gemma-v and v4)
11
+
10
12
  - Leveling system (customizable with new features and themes using canvas)
11
13
 
12
14
  - Our [Server Support](https://discord.gg/FsmKSmxJjD)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apexify.js",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Ai with Canvas and Database library. Supports typescript and javascript",
5
5
  "main": "index.js",
6
6
  "scripts": {