@live-change/url-frontend 0.2.26 → 0.2.28

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.
@@ -73,7 +73,7 @@
73
73
 
74
74
  import { computed } from 'vue'
75
75
  import { path, live, actions, api, rangeBuckets, reverseRange } from '@live-change/vue3-ssr'
76
- import {useHost} from "../../../../frontend-base";
76
+ import {useHost} from "@live-change/frontend-base";
77
77
  const urlApi = actions().url
78
78
 
79
79
  const urlPathBaseFunction = computed(() => domain.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/url-frontend",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -21,16 +21,16 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fortawesome/fontawesome-free": "^6.2.0",
24
- "@live-change/cli": "0.7.10",
25
- "@live-change/dao": "0.5.8",
26
- "@live-change/dao-vue3": "0.5.8",
27
- "@live-change/dao-websocket": "0.5.8",
28
- "@live-change/framework": "0.7.10",
29
- "@live-change/password-authentication-service": "0.3.11",
30
- "@live-change/prosemirror-service": "0.3.11",
31
- "@live-change/secret-code-service": "0.3.11",
32
- "@live-change/secret-link-service": "0.3.11",
33
- "@live-change/session-service": "0.3.11",
24
+ "@live-change/cli": "0.7.11",
25
+ "@live-change/dao": "0.5.9",
26
+ "@live-change/dao-vue3": "0.5.9",
27
+ "@live-change/dao-websocket": "0.5.9",
28
+ "@live-change/framework": "0.7.11",
29
+ "@live-change/password-authentication-service": "0.3.12",
30
+ "@live-change/prosemirror-service": "0.3.12",
31
+ "@live-change/secret-code-service": "0.3.12",
32
+ "@live-change/secret-link-service": "0.3.12",
33
+ "@live-change/session-service": "0.3.12",
34
34
  "@live-change/vue3-components": "0.2.16",
35
35
  "@live-change/vue3-ssr": "0.2.16",
36
36
  "@vueuse/core": "^9.1.0",
@@ -51,7 +51,7 @@
51
51
  "vue3-scroll-border": "0.1.4"
52
52
  },
53
53
  "devDependencies": {
54
- "@live-change/codeceptjs-helper": "0.7.10",
54
+ "@live-change/codeceptjs-helper": "0.7.11",
55
55
  "@wdio/selenium-standalone-service": "^7.20.8",
56
56
  "codeceptjs": "^3.3.4",
57
57
  "generate-password": "1.7.0",
@@ -63,5 +63,5 @@
63
63
  "author": "",
64
64
  "license": "ISC",
65
65
  "description": "",
66
- "gitHead": "6a0d7e0355b05d54ee98d0df558ae87ae3e48f18"
66
+ "gitHead": "c38ec9339a0a830bdf18ef717177ef1c7163be14"
67
67
  }