@avelardelarosa/core-util 0.0.6 → 0.0.7
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/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avelardelarosa/core-util",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Librería de utilidades comunes para servicios backend desarrollados con NestJS",
|
|
5
5
|
"author": "Alexander Junior Velarde La Rosa <avelardelarosa@gmail.com>",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "UNLICENSED",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
8
10
|
"publishConfig": {
|
|
9
11
|
"registry": "https://registry.npmjs.org/"
|
|
10
12
|
},
|