@annotorious/react-manifold 3.0.0-rc.18 → 3.0.0-rc.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/annotorious-react-manifold.es10.js +8 -30
- package/dist/annotorious-react-manifold.es10.js.map +1 -1
- package/dist/annotorious-react-manifold.es11.js +7 -2
- package/dist/annotorious-react-manifold.es11.js.map +1 -1
- package/dist/annotorious-react-manifold.es12.js +16 -2
- package/dist/annotorious-react-manifold.es12.js.map +1 -1
- package/dist/annotorious-react-manifold.es13.js +5 -0
- package/dist/annotorious-react-manifold.es13.js.map +1 -0
- package/dist/annotorious-react-manifold.es14.js +33 -0
- package/dist/annotorious-react-manifold.es14.js.map +1 -0
- package/dist/annotorious-react-manifold.es15.js +602 -0
- package/dist/annotorious-react-manifold.es15.js.map +1 -0
- package/dist/annotorious-react-manifold.es16.js +5 -0
- package/dist/annotorious-react-manifold.es16.js.map +1 -0
- package/dist/annotorious-react-manifold.es17.js +5 -0
- package/dist/annotorious-react-manifold.es17.js.map +1 -0
- package/dist/annotorious-react-manifold.es18.js +9 -0
- package/dist/annotorious-react-manifold.es18.js.map +1 -0
- package/dist/annotorious-react-manifold.es19.js +5 -0
- package/dist/annotorious-react-manifold.es19.js.map +1 -0
- package/dist/annotorious-react-manifold.es2.js +14 -12
- package/dist/annotorious-react-manifold.es2.js.map +1 -1
- package/dist/annotorious-react-manifold.es20.js +33 -0
- package/dist/annotorious-react-manifold.es20.js.map +1 -0
- package/dist/annotorious-react-manifold.es21.js +602 -0
- package/dist/annotorious-react-manifold.es21.js.map +1 -0
- package/dist/annotorious-react-manifold.es22.js +5 -0
- package/dist/annotorious-react-manifold.es22.js.map +1 -0
- package/dist/annotorious-react-manifold.es23.js +5 -0
- package/dist/annotorious-react-manifold.es23.js.map +1 -0
- package/dist/annotorious-react-manifold.es4.js +7 -6
- package/dist/annotorious-react-manifold.es4.js.map +1 -1
- package/dist/annotorious-react-manifold.es6.js +4 -3
- package/dist/annotorious-react-manifold.es6.js.map +1 -1
- package/dist/annotorious-react-manifold.es7.js +4 -4
- package/dist/annotorious-react-manifold.es7.js.map +1 -1
- package/dist/annotorious-react-manifold.es8.js +46 -2
- package/dist/annotorious-react-manifold.es8.js.map +1 -1
- package/dist/annotorious-react-manifold.es9.js +1350 -563
- package/dist/annotorious-react-manifold.es9.js.map +1 -1
- package/dist/openseadragon/OpenSeadragonViewerManifold.d.ts +1 -0
- package/dist/openseadragon/OpenSeadragonViewerManifold.d.ts.map +1 -1
- package/package.json +8 -8
- package/LICENSE +0 -28
- package/README.md +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@annotorious/react-manifold",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.19.1",
|
|
4
4
|
"description": "A utility to manage multiple parallel Annotorious instances more efficiently",
|
|
5
5
|
"author": "Rainer Simon",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"start": "vite",
|
|
29
|
-
"build": "tsc && vite build"
|
|
29
|
+
"build": "tsc && vite build",
|
|
30
|
+
"test": "echo 'Skipping tests in @annotorious/annotorious-react-manifold package'"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
|
-
"@types/react": "^18.2.
|
|
33
|
+
"@types/react": "^18.2.48",
|
|
33
34
|
"@types/react-dom": "^18.2.18",
|
|
34
35
|
"@vitejs/plugin-react": "^4.2.1",
|
|
35
36
|
"typescript": "^5.3.3",
|
|
36
|
-
"vite": "^5.0.
|
|
37
|
-
"vite-plugin-dts": "^3.7.
|
|
38
|
-
"vite-tsconfig-paths": "^4.
|
|
37
|
+
"vite": "^5.0.12",
|
|
38
|
+
"vite-plugin-dts": "^3.7.2",
|
|
39
|
+
"vite-tsconfig-paths": "^4.3.1"
|
|
39
40
|
},
|
|
40
41
|
"peerDependencies": {
|
|
41
|
-
"
|
|
42
|
-
"openseadragon": "4.1.0",
|
|
42
|
+
"openseadragon": "^3.0.0 || ^4.0.0",
|
|
43
43
|
"react": "16.8.0 || >=17.x || >=18.x",
|
|
44
44
|
"react-dom": "16.8.0 || >=17.x || >=18.x"
|
|
45
45
|
}
|
package/LICENSE
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
BSD 3-Clause License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023, Annotorious
|
|
4
|
-
|
|
5
|
-
Redistribution and use in source and binary forms, with or without
|
|
6
|
-
modification, are permitted provided that the following conditions are met:
|
|
7
|
-
|
|
8
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
9
|
-
list of conditions and the following disclaimer.
|
|
10
|
-
|
|
11
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
12
|
-
this list of conditions and the following disclaimer in the documentation
|
|
13
|
-
and/or other materials provided with the distribution.
|
|
14
|
-
|
|
15
|
-
3. Neither the name of the copyright holder nor the names of its
|
|
16
|
-
contributors may be used to endorse or promote products derived from
|
|
17
|
-
this software without specific prior written permission.
|
|
18
|
-
|
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
20
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
23
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
25
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
26
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
27
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
28
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
package/README.md
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# Annotorious React Manifold
|
|
2
|
-
|
|
3
|
-
A utility to manage multiple parallel Annotorious instances more efficiently.
|
|
4
|
-
|
|
5
|
-
- Listen to annotation lifecycle events across all instances with just one listener.
|
|
6
|
-
- Find, retrieve and manipulate annotations across instances easily.
|
|
7
|
-
- Add multiple Annotorious instances with the same image, and let the Manifold handle live state sync.
|