-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
21,506 additions
and
148,709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
workspaces-experimental true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const path = require("path"); | ||
const { convertProperties } = require("@daybrush/release/angular"); | ||
const { PROPERTIES, EVENTS } = require("../packages/infinite-viewer/dist/infinite-viewer.cjs.js"); | ||
|
||
convertProperties( | ||
{ | ||
ANGULAR_INFINITE_VIEWER_INPUTS: PROPERTIES, | ||
ANGULAR_INFINITE_VIEWER_OUTPUTS: EVENTS, | ||
}, | ||
[ | ||
path.resolve(__dirname, "../packages/ngx-infinite-viewer/projects/ngx-infinite-viewer/src/public-api.ts"), | ||
], | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": [ | ||
"packages/*", | ||
"packages/ngx-infinite-viewer/projects/ngx-infinite-viewer" | ||
], | ||
"version": "independent", | ||
"lernaHelperOptions": { | ||
"deployFileMap": [ | ||
{ | ||
"basePath": "packages/infinite-viewer/dist", | ||
"dists": [ | ||
"demo/release/{{version}}/dist", | ||
"demo/release/latest/dist" | ||
] | ||
}, | ||
{ | ||
"basePath": "doc", | ||
"dists": [ | ||
"demo/release/{{version}}/doc", | ||
"demo/release/latest/doc" | ||
] | ||
} | ||
], | ||
"beforeReleaseScripts": [ | ||
"npm run packages:build", | ||
"npm run doc", | ||
"npm run deploy" | ||
] | ||
} | ||
} |
Oops, something went wrong.