publish first alpha versions of pkgs
This commit is contained in:
parent
d4eb3c135c
commit
3f1a33d2ad
10
package.json
10
package.json
@ -9,6 +9,16 @@
|
|||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
|
|
||||||
|
"build-bootstrap": "ng build ngx-data-bootstrap-ui --configuration production",
|
||||||
|
"publish-bootstrap": "npm publish dist/openharbor/ngx-data-bootstrap-ui --access public",
|
||||||
|
|
||||||
|
"build-cdk": "ng build ngx-data-cdk-ui --configuration production",
|
||||||
|
"publish-cdk": "npm publish dist/openharbor/ngx-data-cdk-ui --access public",
|
||||||
|
|
||||||
|
"build-ng-select": "ng build ngx-data-ng-select-ui --configuration production",
|
||||||
|
"publish-ng-select": "npm publish dist/openharbor/ngx-data-ng-select-ui --access public",
|
||||||
|
|
||||||
"start:app": "wait-on dist/openharbor/ngx-cdk-ui/fesm5 && dist/poweredsoft/ngx-bootstrap/fesm5 && ng serve --poll 2000",
|
"start:app": "wait-on dist/openharbor/ngx-cdk-ui/fesm5 && dist/poweredsoft/ngx-bootstrap/fesm5 && ng serve --poll 2000",
|
||||||
"watch:lib": "ng build @poweredsoft/ngx-cdk-ui --watch && ng build @poweredsoft/ngx-bootstrap --watch",
|
"watch:lib": "ng build @poweredsoft/ngx-cdk-ui --watch && ng build @poweredsoft/ngx-bootstrap --watch",
|
||||||
"watch:all": "npm run clean && run-p watch:lib start:app"
|
"watch:all": "npm run clean && run-p watch:lib start:app"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openharbor/ngx-data-bootstrap-ui",
|
"name": "@openharbor/ngx-data-bootstrap-ui",
|
||||||
"version": "0.0.15",
|
"version": "18.0.0-alpha.2",
|
||||||
|
"repository": "https://git.openharbor.io/Open-Harbor/ngx-data-ui",
|
||||||
"description": "an internal use library for handling data sources grid filtering sorting, add commands etc",
|
"description": "an internal use library for handling data sources grid filtering sorting, add commands etc",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"angular",
|
"angular",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
* Public API Surface of ngx-bootstrap
|
* Public API Surface of ngx-bootstrap
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
export * from './lib/command-modal/command-modal.module';
|
||||||
export * from './lib/command-modal/command-modal.service';
|
export * from './lib/command-modal/command-modal.service';
|
||||||
export * from './lib/command-modal/directives/command-modal.directive';
|
export * from './lib/command-modal/directives/command-modal.directive';
|
||||||
export * from './lib/form-group-command-modal/directives/form-group-command-modal.directive';
|
export * from './lib/form-group-command-modal/directives/form-group-command-modal.directive';
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openharbor/ngx-data-cdk-ui",
|
"name": "@openharbor/ngx-data-cdk-ui",
|
||||||
"version": "0.0.18",
|
"version": "18.0.0-alpha.2",
|
||||||
|
"repository": "https://git.openharbor.io/Open-Harbor/ngx-data-ui",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^18.0.0",
|
"@angular/common": "^18.0.0",
|
||||||
"@angular/core": "^18.0.0",
|
"@angular/core": "^18.0.0",
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openharbor/ngx-data-ng-select-ui",
|
"name": "@openharbor/ngx-data-ng-select-ui",
|
||||||
"version": "0.0.6",
|
"version": "18.0.0-alpha.2",
|
||||||
|
"repository": "https://git.openharbor.io/Open-Harbor/ngx-data-ui",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^18.0.0",
|
"@angular/common": "^18.0.0",
|
||||||
"@angular/core": "^18.0.0"
|
"@angular/core": "^18.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user