princejs 1.6.0 → 1.6.1

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 +1 -1
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -124,7 +124,7 @@ app
124
124
 
125
125
  ---
126
126
 
127
- ## 🆕 v3.3.1 — New Tree-Shakable Features
127
+ ## New Tree-Shakable Features
128
128
 
129
129
  ```ts
130
130
  import { cache, email, ai, upload } from "princejs/helpers";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "An easy and fast backend framework — by a 13yo developer, for developers.",
5
5
  "main": "dist/prince.js",
6
6
  "types": "dist/prince.d.ts",