@live-change/frontend-auto-form 0.8.122 → 0.8.123

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.
@@ -66,7 +66,7 @@
66
66
  import Button from "primevue/button";
67
67
  import AutoInput from "./AutoInput.vue"
68
68
 
69
- import { inputs, types } from '../config.js'
69
+ import { inputs, types } from '../../config.js'
70
70
  import { computed, getCurrentInstance, toRefs } from 'vue'
71
71
 
72
72
  const props = defineProps({
@@ -13,7 +13,7 @@
13
13
 
14
14
  <script setup>
15
15
  import AutoInput from "./AutoInput.vue"
16
- import { inputs, types } from "../config.js";
16
+ import { inputs, types } from '../../config.js'
17
17
  import { computed, inject, toRefs, getCurrentInstance } from 'vue'
18
18
 
19
19
  import { useI18n } from 'vue-i18n'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-auto-form",
3
- "version": "0.8.122",
3
+ "version": "0.8.123",
4
4
  "scripts": {
5
5
  "memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -22,16 +22,16 @@
22
22
  "type": "module",
23
23
  "dependencies": {
24
24
  "@fortawesome/fontawesome-free": "^6.5.2",
25
- "@live-change/cli": "^0.8.122",
26
- "@live-change/dao": "^0.8.122",
27
- "@live-change/dao-vue3": "^0.8.122",
28
- "@live-change/dao-websocket": "^0.8.122",
29
- "@live-change/framework": "^0.8.122",
30
- "@live-change/image-frontend": "^0.8.122",
31
- "@live-change/image-service": "^0.8.122",
32
- "@live-change/session-service": "^0.8.122",
33
- "@live-change/vue3-components": "^0.8.122",
34
- "@live-change/vue3-ssr": "^0.8.122",
25
+ "@live-change/cli": "^0.8.123",
26
+ "@live-change/dao": "^0.8.123",
27
+ "@live-change/dao-vue3": "^0.8.123",
28
+ "@live-change/dao-websocket": "^0.8.123",
29
+ "@live-change/framework": "^0.8.123",
30
+ "@live-change/image-frontend": "^0.8.123",
31
+ "@live-change/image-service": "^0.8.123",
32
+ "@live-change/session-service": "^0.8.123",
33
+ "@live-change/vue3-components": "^0.8.123",
34
+ "@live-change/vue3-ssr": "^0.8.123",
35
35
  "@vueuse/core": "^10.11.0",
36
36
  "codeceptjs-assert": "^0.0.5",
37
37
  "compression": "^1.7.4",
@@ -52,7 +52,7 @@
52
52
  "vue3-scroll-border": "0.1.6"
53
53
  },
54
54
  "devDependencies": {
55
- "@live-change/codeceptjs-helper": "^0.8.122",
55
+ "@live-change/codeceptjs-helper": "^0.8.123",
56
56
  "codeceptjs": "^3.6.5",
57
57
  "generate-password": "1.7.1",
58
58
  "playwright": "^1.41.2",
@@ -63,5 +63,5 @@
63
63
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
64
64
  "license": "ISC",
65
65
  "description": "",
66
- "gitHead": "3d1935bdc16579c96f009d49f1e9aa70a7697c71"
66
+ "gitHead": "42148742342a5ac004deb122042ead1d977cb8f8"
67
67
  }