@ng-atomic/common 19.3.2 → 19.4.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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "19.3.2",
3
+ "version": "19.4.2",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "@nx-ddd/core": "19.3.2",
7
- "@nx-ddd/common": "19.3.2"
6
+ "@nx-ddd/core": "19.4.2",
7
+ "@nx-ddd/common": "19.4.2"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0"
@@ -71,14 +71,14 @@
71
71
  "types": "./pipes/data-accessor/index.d.ts",
72
72
  "default": "./fesm2022/ng-atomic-common-pipes-data-accessor.mjs"
73
73
  },
74
- "./pipes/error": {
75
- "types": "./pipes/error/index.d.ts",
76
- "default": "./fesm2022/ng-atomic-common-pipes-error.mjs"
77
- },
78
74
  "./pipes/domain": {
79
75
  "types": "./pipes/domain/index.d.ts",
80
76
  "default": "./fesm2022/ng-atomic-common-pipes-domain.mjs"
81
77
  },
78
+ "./pipes/error": {
79
+ "types": "./pipes/error/index.d.ts",
80
+ "default": "./fesm2022/ng-atomic-common-pipes-error.mjs"
81
+ },
82
82
  "./pipes/expression": {
83
83
  "types": "./pipes/expression/index.d.ts",
84
84
  "default": "./fesm2022/ng-atomic-common-pipes-expression.mjs"
@@ -87,17 +87,13 @@
87
87
  "types": "./pipes/grouped-by/index.d.ts",
88
88
  "default": "./fesm2022/ng-atomic-common-pipes-grouped-by.mjs"
89
89
  },
90
- "./pipes/index": {
91
- "types": "./pipes/index/index.d.ts",
92
- "default": "./fesm2022/ng-atomic-common-pipes-index.mjs"
93
- },
94
90
  "./pipes/index-length": {
95
91
  "types": "./pipes/index-length/index.d.ts",
96
92
  "default": "./fesm2022/ng-atomic-common-pipes-index-length.mjs"
97
93
  },
98
- "./pipes/keys": {
99
- "types": "./pipes/keys/index.d.ts",
100
- "default": "./fesm2022/ng-atomic-common-pipes-keys.mjs"
94
+ "./pipes/index": {
95
+ "types": "./pipes/index/index.d.ts",
96
+ "default": "./fesm2022/ng-atomic-common-pipes-index.mjs"
101
97
  },
102
98
  "./pipes/map": {
103
99
  "types": "./pipes/map/index.d.ts",
@@ -107,6 +103,10 @@
107
103
  "types": "./pipes/page/index.d.ts",
108
104
  "default": "./fesm2022/ng-atomic-common-pipes-page.mjs"
109
105
  },
106
+ "./pipes/keys": {
107
+ "types": "./pipes/keys/index.d.ts",
108
+ "default": "./fesm2022/ng-atomic-common-pipes-keys.mjs"
109
+ },
110
110
  "./pipes/pagination": {
111
111
  "types": "./pipes/pagination/index.d.ts",
112
112
  "default": "./fesm2022/ng-atomic-common-pipes-pagination.mjs"