@novx/portal 0.3.1 → 0.3.2

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 +1 -1
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@ As part of the Novx Monorepo, Core provides basic infrastructural elements, whic
5
5
  - an integrated aop solution
6
6
  - handling of configuration values
7
7
  - error handling
8
- - tracing
8
+ - tracing support
9
9
 
10
10
  ## Building
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novx/portal",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Portal library",
5
5
  "homepage": "https://github.com/coolsamson7/novx",
6
6
  "repository": {
@@ -16,6 +16,7 @@
16
16
  "module": "./index.esm.js",
17
17
  "types": "./index.d.ts",
18
18
  "publishConfig": {
19
+ "directory": "dist/libs/portal",
19
20
  "access": "public"
20
21
  },
21
22
  "exports": {
@@ -40,9 +41,9 @@
40
41
  "lint": "nx lint portal"
41
42
  },
42
43
  "dependencies": {
43
- "@novx/core": "0.2.2",
44
- "@novx/i18n": "0.2.2",
45
- "@novx/communication": "0.2.2",
44
+ "@novx/core": "0.2.3",
45
+ "@novx/i18n": "0.2.3",
46
+ "@novx/communication": "0.2.3",
46
47
  "reflect-metadata": "^0.2.2",
47
48
  "rxjs": "^7.8.2",
48
49
  "axios": "^1.13.5"