@itzworking/decorated-class 0.0.156 → 0.0.158

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 +10 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
- # decorated-class
1
+ # ITz Working (AWS Serverless, TypeScript)
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ > **ITz Working because you built it!**
4
4
 
5
- ## Building
5
+ Framework for building AWS Serverless applications with TypeScript.
6
6
 
7
- Run `nx build decorated-class` to build the library.
7
+ - [Intro](#intro)
8
+ - [Key features](#key-features)
9
+ - [Usage](#usage)
8
10
 
9
- ## Running unit tests
11
+ ## Intro
10
12
 
11
- Run `nx test decorated-class` to execute the unit tests via [Jest](https://jestjs.io).
13
+ ## Key features
14
+
15
+ ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itzworking/decorated-class",
3
- "version": "0.0.156",
4
- "type": "module",
3
+ "version": "0.0.158",
4
+ "type": "commonjs",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",