@annotorious/svelte 3.0.0-rc.31 → 3.0.0-rc.32
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/MouseOverTooltip.svelte.d.ts +1 -1
- package/dist/annotorious-svelte.es11.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/osd/OpenSeadragonAnnotator.svelte.d.ts +1 -1
- package/dist/osd/OpenSeadragonPopup.svelte.d.ts +1 -1
- package/dist/osd/index.d.ts +0 -1
- package/package.json +12 -12
- package/tsconfig.json +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/osd/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { SvelteComponent as default } from 'svelte';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"annotorious-svelte.es11.js","sources":["../../../node_modules/svelte/src/shared/version.js"],"sourcesContent":["// generated during release, do not modify\n\n/**\n * The current version, as set in package.json.\n *\n * https://svelte.dev/docs/svelte-compiler#svelte-version\n * @type {string}\n */\nexport const VERSION = '4.2.
|
|
1
|
+
{"version":3,"file":"annotorious-svelte.es11.js","sources":["../../../node_modules/svelte/src/shared/version.js"],"sourcesContent":["// generated during release, do not modify\n\n/**\n * The current version, as set in package.json.\n *\n * https://svelte.dev/docs/svelte-compiler#svelte-version\n * @type {string}\n */\nexport const VERSION = '4.2.19';\nexport const PUBLIC_VERSION = '4';\n"],"names":["PUBLIC_VERSION"],"mappings":"AASY,MAACA,IAAiB;","x_google_ignoreList":[0]}
|
package/dist/index.d.ts
CHANGED
|
@@ -10,4 +10,3 @@ export declare const ShapeType: typeof _ShapeType;
|
|
|
10
10
|
export declare const W3CImageFormat: (source: string, opts?: import('@annotorious/annotorious').W3CImageFormatAdapterOpts) => import('@annotorious/annotorious').W3CImageFormatAdapter;
|
|
11
11
|
export type { OpenSeadragonAnnotator as AnnotoriousOpenSeadragonAnnotator } from '@annotorious/openseadragon';
|
|
12
12
|
export type { Viewer } from 'openseadragon';
|
|
13
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { SvelteComponent as default } from 'svelte';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { SvelteComponent as default } from 'svelte';
|
package/dist/osd/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@annotorious/svelte",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.32",
|
|
4
4
|
"description": "Annotorious Svelte bindings",
|
|
5
5
|
"author": "Rainer Simon",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
16
|
"svelte": "./src/index.ts",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@sveltejs/vite-plugin-svelte": "^3.1.
|
|
18
|
+
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
19
19
|
"@tsconfig/svelte": "^5.0.4",
|
|
20
20
|
"@types/openseadragon": "^3.0.10",
|
|
21
|
-
"svelte": "^4.2.
|
|
22
|
-
"svelte-check": "^3.8.
|
|
21
|
+
"svelte": "^4.2.19",
|
|
22
|
+
"svelte-check": "^3.8.6",
|
|
23
23
|
"svelte-preprocess": "^6.0.2",
|
|
24
|
-
"tslib": "^2.
|
|
25
|
-
"typescript": "5.5.
|
|
26
|
-
"vite": "^5.
|
|
27
|
-
"vite-plugin-dts": "^
|
|
24
|
+
"tslib": "^2.7.0",
|
|
25
|
+
"typescript": "5.5.4",
|
|
26
|
+
"vite": "^5.4.2",
|
|
27
|
+
"vite-plugin-dts": "^4.0.3"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"openseadragon": "^3.0.0 || ^4.0.0"
|
|
30
|
+
"openseadragon": "^3.0.0 || ^4.0.0 || ^5.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"openseadragon": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@annotorious/core": "3.0.0-rc.
|
|
39
|
-
"@annotorious/annotorious": "3.0.0-rc.
|
|
40
|
-
"@annotorious/openseadragon": "3.0.0-rc.
|
|
38
|
+
"@annotorious/core": "3.0.0-rc.32",
|
|
39
|
+
"@annotorious/annotorious": "3.0.0-rc.32",
|
|
40
|
+
"@annotorious/openseadragon": "3.0.0-rc.32",
|
|
41
41
|
"@neodrag/svelte": "^2.0.6"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false
|
package/tsconfig.json
CHANGED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AAEtB,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAGxE,YAAY,EACV,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,SAAS,EACT,cAAc,EACd,UAAU,EACV,kBAAkB,EAClB,KAAK,EACL,YAAY,EACZ,MAAM,EACN,aAAa,EACb,UAAU,EACV,eAAe,EACf,WAAW,EACX,WAAW,EACX,SAAS,EACT,cAAc,EACd,KAAK,EACL,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,IAAI,EACJ,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,oBAAoB,IAAI,qBAAqB,EAC7C,UAAU,IAAI,WAAW,EACzB,oBAAoB,IAAI,qBAAqB,EAC7C,MAAM,IAAI,OAAO,EACjB,gBAAgB,IAAI,iBAAiB,EACtC,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,qBAAqB,IAAI,oBAAoB,EAC7C,WAAW,IAAI,UAAU,EACzB,qBAAqB,IAAI,oBAAoB,EAC7C,OAAO,IAAI,MAAM,EACjB,iBAAiB,IAAI,gBAAgB,EACtC,CAAA;AAGD,YAAY,EACV,eAAe,EACf,WAAW,EACX,WAAW,EACX,cAAc,IAAI,yBAAyB,EAC3C,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,OAAO,EACP,eAAe,EACf,SAAS,EACT,iBAAiB,EACjB,KAAK,EACN,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAEL,SAAS,IAAI,UAAU,EAExB,MAAM,0BAA0B,CAAC;AAElC,eAAO,MAAM,oBAAoB,6SAAwB,CAAC;AAC1D,eAAO,MAAM,SAAS,mBAAa,CAAC;AACpC,eAAO,MAAM,cAAc,mJAAkB,CAAC;AAG9C,YAAY,EACV,sBAAsB,IAAI,iCAAiC,EAC5D,MAAM,4BAA4B,CAAC;AAEpC,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC"}
|
package/dist/osd/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/osd/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,6BAA6B,CAAC"}
|