@arex95/vue-core 1.1.34 → 1.1.35

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 +0 -3
  2. package/package.json +76 -76
package/dist/index.mjs CHANGED
@@ -623,9 +623,6 @@ class AxiosService {
623
623
  timeout: 300000,
624
624
  headers: {
625
625
  'Accept': 'application/json',
626
- 'Cache-Control': 'no-cache',
627
- 'Pragma': 'no-cache',
628
- 'Expires': '0',
629
626
  ...headers,
630
627
  },
631
628
  withCredentials: false,
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@arex95/vue-core",
3
- "version": "1.1.34",
4
- "description": "Opinionated Vue Core",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "exports": {
8
- "import": "./dist/index.mjs"
9
- },
10
- "types": "dist/index.d.ts",
11
- "type": "module",
12
- "files": [
13
- "dist"
14
- ],
15
- "scripts": {
16
- "build": "rollup -c",
17
- "changelog": "conventional-changelog -p angular -o CHANGELOG.md -r 0",
18
- "release": "npm version patch && npm run changelog && git add CHANGELOG.md package.json pnpm-lock.yaml && git commit -m \"chore(release): update changelog\" && git push && npm publish --access public",
19
- "test": "vitest",
20
- "test:watch": "vitest --watch",
21
- "test:ui": "vitest --ui"
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/Arex95/npm-arex-core.git"
26
- },
27
- "keywords": [
28
- "vue",
29
- "composables",
30
- "core",
31
- "npm"
32
- ],
33
- "author": "Arturo Rafael Serrano Girón",
34
- "license": "MIT",
35
- "peerDependencies": {
36
- "@tanstack/vue-query": ">=5.0.0",
37
- "@vueuse/core": ">=12.8.2",
38
- "axios": ">=1.6.0",
39
- "jwt-decode": "^4.0.0",
40
- "uuid": ">=11.1.0",
41
- "vue": ">=3.0.0",
42
- "vue-router": ">=4.5.0"
43
- },
44
- "devDependencies": {
45
- "@eslint/js": "^9.23.0",
46
- "@rollup/plugin-commonjs": "^28.0.3",
47
- "@rollup/plugin-json": "^6.1.0",
48
- "@rollup/plugin-node-resolve": "^16.0.0",
49
- "@rollup/plugin-typescript": "^12.1.2",
50
- "@types/crypto-js": "^4.2.2",
51
- "@types/node": "^22.13.10",
52
- "@vitest/spy": "^3.2.3",
53
- "@vitest/ui": "^3.2.3",
54
- "@vue/test-utils": "^2.4.6",
55
- "conventional-changelog-cli": "^5.0.0",
56
- "eslint": "^9.23.0",
57
- "eslint-plugin-vue": "^10.0.0",
58
- "globals": "^16.0.0",
59
- "jsdom": "^26.1.0",
60
- "rollup": "^4.35.0",
61
- "ts-node": "^10.9.2",
62
- "tslib": "^2.8.1",
63
- "typescript": "^5.8.2",
64
- "typescript-eslint": "^8.28.0",
65
- "vitest": "^3.2.3"
66
- },
67
- "dependencies": {
68
- "@tanstack/vue-query": ">=5.0.0",
69
- "@vueuse/core": ">=12.8.2",
70
- "axios": ">=1.6.0",
71
- "jwt-decode": "^4.0.0",
72
- "uuid": ">=11.1.0",
73
- "vue": ">=3.0.0",
74
- "vue-router": ">=4.5.0"
75
- }
76
- }
1
+ {
2
+ "name": "@arex95/vue-core",
3
+ "version": "1.1.35",
4
+ "description": "Opinionated Vue Core",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "exports": {
8
+ "import": "./dist/index.mjs"
9
+ },
10
+ "types": "dist/index.d.ts",
11
+ "type": "module",
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "scripts": {
16
+ "build": "rollup -c",
17
+ "changelog": "conventional-changelog -p angular -o CHANGELOG.md -r 0",
18
+ "release": "npm version patch && npm run changelog && git add CHANGELOG.md package.json pnpm-lock.yaml && git commit -m \"chore(release): update changelog\" && git push && npm publish --access public",
19
+ "test": "vitest",
20
+ "test:watch": "vitest --watch",
21
+ "test:ui": "vitest --ui"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/Arex95/npm-arex-core.git"
26
+ },
27
+ "keywords": [
28
+ "vue",
29
+ "composables",
30
+ "core",
31
+ "npm"
32
+ ],
33
+ "author": "Arturo Rafael Serrano Girón",
34
+ "license": "MIT",
35
+ "peerDependencies": {
36
+ "@tanstack/vue-query": ">=5.0.0",
37
+ "@vueuse/core": ">=12.8.2",
38
+ "axios": ">=1.6.0",
39
+ "jwt-decode": "^4.0.0",
40
+ "uuid": ">=11.1.0",
41
+ "vue": ">=3.0.0",
42
+ "vue-router": ">=4.5.0"
43
+ },
44
+ "devDependencies": {
45
+ "@eslint/js": "^9.23.0",
46
+ "@rollup/plugin-commonjs": "^28.0.3",
47
+ "@rollup/plugin-json": "^6.1.0",
48
+ "@rollup/plugin-node-resolve": "^16.0.0",
49
+ "@rollup/plugin-typescript": "^12.1.2",
50
+ "@types/crypto-js": "^4.2.2",
51
+ "@types/node": "^22.13.10",
52
+ "@vitest/spy": "^3.2.3",
53
+ "@vitest/ui": "^3.2.3",
54
+ "@vue/test-utils": "^2.4.6",
55
+ "conventional-changelog-cli": "^5.0.0",
56
+ "eslint": "^9.23.0",
57
+ "eslint-plugin-vue": "^10.0.0",
58
+ "globals": "^16.0.0",
59
+ "jsdom": "^26.1.0",
60
+ "rollup": "^4.35.0",
61
+ "ts-node": "^10.9.2",
62
+ "tslib": "^2.8.1",
63
+ "typescript": "^5.8.2",
64
+ "typescript-eslint": "^8.28.0",
65
+ "vitest": "^3.2.3"
66
+ },
67
+ "dependencies": {
68
+ "@tanstack/vue-query": ">=5.0.0",
69
+ "@vueuse/core": ">=12.8.2",
70
+ "axios": ">=1.6.0",
71
+ "jwt-decode": "^4.0.0",
72
+ "uuid": ">=11.1.0",
73
+ "vue": ">=3.0.0",
74
+ "vue-router": ">=4.5.0"
75
+ }
76
+ }