Skip to content

Commit e0c2e47

Browse files
committed
Update dependencies and settings
1 parent 84d2496 commit e0c2e47

File tree

6 files changed

+197
-205
lines changed

6 files changed

+197
-205
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": true
3+
"source.fixAll.eslint": "explicit"
44
},
55
"eslint.validate": ["javascript"]
66
}

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ npm install react-photo-sphere-viewer
99
```
1010

1111
## Library Version
12-
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.5.2 [<font color="green">**NEW**</font>]
13-
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.
12+
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.6.0 [<font color="green">**NEW**</font>]
13+
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.
1414

1515
## Description
1616

@@ -382,7 +382,6 @@ Currently managed methods are:
382382
- needsUpdate(): void;
383383
- autoSize(): void;
384384
- setPanorama(path: any, options?: PanoramaOptions): Promise<boolean>;
385-
- setOverlay(path: any, opacity?: number): Promise<void>;
386385
- toggleAutorotate(): void;
387386
- showError(message: string): void;
388387
- hideError(): void;

example/virtualtour/package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)