@hotfusion/modeller 0.0.9 → 0.0.10

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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # @hotfusion/modeller
2
2
 
3
- ![npm version](https://img.shields.io/npm/v/@hotfusion/modeller)
4
- ![beta](https://img.shields.io/badge/status-beta-orange)
5
- ![license](https://img.shields.io/badge/license-MIT-blue)
3
+ [![npm version](https://img.shields.io/npm/v/@hotfusion/modeller)](https://www.npmjs.com/package/@hotfusion/modeller)
4
+ [![npm](https://img.shields.io/badge/version-0.0.10-blue)](https://www.npmjs.com/package/@hotfusion/modeller)
5
+ [![license](https://img.shields.io/badge/license-MIT-blue)](https://www.npmjs.com/package/@hotfusion/modeller)
6
+
7
+ [![status](https://img.shields.io/badge/status-beta-orange)](https://www.npmjs.com/package/@hotfusion/modeller)
8
+ [![Known Vulnerabilities](https://snyk.io/test/npm/@hotfusion/modeller/badge.svg)](https://snyk.io/test/npm/@hotfusion/modeller)
9
+ [![Bundle Size](https://img.shields.io/bundlephobia/min/@hotfusion/modeller)](https://bundlephobia.com/package/@hotfusion/modeller)
6
10
 
7
11
  A schema-first, all-in-one backend framework for Node.js. Define your data model once and get validation, persistence, business logic, HTTP API, real-time WebSocket, authentication, file uploads, background workers, and static file serving — all wired up automatically.
8
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotfusion/modeller",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/types/index.d.ts",