Skip to content

Commit

Permalink
chore(release): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Oct 18, 2021
1 parent 9080e1d commit ca1d421
Show file tree
Hide file tree
Showing 11 changed files with 369 additions and 31 deletions.
288 changes: 288 additions & 0 deletions packages/ngx-view360/projects/ngx-view360/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion packages/ngx-view360/projects/ngx-view360/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"@angular/core": ">=10.0.0"
},
"dependencies": {
"@egjs/view360": "^3.5.1"
"@egjs/view360": "^3.6.0"
},
"devDependencies": {
"@angular/common": "~10.0.0",
"@angular/core": "~10.0.0"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class NgxPanoViewerComponent extends PanoViewerInterface
}

private _bindEvents() {
const panoViewer = this._vanillaPanoViewer!;
const panoViewer = this._vanillaPanoViewer;

Object.keys(PANOVIEWER_EVENTS).forEach(evtKey => {
const evtName = PANOVIEWER_EVENTS[evtKey];
Expand Down
3 changes: 0 additions & 3 deletions packages/react-view360/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ node_modules/
public/
src/demo/

src/index.tsx
src/react-app-env.d.ts
.eslintcache
.env
config-overrides.js
rollup.config.js
tsconfig.paths.json
tsconfig.declaration.json
tsconfig.build.json
30 changes: 21 additions & 9 deletions packages/react-view360/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue-view360/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ webpack.*.js
tslint*

#docs
demo
demo/
jsdoc.json

#editor settings
Expand Down
Loading

0 comments on commit ca1d421

Please sign in to comment.