From 8864c509f3a7309e98e69fa408bbe568ef7a9e33 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 16 Sep 2024 12:50:03 +0300 Subject: [PATCH] chore: publish access by default --- libs/audio/package.json | 5 +- libs/canvas/package.json | 7 ++- libs/common/package.json | 5 +- libs/geolocation/package.json | 7 ++- libs/intersection-observer/package.json | 7 ++- libs/midi/package.json | 7 ++- libs/mutation-observer/package.json | 7 ++- libs/notification/package.json | 7 ++- libs/payment-request/package.json | 7 ++- libs/permissions/package.json | 4 +- libs/resize-observer/package.json | 7 ++- libs/screen-orientation/package.json | 7 ++- libs/speech/package.json | 7 ++- libs/storage/package.json | 7 ++- libs/universal/package.json | 7 ++- libs/view-transition/package.json | 5 +- libs/workers/package.json | 4 +- package-lock.json | 66 ++++++++++++------------- package.json | 2 +- 19 files changed, 110 insertions(+), 65 deletions(-) diff --git a/libs/audio/package.json b/libs/audio/package.json index 61a0ea73..86ff7fde 100644 --- a/libs/audio/package.json +++ b/libs/audio/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/audio", - "version": "4.5.0", + "version": "4.5.1", "description": "This is a library for declarative use of Web Audio API with Angular", "keywords": [ "angular", @@ -26,5 +26,8 @@ "peerDependencies": { "@angular/core": ">=16.0.0", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/canvas/package.json b/libs/canvas/package.json index 3abe31b7..7e537658 100644 --- a/libs/canvas/package.json +++ b/libs/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/canvas", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for declarative use of Canvas API with Angular", "keywords": [ "angular", @@ -25,6 +25,9 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/common/package.json b/libs/common/package.json index a804ff08..045a77e7 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/common", - "version": "4.5.0", + "version": "4.5.1", "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [ "angular", @@ -29,5 +29,8 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/geolocation/package.json b/libs/geolocation/package.json index 3fce3f76..0730ae22 100644 --- a/libs/geolocation/package.json +++ b/libs/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "4.5.0", + "version": "4.5.1", "description": "This is a library for declarative use of Geolocation API with Angular", "keywords": [ "angular", @@ -28,6 +28,9 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/intersection-observer/package.json b/libs/intersection-observer/package.json index 7be3539f..6ceb7090 100644 --- a/libs/intersection-observer/package.json +++ b/libs/intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/intersection-observer", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for declarative use of Intersection Observer API with Angular", "keywords": [ "angular", @@ -21,6 +21,9 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/midi/package.json b/libs/midi/package.json index c93785ce..72e356aa 100644 --- a/libs/midi/package.json +++ b/libs/midi/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/midi", - "version": "4.5.0", + "version": "4.5.1", "description": "An Observable based library for the use of Web MIDI API with Angular", "keywords": [ "angular", @@ -24,8 +24,11 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "@types/webmidi": ">=2.1.0", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/mutation-observer/package.json b/libs/mutation-observer/package.json index da4b7ca1..e3b90ef2 100644 --- a/libs/mutation-observer/package.json +++ b/libs/mutation-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/mutation-observer", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for declarative use of Mutation Observer API with Angular", "keywords": [ "angular", @@ -21,6 +21,9 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/notification/package.json b/libs/notification/package.json index 81bbfed1..4ca1d0f0 100644 --- a/libs/notification/package.json +++ b/libs/notification/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/notification", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for declarative use of Notification API with Angular", "keywords": [ "angular", @@ -20,7 +20,10 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/payment-request/package.json b/libs/payment-request/package.json index 51bcb9f9..0db3646d 100644 --- a/libs/payment-request/package.json +++ b/libs/payment-request/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/payment-request", - "version": "4.5.0", + "version": "4.5.1", "description": "This is a library for declarative use of Payment Request API with Angular", "keywords": [ "angular", @@ -26,7 +26,10 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/permissions/package.json b/libs/permissions/package.json index cab4c9ff..11c5813d 100644 --- a/libs/permissions/package.json +++ b/libs/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/permissions", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for comfortable use of Permissions API in Angular applications", "keywords": [ "angular", @@ -27,7 +27,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" }, "publishConfig": { "access": "public" diff --git a/libs/resize-observer/package.json b/libs/resize-observer/package.json index 826d4467..c2a53c14 100644 --- a/libs/resize-observer/package.json +++ b/libs/resize-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/resize-observer", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for declarative use of Resize Observer API with Angular", "keywords": [ "angular", @@ -22,6 +22,9 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/screen-orientation/package.json b/libs/screen-orientation/package.json index 669545fa..87c1383c 100644 --- a/libs/screen-orientation/package.json +++ b/libs/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/screen-orientation", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for declarative use of screen orientation with Angular", "keywords": [ "angular", @@ -18,7 +18,10 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/speech/package.json b/libs/speech/package.json index a5e14fab..da5fa321 100644 --- a/libs/speech/package.json +++ b/libs/speech/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/speech", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for using Web Speech API with Angular", "keywords": [ "angular", @@ -26,7 +26,10 @@ ], "peerDependencies": { "@angular/core": ">=6.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "@types/dom-speech-recognition": ">=0.0.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/storage/package.json b/libs/storage/package.json index a8855e19..b16a325d 100644 --- a/libs/storage/package.json +++ b/libs/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/storage", - "version": "4.5.0", + "version": "4.5.1", "description": "A library to use Web Storage API with Observables", "keywords": [ "angular", @@ -24,7 +24,10 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/universal/package.json b/libs/universal/package.json index f040b2d6..e658e5cc 100644 --- a/libs/universal/package.json +++ b/libs/universal/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/universal", - "version": "4.5.0", + "version": "4.5.1", "description": "A set of fallback for @ng-web-apis/common for Angular Universal", "keywords": [ "angular", @@ -30,8 +30,11 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "@types/node": ">=22.5.5", "rxjs": ">=7.0.0" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/view-transition/package.json b/libs/view-transition/package.json index ccd6cfd7..8fe652cf 100644 --- a/libs/view-transition/package.json +++ b/libs/view-transition/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/view-transition", - "version": "4.5.0", + "version": "4.5.1", "description": "This is a library for declarative use of View Transition API with Angular", "keywords": [ "angular", @@ -27,5 +27,8 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@types/dom-view-transitions": ">=1.0.5" + }, + "publishConfig": { + "access": "public" } } diff --git a/libs/workers/package.json b/libs/workers/package.json index 2b2ca0b5..baeabc09 100644 --- a/libs/workers/package.json +++ b/libs/workers/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/workers", - "version": "4.5.0", + "version": "4.5.1", "description": "A library for comfortable use of Web Workers API in Angular", "keywords": [ "angular", @@ -24,7 +24,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" }, "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 6038635e..f1bc5d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-web-apis", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng-web-apis", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "workspaces": [ "libs/*" @@ -101,7 +101,7 @@ }, "libs/audio": { "name": "@ng-web-apis/audio", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -110,16 +110,16 @@ }, "libs/canvas": { "name": "@ng-web-apis/canvas", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "libs/common": { "name": "@ng-web-apis/common", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -129,7 +129,7 @@ }, "libs/geolocation": { "name": "@ng-web-apis/geolocation", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -137,121 +137,121 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "libs/intersection-observer": { "name": "@ng-web-apis/intersection-observer", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "libs/midi": { "name": "@ng-web-apis/midi", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "@types/webmidi": ">=2.1.0", "rxjs": ">=7.0.0" } }, "libs/mutation-observer": { "name": "@ng-web-apis/mutation-observer", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "libs/notification": { "name": "@ng-web-apis/notification", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" } }, "libs/payment-request": { "name": "@ng-web-apis/payment-request", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" } }, "libs/permissions": { "name": "@ng-web-apis/permissions", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "libs/resize-observer": { "name": "@ng-web-apis/resize-observer", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "libs/screen-orientation": { "name": "@ng-web-apis/screen-orientation", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" } }, "libs/speech": { "name": "@ng-web-apis/speech", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "@types/dom-speech-recognition": ">=0.0.4" } }, "libs/storage": { "name": "@ng-web-apis/storage", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "rxjs": ">=7.0.0" } }, "libs/universal": { "name": "@ng-web-apis/universal", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0", + "@ng-web-apis/common": ">=4.5.1", "@types/node": ">=22.5.5", "rxjs": ">=7.0.0" } }, "libs/view-transition": { "name": "@ng-web-apis/view-transition", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -264,11 +264,11 @@ }, "libs/workers": { "name": "@ng-web-apis/workers", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.0" + "@ng-web-apis/common": ">=4.5.1" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 2e8069a4..520dc484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-web-apis", - "version": "4.5.0", + "version": "4.5.1", "private": true, "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [