@live-change/frontend-base 0.4.1 → 0.4.3

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/package.json +13 -13
  2. package/vite-config.js +7 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
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",
@@ -33,21 +33,21 @@
33
33
  "@lezer/rust": "^1.0.1",
34
34
  "@lezer/sass": "^1.0.3",
35
35
  "@lezer/xml": "^1.0.2",
36
- "@live-change/cli": "0.8.0",
36
+ "@live-change/cli": "0.8.1",
37
37
  "@live-change/dao": "0.6.0",
38
38
  "@live-change/dao-message": "0.6.0",
39
39
  "@live-change/dao-sockjs": "0.6.0",
40
40
  "@live-change/dao-vue3": "0.6.0",
41
41
  "@live-change/dao-websocket": "0.6.0",
42
- "@live-change/email-service": "0.4.1",
43
- "@live-change/password-authentication-service": "0.4.1",
44
- "@live-change/secret-code-service": "0.4.1",
45
- "@live-change/secret-link-service": "0.4.1",
46
- "@live-change/security-frontend": "^0.4.1",
47
- "@live-change/session-service": "0.4.1",
48
- "@live-change/user-service": "0.4.1",
49
- "@live-change/vue3-components": "0.2.34",
50
- "@live-change/vue3-ssr": "0.2.34",
42
+ "@live-change/email-service": "0.4.4",
43
+ "@live-change/password-authentication-service": "0.4.4",
44
+ "@live-change/secret-code-service": "0.4.4",
45
+ "@live-change/secret-link-service": "0.4.4",
46
+ "@live-change/security-frontend": "^0.4.3",
47
+ "@live-change/session-service": "0.4.4",
48
+ "@live-change/user-service": "0.4.4",
49
+ "@live-change/vue3-components": "0.2.35",
50
+ "@live-change/vue3-ssr": "0.2.35",
51
51
  "@unhead/ssr": "^1.6.2",
52
52
  "@vitejs/plugin-vue": "^5.0.4",
53
53
  "@vue/compiler-sfc": "^3.3.4",
@@ -96,7 +96,7 @@
96
96
  "vue3-scroll-border": "0.1.6"
97
97
  },
98
98
  "devDependencies": {
99
- "@live-change/codeceptjs-helper": "0.8.0",
99
+ "@live-change/codeceptjs-helper": "0.8.1",
100
100
  "@wdio/selenium-standalone-service": "^8.15.0",
101
101
  "codeceptjs": "^3.5.12",
102
102
  "generate-password": "1.7.1",
@@ -108,5 +108,5 @@
108
108
  "author": "",
109
109
  "license": "BSD-3-Clause",
110
110
  "description": "",
111
- "gitHead": "89baa2259f0e856f6bc289770080d949f49ffc9d"
111
+ "gitHead": "348aa056fc924391e14909b17344ce200d716d94"
112
112
  }
package/vite-config.js CHANGED
@@ -128,19 +128,7 @@ export default async ({ command, mode }, options = {
128
128
  commonjsOptions: {
129
129
  transformMixedEsModules: true,
130
130
  include: [
131
- /node_modules/,
132
- /live-change-framework\/framework\//,
133
- /live-change-framework\/relations-plugin\//,
134
- /live-change-framework\/uid\//,
135
- /live-change-db\/db-web\//,
136
- /live-change-db\/db\//,
137
- /live-change-db\/db-store-rbtree\//,
138
- /live-change-db\/db-store-indexeddb\//,
139
- /live-change-db\/db-store-localstorage\//,
140
- /live-change-dao\/dao\//,
141
- /live-change-dao\/dao-sockjs\//,
142
- /live-change-dao\/dao-websocket\//,
143
- /live-change-dao\/dao-message\//,
131
+ /node_modules/
144
132
  ]
145
133
  },
146
134
  },
@@ -154,10 +142,10 @@ export default async ({ command, mode }, options = {
154
142
  '@live-change/framework',
155
143
  '@live-change/framework/lib/utils/validators.js',
156
144
  '@live-change/relations-plugin',
157
- '@live-change/db-web',
145
+ /* '@live-change/db-web',
158
146
  '@live-change/db',
159
147
  '@live-change/db-store-indexeddb',
160
- '@live-change/db-store-rbtree',
148
+ '@live-change/db-store-rbtree',*/
161
149
  'debug',
162
150
  'vite',
163
151
  'pica'
@@ -188,6 +176,10 @@ export default async ({ command, mode }, options = {
188
176
  '@live-change/wysiwyg-frontend',
189
177
  '@live-change/flow-frontend',
190
178
  '@live-change/frontend-auto-form',
179
+ '@live-change/db-web',
180
+ '@live-change/db',
181
+ '@live-change/db-store-indexeddb',
182
+ '@live-change/db-store-rbtree',
191
183
  'vue3-scroll-border',
192
184
  'pretty-bytes',
193
185
  'primevue',