@live-change/frontend-base 0.3.13 → 0.3.15

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.
Files changed (2) hide show
  1. package/Page.vue +1 -2
  2. package/package.json +5 -5
package/Page.vue CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  import ProgressBar from "primevue/progressbar"
26
26
 
27
- import { onMounted, ref } from 'vue'
27
+ import { onMounted, ref, computed } from 'vue'
28
28
  const isMounted = ref(false)
29
29
  onMounted(() => isMounted.value = true)
30
30
 
@@ -43,7 +43,6 @@
43
43
 
44
44
  //console.log("SETUP PAGE!!!")
45
45
 
46
- import { computed } from 'vue'
47
46
  import { useRoute, useRouter } from 'vue-router'
48
47
  const route = useRoute()
49
48
  const router = useRouter()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --enableSessions --initScript ./init.js --templatePath ../../base-frontend/index.html",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -42,11 +42,11 @@
42
42
  "@live-change/password-authentication-service": "0.3.36",
43
43
  "@live-change/secret-code-service": "0.3.36",
44
44
  "@live-change/secret-link-service": "0.3.36",
45
- "@live-change/security-frontend": "^0.3.13",
45
+ "@live-change/security-frontend": "^0.3.15",
46
46
  "@live-change/session-service": "0.3.36",
47
47
  "@live-change/user-service": "0.3.36",
48
- "@live-change/vue3-components": "0.2.30",
49
- "@live-change/vue3-ssr": "0.2.30",
48
+ "@live-change/vue3-components": "0.2.31",
49
+ "@live-change/vue3-ssr": "0.2.31",
50
50
  "@unhead/ssr": "^1.6.2",
51
51
  "@vitejs/plugin-vue": "^4.3.4",
52
52
  "@vue/compiler-sfc": "^3.3.4",
@@ -107,5 +107,5 @@
107
107
  "author": "",
108
108
  "license": "BSD-3-Clause",
109
109
  "description": "",
110
- "gitHead": "ea462900d71a2c3f5845976ea82b30d81eb97747"
110
+ "gitHead": "2204489e091e9da17a450fc2f94c6e1e2957f053"
111
111
  }