@ng-atomic/common 19.8.0 → 19.8.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 +11 -11
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "19.8.0",
3
+ "version": "19.8.2",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "@nx-ddd/core": "19.8.0",
7
- "@nx-ddd/common": "19.8.0"
6
+ "@nx-ddd/core": "19.8.2",
7
+ "@nx-ddd/common": "19.8.2"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0"
@@ -95,14 +95,14 @@
95
95
  "types": "./pipes/index-length/index.d.ts",
96
96
  "default": "./fesm2022/ng-atomic-common-pipes-index-length.mjs"
97
97
  },
98
- "./pipes/map": {
99
- "types": "./pipes/map/index.d.ts",
100
- "default": "./fesm2022/ng-atomic-common-pipes-map.mjs"
101
- },
102
98
  "./pipes/keys": {
103
99
  "types": "./pipes/keys/index.d.ts",
104
100
  "default": "./fesm2022/ng-atomic-common-pipes-keys.mjs"
105
101
  },
102
+ "./pipes/map": {
103
+ "types": "./pipes/map/index.d.ts",
104
+ "default": "./fesm2022/ng-atomic-common-pipes-map.mjs"
105
+ },
106
106
  "./pipes/page": {
107
107
  "types": "./pipes/page/index.d.ts",
108
108
  "default": "./fesm2022/ng-atomic-common-pipes-page.mjs"
@@ -111,6 +111,10 @@
111
111
  "types": "./pipes/pagination/index.d.ts",
112
112
  "default": "./fesm2022/ng-atomic-common-pipes-pagination.mjs"
113
113
  },
114
+ "./pipes/query": {
115
+ "types": "./pipes/query/index.d.ts",
116
+ "default": "./fesm2022/ng-atomic-common-pipes-query.mjs"
117
+ },
114
118
  "./pipes/resolve-columns": {
115
119
  "types": "./pipes/resolve-columns/index.d.ts",
116
120
  "default": "./fesm2022/ng-atomic-common-pipes-resolve-columns.mjs"
@@ -119,10 +123,6 @@
119
123
  "types": "./pipes/secret/index.d.ts",
120
124
  "default": "./fesm2022/ng-atomic-common-pipes-secret.mjs"
121
125
  },
122
- "./pipes/query": {
123
- "types": "./pipes/query/index.d.ts",
124
- "default": "./fesm2022/ng-atomic-common-pipes-query.mjs"
125
- },
126
126
  "./pipes/select-id": {
127
127
  "types": "./pipes/select-id/index.d.ts",
128
128
  "default": "./fesm2022/ng-atomic-common-pipes-select-id.mjs"