@arex95/vue-core 1.1.31 → 1.1.33

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -623,7 +623,7 @@ class AxiosService {
623
623
  timeout: 300000,
624
624
  headers: {
625
625
  'Accept': 'application/json',
626
- 'Cache-Control': 'no-store, no-cache, must-revalidate, proxy-revalidate',
626
+ 'Cache-Control': 'no-cache',
627
627
  'Pragma': 'no-cache',
628
628
  'Expires': '0',
629
629
  ...headers,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arex95/vue-core",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "description": "Opinionated Vue Core",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",