@bagelink/sdk 0.0.627 → 0.0.631

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ import { BagelVue } from '@bagel/vue';
18
18
  import App from './App.vue';
19
19
 
20
20
  const BagelConfig = {
21
- host: import.meta.env.VITE_BASE_URL,
21
+ host: import.meta.env.VITE_BAGEL_BASE_URL,
22
22
  onError: (err: any) => {
23
23
  // handle error
24
24
  // example:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/sdk",
3
3
  "type": "module",
4
- "version": "0.0.627",
4
+ "version": "0.0.631",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",