ubk.erp.webpack 1.1.4 → 1.1.5

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,9 +68,9 @@ If you prefer using environment variables, the library also supports:
68
68
 
69
69
  ```env
70
70
  # Provide a full URL for asset/API base; if omitted the default
71
- # fallback `https://npmapi.ubkerp.com/` will be used.
72
- VITE_ASSET_BASE_URL=https://npmapi.ubkerp.com/
73
- REACT_APP_API_URL=https://npmapi.ubkerp.com/
71
+ # fallback `yourbase_url` will be used.
72
+ VITE_ASSET_BASE_URL=yourbase_url
73
+ REACT_APP_API_URL=yourbase_url
74
74
 
75
75
  # API Endpoints
76
76
  VITE_MENU_URL=api/sdk/Menus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ubk.erp.webpack",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",