@annotorious/svelte 3.0.0-rc.17 → 3.0.0-rc.19
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"annotorious-svelte.es12.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.es12.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.9';\nexport const PUBLIC_VERSION = '4';\n"],"names":["PUBLIC_VERSION"],"mappings":"AASY,MAACA,IAAiB;","x_google_ignoreList":[0]}
|
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.19",
|
|
4
4
|
"description": "Annotorious Svelte bindings",
|
|
5
5
|
"author": "Rainer Simon",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
|
19
19
|
"@tsconfig/svelte": "^5.0.2",
|
|
20
20
|
"@types/openseadragon": "^3.0.10",
|
|
21
|
-
"svelte": "^4.2.
|
|
22
|
-
"svelte-check": "^3.6.
|
|
21
|
+
"svelte": "^4.2.9",
|
|
22
|
+
"svelte-check": "^3.6.3",
|
|
23
23
|
"tslib": "^2.6.2",
|
|
24
24
|
"typescript": "^5.3.3",
|
|
25
|
-
"vite": "^5.0.
|
|
26
|
-
"vite-plugin-dts": "^3.7.
|
|
25
|
+
"vite": "^5.0.12",
|
|
26
|
+
"vite-plugin-dts": "^3.7.2"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@annotorious/annotorious": "*",
|