@nanoporetech-digital/components-vue 8.23.8 → 8.23.9
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/web-types.json +2 -1
- package/package.json +3 -3
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@nanoporetech-digital/components-vue",
|
|
5
|
-
"version": "8.23.
|
|
5
|
+
"version": "8.23.8",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3610,6 +3610,7 @@
|
|
|
3610
3610
|
"name": "session-redirect",
|
|
3611
3611
|
"description": "A url to take the user after login or logout. Defaults to current URL. Is automatically URI encoded",
|
|
3612
3612
|
"required": false,
|
|
3613
|
+
"default": "window.location.href",
|
|
3613
3614
|
"value": {
|
|
3614
3615
|
"kind": "expression",
|
|
3615
3616
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.9",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "Vue 3 wrapper for Nano Components",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"vue-tsc": "^2.1.6"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@nanoporetech-digital/
|
|
49
|
-
"@nanoporetech-digital/
|
|
48
|
+
"@nanoporetech-digital/style": "8.23.9",
|
|
49
|
+
"@nanoporetech-digital/components": "8.23.9"
|
|
50
50
|
},
|
|
51
51
|
"gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
|
|
52
52
|
"vetur": {
|