neocatecumenal 2.5.0 → 2.5.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.
package/README.md CHANGED
@@ -7,5 +7,9 @@ $ npm run build
7
7
  $ npm publish
8
8
  ```
9
9
 
10
+
11
+ ## NPM
12
+ https://www.npmjs.com/package/neocatecumenal
13
+
10
14
  ## Meta
11
15
  Leonardo Nascimento Cintra - leonardo.ncintra@outlook.com
@@ -9,4 +9,6 @@ export default interface ComunidadeEtapa {
9
9
  dataFim?: Date;
10
10
  localConvivencia?: string;
11
11
  observacao?: string;
12
+ createdAt: Date;
13
+ updatedAt: Date;
12
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neocatecumenal",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Libs compartilhadas entre app do CNC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",