@intelact/bright 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@intelact/bright",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.5.0",
|
4
4
|
"description": "Bright common",
|
5
5
|
"author": "Intelact Solutions Ltd.",
|
6
6
|
"main": "lib/index.js",
|
@@ -11,10 +11,12 @@
|
|
11
11
|
"./dtos": "./lib/dtos/index.js",
|
12
12
|
"./enums": "./lib/enums/index.js",
|
13
13
|
"./models": "./lib/models/index.js",
|
14
|
-
"./security": "./lib/security/index.js"
|
14
|
+
"./security": "./lib/security/index.js",
|
15
|
+
"./mock": "./lib/mock/index.js"
|
15
16
|
},
|
16
17
|
"scripts": {
|
17
|
-
"build": "tsc"
|
18
|
+
"build": "tsc",
|
19
|
+
"publish": "npm publish --access public"
|
18
20
|
},
|
19
21
|
"repository": {
|
20
22
|
"type": "git",
|