Package updates. Point IDAA Recovery Meetings to prod server instead of dev.
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -67,7 +67,7 @@
|
||||
"flowbite": "^2.5.1",
|
||||
"highlight.js": "^11.10.0",
|
||||
"lowlight": "^3.2.0",
|
||||
"lucide-svelte": "^0.464.0",
|
||||
"lucide-svelte": "^0",
|
||||
"mode-watcher": "^0.5.0",
|
||||
"postcss": "^8.4.41",
|
||||
"prettier": "^3.1.1",
|
||||
@@ -85,7 +85,7 @@
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript-svelte-plugin": "^0.3.0",
|
||||
"typescript-svelte-plugin": "^0.3.44",
|
||||
"vite": "^6.0.0",
|
||||
"vite-plugin-tailwind-purgecss": "^0.3.3",
|
||||
"vitest": "^2.1.0"
|
||||
@@ -4459,9 +4459,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/lucide-svelte": {
|
||||
"version": "0.464.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-svelte/-/lucide-svelte-0.464.0.tgz",
|
||||
"integrity": "sha512-yTLUIff++ydIYVN6hnfQCGUsR5Y56T6cvM3CyXrVNsExRsDKCZAifcIg3C8Bxcb7cO2h+fuCPPzvGsQfEl3TBA==",
|
||||
"version": "0.468.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-svelte/-/lucide-svelte-0.468.0.tgz",
|
||||
"integrity": "sha512-n0ecAFtCY5LEeL+PJ1Xj4n3c2gzj8tMpak0KMGnvoSJEjCsCnRB0mekBtJZAo7beyynW9Qj5Um1KfMBAeTNplw==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"flowbite": "^2.5.1",
|
||||
"highlight.js": "^11.10.0",
|
||||
"lowlight": "^3.2.0",
|
||||
"lucide-svelte": "^0.464.0",
|
||||
"lucide-svelte": "^0",
|
||||
"mode-watcher": "^0.5.0",
|
||||
"postcss": "^8.4.41",
|
||||
"prettier": "^3.1.1",
|
||||
@@ -80,7 +80,7 @@
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript-svelte-plugin": "^0.3.0",
|
||||
"typescript-svelte-plugin": "^0.3.44",
|
||||
"vite": "^6.0.0",
|
||||
"vite-plugin-tailwind-purgecss": "^0.3.3",
|
||||
"vitest": "^2.1.0"
|
||||
|
||||
@@ -23,8 +23,8 @@ let novi_api_key_for_idaa = 'CmNdWgdPmgluBWjiTd8xsUCk5mio8F1O9DYAh0pVDcg=';
|
||||
let novi_current_user_obj = null;
|
||||
let novi_current_user_email = null;
|
||||
|
||||
let idaa_osit_site_key = 'restricted-access';
|
||||
let idaa_ae_api_root_url = 'https://dev-idaa.oneskyit.com/idaa/recovery_meetings';
|
||||
let idaa_osit_site_key = '8VTOJ0X5hvT6JdiTJsGEzQ';
|
||||
let idaa_ae_api_root_url = 'https://sk-idaa.oneskyit.com/idaa/recovery_meetings';
|
||||
let idaa_ae_params = new URLSearchParams(document.location.search);
|
||||
let idaa_ae_slct_event_id = idaa_ae_params.get('event_id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user