@ng-atomic/common 19.7.0 → 19.8.1

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 +27 -27
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "19.7.0",
3
+ "version": "19.8.1",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "@nx-ddd/core": "19.7.0",
7
- "@nx-ddd/common": "19.7.0"
6
+ "@nx-ddd/core": "19.8.1",
7
+ "@nx-ddd/common": "19.8.1"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0"
@@ -19,10 +19,6 @@
19
19
  "types": "./index.d.ts",
20
20
  "default": "./fesm2022/ng-atomic-common.mjs"
21
21
  },
22
- "./interceptors": {
23
- "types": "./interceptors/index.d.ts",
24
- "default": "./fesm2022/ng-atomic-common-interceptors.mjs"
25
- },
26
22
  "./models": {
27
23
  "types": "./models/index.d.ts",
28
24
  "default": "./fesm2022/ng-atomic-common-models.mjs"
@@ -31,6 +27,10 @@
31
27
  "types": "./utils/index.d.ts",
32
28
  "default": "./fesm2022/ng-atomic-common-utils.mjs"
33
29
  },
30
+ "./interceptors": {
31
+ "types": "./interceptors/index.d.ts",
32
+ "default": "./fesm2022/ng-atomic-common-interceptors.mjs"
33
+ },
34
34
  "./directives/fallback-src": {
35
35
  "types": "./directives/fallback-src/index.d.ts",
36
36
  "default": "./fesm2022/ng-atomic-common-directives-fallback-src.mjs"
@@ -43,18 +43,6 @@
43
43
  "types": "./directives/resize-column/index.d.ts",
44
44
  "default": "./fesm2022/ng-atomic-common-directives-resize-column.mjs"
45
45
  },
46
- "./interceptors/authorization": {
47
- "types": "./interceptors/authorization/index.d.ts",
48
- "default": "./fesm2022/ng-atomic-common-interceptors-authorization.mjs"
49
- },
50
- "./interceptors/throttle": {
51
- "types": "./interceptors/throttle/index.d.ts",
52
- "default": "./fesm2022/ng-atomic-common-interceptors-throttle.mjs"
53
- },
54
- "./interceptors/token": {
55
- "types": "./interceptors/token/index.d.ts",
56
- "default": "./fesm2022/ng-atomic-common-interceptors-token.mjs"
57
- },
58
46
  "./pipes/actions": {
59
47
  "types": "./pipes/actions/index.d.ts",
60
48
  "default": "./fesm2022/ng-atomic-common-pipes-actions.mjs"
@@ -71,14 +59,14 @@
71
59
  "types": "./pipes/data-accessor/index.d.ts",
72
60
  "default": "./fesm2022/ng-atomic-common-pipes-data-accessor.mjs"
73
61
  },
74
- "./pipes/error": {
75
- "types": "./pipes/error/index.d.ts",
76
- "default": "./fesm2022/ng-atomic-common-pipes-error.mjs"
77
- },
78
62
  "./pipes/domain": {
79
63
  "types": "./pipes/domain/index.d.ts",
80
64
  "default": "./fesm2022/ng-atomic-common-pipes-domain.mjs"
81
65
  },
66
+ "./pipes/error": {
67
+ "types": "./pipes/error/index.d.ts",
68
+ "default": "./fesm2022/ng-atomic-common-pipes-error.mjs"
69
+ },
82
70
  "./pipes/expression": {
83
71
  "types": "./pipes/expression/index.d.ts",
84
72
  "default": "./fesm2022/ng-atomic-common-pipes-expression.mjs"
@@ -163,10 +151,6 @@
163
151
  "types": "./services/breakpoint/index.d.ts",
164
152
  "default": "./fesm2022/ng-atomic-common-services-breakpoint.mjs"
165
153
  },
166
- "./services/chips-manager": {
167
- "types": "./services/chips-manager/index.d.ts",
168
- "default": "./fesm2022/ng-atomic-common-services-chips-manager.mjs"
169
- },
170
154
  "./services/csv": {
171
155
  "types": "./services/csv/index.d.ts",
172
156
  "default": "./fesm2022/ng-atomic-common-services-csv.mjs"
@@ -263,10 +247,26 @@
263
247
  "types": "./stores/sort/index.d.ts",
264
248
  "default": "./fesm2022/ng-atomic-common-stores-sort.mjs"
265
249
  },
250
+ "./interceptors/authorization": {
251
+ "types": "./interceptors/authorization/index.d.ts",
252
+ "default": "./fesm2022/ng-atomic-common-interceptors-authorization.mjs"
253
+ },
254
+ "./interceptors/throttle": {
255
+ "types": "./interceptors/throttle/index.d.ts",
256
+ "default": "./fesm2022/ng-atomic-common-interceptors-throttle.mjs"
257
+ },
258
+ "./interceptors/token": {
259
+ "types": "./interceptors/token/index.d.ts",
260
+ "default": "./fesm2022/ng-atomic-common-interceptors-token.mjs"
261
+ },
266
262
  "./directives/molecules/column": {
267
263
  "types": "./directives/molecules/column/index.d.ts",
268
264
  "default": "./fesm2022/ng-atomic-common-directives-molecules-column.mjs"
269
265
  },
266
+ "./services/chips-manager": {
267
+ "types": "./services/chips-manager/index.d.ts",
268
+ "default": "./fesm2022/ng-atomic-common-services-chips-manager.mjs"
269
+ },
270
270
  "./services/form/_index": {
271
271
  "types": "./services/form/_index/index.d.ts",
272
272
  "default": "./fesm2022/ng-atomic-common-services-form-_index.mjs"