Skip to content

Commit

Permalink
Update dependencies and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed Jan 22, 2024
1 parent 84d2496 commit e0c2e47
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript"]
}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ npm install react-photo-sphere-viewer
```

## Library Version
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.5.2 [<font color="green">**NEW**</font>]
Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 4.1.0-psv5.5.2. This means that the wrapper is in version 4.1.0 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.5.2.
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.6.0 [<font color="green">**NEW**</font>]
Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 4.2.0-psv5.6.0. This means that the wrapper is in version 4.2.0 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.6.0.

## Description

Expand Down Expand Up @@ -382,7 +382,6 @@ Currently managed methods are:
- needsUpdate(): void;
- autoSize(): void;
- setPanorama(path: any, options?: PanoramaOptions): Promise<boolean>;
- setOverlay(path: any, opacity?: number): Promise<void>;
- toggleAutorotate(): void;
- showError(message: string): void;
- hideError(): void;
Expand Down
40 changes: 20 additions & 20 deletions example/virtualtour/package-lock.json

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

Loading

0 comments on commit e0c2e47

Please sign in to comment.