quantum-flow 1.1.2 → 1.1.4

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,6 @@ To install dependencies and build the project, run:
9
9
  ```bash
10
10
  yarn install
11
11
  # or npm install
12
-
13
- yarn build
14
- # or npm run build
15
12
  ```
16
13
 
17
14
  # Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-flow",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Decorator-based API framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",