@ozdao/prometheus-framework 0.2.88 → 0.2.89
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +19 -19
- package/src/modules/events/components/pages/Events.vue +0 -1
- package/src/modules/landing/components/pages/Governance.vue +0 -11
- package/src/modules/landing/components/pages/Hotel.vue +0 -9
- package/src/modules/landing/components/pages/Page.vue +0 -7
- package/src/modules/marketplace/components/layouts/Marketplace.vue +1 -8
- package/src/modules/products/components/pages/Product.vue +1 -13
- package/src/modules/spots/components/layouts/Spots.vue +0 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ozdao/prometheus-framework",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.89",
|
4
4
|
"description": "Web3 Framework focused on user experience and ease of development.",
|
5
5
|
"author": "OZ DAO <hello@ozdao.dev>",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -167,44 +167,44 @@
|
|
167
167
|
"docs:preview": "vitepress preview docs"
|
168
168
|
},
|
169
169
|
"dependencies": {
|
170
|
-
"@capacitor/core": "^
|
171
|
-
"@capacitor/preferences": "^
|
172
|
-
"@googlemaps/google-maps-services-js": "^3.
|
173
|
-
"@intlify/unplugin-vue-i18n": "^
|
174
|
-
"@vuepic/vue-datepicker": "^8.
|
170
|
+
"@capacitor/core": "^6.0.0",
|
171
|
+
"@capacitor/preferences": "^6.0.0",
|
172
|
+
"@googlemaps/google-maps-services-js": "^3.4.0",
|
173
|
+
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
174
|
+
"@vuepic/vue-datepicker": "^8.5.1",
|
175
175
|
"bignumber.js": "^9.1.2",
|
176
176
|
"config": "^3.3.11",
|
177
177
|
"jwk-to-pem": "^2.0.5",
|
178
|
-
"libphonenumber-js": "^1.10.
|
179
|
-
"mongoose": "^8.
|
178
|
+
"libphonenumber-js": "^1.10.62",
|
179
|
+
"mongoose": "^8.3.3",
|
180
180
|
"multer": "^1.4.5-lts.1",
|
181
|
-
"sharp": "^0.33.
|
181
|
+
"sharp": "^0.33.3",
|
182
182
|
"nodemailer": "^6.9.13",
|
183
|
-
"openai": "^4.
|
183
|
+
"openai": "^4.41.0",
|
184
184
|
"uuidv4": "^6.2.13",
|
185
|
-
"vue": "^3.4.
|
186
|
-
"vue-i18n": "^9.
|
185
|
+
"vue": "^3.4.26",
|
186
|
+
"vue-i18n": "^9.13.1"
|
187
187
|
},
|
188
188
|
"devDependencies": {
|
189
189
|
"@babel/preset-flow": "^7.24.1",
|
190
|
-
"@babel/runtime": "^7.24.
|
190
|
+
"@babel/runtime": "^7.24.5",
|
191
191
|
"@rollup/plugin-babel": "^6.0.4",
|
192
192
|
"@rollup/plugin-commonjs": "^25.0.7",
|
193
193
|
"@rollup/plugin-json": "^6.1.0",
|
194
194
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
195
195
|
"@rollup/plugin-typescript": "^11.1.6",
|
196
|
-
"@types/node": "^20.
|
196
|
+
"@types/node": "^20.12.8",
|
197
197
|
"@vitejs/plugin-vue": "^5.0.4",
|
198
198
|
"postcss-import": "^16.1.0",
|
199
199
|
"postcss-url": "^10.1.3",
|
200
|
-
"rollup": "^4.
|
201
|
-
"sass": "^1.
|
200
|
+
"rollup": "^4.17.2",
|
201
|
+
"sass": "^1.76.0",
|
202
202
|
"tslib": "^2.6.2",
|
203
|
-
"typescript": "^5.4.
|
204
|
-
"vite": "^5.2.
|
203
|
+
"typescript": "^5.4.5",
|
204
|
+
"vite": "^5.2.11",
|
205
205
|
"vite-plugin-commonjs": "^0.10.1",
|
206
206
|
"vite-plugin-node-polyfills": "^0.21.0",
|
207
|
-
"vitepress": "^1.
|
207
|
+
"vitepress": "^1.1.4"
|
208
208
|
},
|
209
209
|
"bugs": {
|
210
210
|
"url": "https://github.com/oz-digital/prometheus-framework/issues"
|
@@ -35,7 +35,6 @@
|
|
35
35
|
<script setup="props">
|
36
36
|
import { computed, onMounted, watch } from 'vue';
|
37
37
|
import { useRoute, useRouter } from 'vue-router';
|
38
|
-
import { useMeta } from 'vue-meta';
|
39
38
|
|
40
39
|
import Breadcrumbs from '@pf/src/components/Breadcrumbs/Breadcrumbs.vue';
|
41
40
|
import Feed from '@pf/src/modules/events/components/sections/Feed.vue';
|
@@ -114,11 +114,8 @@
|
|
114
114
|
import WhatIsWDRSection from '@pf/src/modules/landing/components/sections/WhatIsWDRSection.vue'
|
115
115
|
import HowToBuyWDR from '@pf/src/modules/landing/components/sections/HowToBuyWDR.vue'
|
116
116
|
|
117
|
-
|
118
117
|
import Footer from '@pf/src/components/Footer/Footer.vue'
|
119
118
|
|
120
|
-
|
121
|
-
import { useMeta } from 'vue-meta'
|
122
119
|
import { useI18n } from 'vue-i18n'
|
123
120
|
|
124
121
|
const description = {
|
@@ -140,14 +137,6 @@
|
|
140
137
|
}
|
141
138
|
|
142
139
|
const { t } = useI18n(description)
|
143
|
-
|
144
|
-
|
145
|
-
const computedMeta = computed(() => ({
|
146
|
-
title: t('meta.title'),
|
147
|
-
description: t('meta.description')
|
148
|
-
}))
|
149
|
-
|
150
|
-
const { meta, onRemoved } = useMeta(computedMeta)
|
151
140
|
</script>
|
152
141
|
|
153
142
|
<style lang="scss">
|
@@ -16,7 +16,6 @@
|
|
16
16
|
import MapSection from '@pf/src/modules/landing/components/sections/MapSection.vue'
|
17
17
|
import Footer from '@pf/src/components/Footer/Footer.vue'
|
18
18
|
|
19
|
-
import { useMeta } from 'vue-meta'
|
20
19
|
import { useI18n } from 'vue-i18n'
|
21
20
|
|
22
21
|
|
@@ -39,14 +38,6 @@
|
|
39
38
|
}
|
40
39
|
|
41
40
|
const { t } = useI18n(text)
|
42
|
-
|
43
|
-
|
44
|
-
const computedMeta = computed(() => ({
|
45
|
-
title: t('meta.title'),
|
46
|
-
description: t('meta.description')
|
47
|
-
}))
|
48
|
-
|
49
|
-
const { meta, onRemoved } = useMeta(computedMeta)
|
50
41
|
</script>
|
51
42
|
|
52
43
|
<style lang="scss">
|
@@ -56,7 +56,6 @@
|
|
56
56
|
import { useStore } from '@/store'
|
57
57
|
import { useRoute } from 'vue-router'
|
58
58
|
import { useI18n } from 'vue-i18n'
|
59
|
-
import { useMeta } from 'vue-meta'
|
60
59
|
|
61
60
|
import * as marked from 'marked';
|
62
61
|
import Footer from '@pf/src/components/Footer/Footer.vue'
|
@@ -141,12 +140,6 @@
|
|
141
140
|
text.messages[localization.locale].content = localization.content
|
142
141
|
})
|
143
142
|
|
144
|
-
const computedMeta = computed(() => ({
|
145
|
-
title: t('title'),
|
146
|
-
description: t('content').substring(0, 200)
|
147
|
-
}))
|
148
|
-
|
149
|
-
const { meta, onRemoved } = useMeta(computedMeta)
|
150
143
|
</script>
|
151
144
|
|
152
145
|
<style lang="scss">
|
@@ -43,7 +43,7 @@
|
|
43
43
|
import { useStore } from '@/store'
|
44
44
|
import { useRoute, useRouter,onBeforeRouteLeave } from 'vue-router'
|
45
45
|
import { useI18n } from 'vue-i18n'
|
46
|
-
|
46
|
+
|
47
47
|
// Import components
|
48
48
|
import BlockSearch from '@pf/src/modules/globals/components/blocks/BlockSearch.vue'
|
49
49
|
|
@@ -184,13 +184,6 @@
|
|
184
184
|
}
|
185
185
|
|
186
186
|
const { t } = useI18n(text)
|
187
|
-
|
188
|
-
const computedMeta = computed(() => ({
|
189
|
-
title: t('meta.title'),
|
190
|
-
description: t('meta.description')
|
191
|
-
}))
|
192
|
-
|
193
|
-
const { meta, onRemoved } = useMeta(computedMeta)
|
194
187
|
</script>
|
195
188
|
|
196
189
|
<style lang="scss">
|
@@ -26,8 +26,7 @@
|
|
26
26
|
import { computed, onMounted } from 'vue'
|
27
27
|
import { useRoute,useRouter } from 'vue-router'
|
28
28
|
import { useI18n } from 'vue-i18n'
|
29
|
-
|
30
|
-
|
29
|
+
|
31
30
|
import * as auth from '@pf/src/modules/auth/store/auth';
|
32
31
|
import * as products from '@pf/src/modules/products/store/products';
|
33
32
|
import * as categories from '@pf/src/modules/products/store/categories';
|
@@ -60,17 +59,6 @@
|
|
60
59
|
// })
|
61
60
|
|
62
61
|
const { t } = useI18n(text)
|
63
|
-
|
64
|
-
const computedMeta = computed(() => ({
|
65
|
-
title: products.state.current.name,
|
66
|
-
description: t('description')
|
67
|
-
}))
|
68
|
-
|
69
|
-
const { meta, onRemoved } = useMeta(computedMeta)
|
70
|
-
|
71
|
-
onMounted(() => {
|
72
|
-
|
73
|
-
});
|
74
62
|
</script>
|
75
63
|
|
76
64
|
<style lang="scss">
|
@@ -47,7 +47,6 @@
|
|
47
47
|
import { computed, onMounted, watch, watchEffect, ref } from 'vue'
|
48
48
|
import { useRoute, useRouter,onBeforeRouteLeave } from 'vue-router'
|
49
49
|
import { useI18n } from 'vue-i18n'
|
50
|
-
import { useMeta } from 'vue-meta'
|
51
50
|
// Prometheus
|
52
51
|
import Spoiler from "@pf/src/components/Spoiler/Spoiler.vue";
|
53
52
|
import Checkbox from "@pf/src/components/Checkbox/Checkbox.vue";
|
@@ -230,14 +229,6 @@
|
|
230
229
|
|
231
230
|
const { t } = useI18n(text)
|
232
231
|
|
233
|
-
const computedMeta = computed(() => ({
|
234
|
-
title: t('meta.title'),
|
235
|
-
description: t('meta.description')
|
236
|
-
}))
|
237
|
-
|
238
|
-
const { meta, onRemoved } = useMeta(computedMeta)
|
239
|
-
|
240
|
-
|
241
232
|
</script>
|
242
233
|
|
243
234
|
<style lang="scss">
|