@ng-atomic/common 19.0.0-preview-merge-graphql-enhanced-to-graphql.2 → 19.0.0-preview-remove-post-build-scripts.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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/common",
|
|
3
|
-
"version": "19.0.0-preview-
|
|
3
|
+
"version": "19.0.0-preview-remove-post-build-scripts.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@nx-ddd/core": "19.0.0-preview-
|
|
7
|
-
"@nx-ddd/common": "19.0.0-preview-
|
|
6
|
+
"@nx-ddd/core": "19.0.0-preview-remove-post-build-scripts.2",
|
|
7
|
+
"@nx-ddd/common": "19.0.0-preview-remove-post-build-scripts.2"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0"
|
|
@@ -159,6 +159,10 @@
|
|
|
159
159
|
"types": "./services/auth/index.d.ts",
|
|
160
160
|
"default": "./fesm2022/ng-atomic-common-services-auth.mjs"
|
|
161
161
|
},
|
|
162
|
+
"./services/breakpoint": {
|
|
163
|
+
"types": "./services/breakpoint/index.d.ts",
|
|
164
|
+
"default": "./fesm2022/ng-atomic-common-services-breakpoint.mjs"
|
|
165
|
+
},
|
|
162
166
|
"./services/chips-manager": {
|
|
163
167
|
"types": "./services/chips-manager/index.d.ts",
|
|
164
168
|
"default": "./fesm2022/ng-atomic-common-services-chips-manager.mjs"
|
|
@@ -263,10 +267,6 @@
|
|
|
263
267
|
"types": "./directives/molecules/column/index.d.ts",
|
|
264
268
|
"default": "./fesm2022/ng-atomic-common-directives-molecules-column.mjs"
|
|
265
269
|
},
|
|
266
|
-
"./services/breakpoint": {
|
|
267
|
-
"types": "./services/breakpoint/index.d.ts",
|
|
268
|
-
"default": "./fesm2022/ng-atomic-common-services-breakpoint.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"
|