@localazy/cdn-client 1.5.6 → 1.5.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localazy/cdn-client",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Node.js module that allows you to easily interact with the Localazy CDN.",
5
5
  "keywords": [
6
6
  "Localazy",
@@ -54,48 +54,52 @@
54
54
  "scripts": {
55
55
  "build": "npm run main-ts:build && vite build",
56
56
  "bundle:visualize": "vite-bundle-visualizer",
57
- "check": "npm run prettier && npm run lint && npm run typecheck && npm run build && npm run test:coverage",
57
+ "check": "npm run prettier && npm run lint && npm run typecheck && npm run build && npm run test",
58
58
  "check:fix": "npm run prettier:fix && npm run lint:fix",
59
59
  "dev": "vite & npm run main-ts:watch",
60
- "lint": "eslint --cache --cache-location .cache/eslint .",
60
+ "lint": "eslint .",
61
61
  "lint:fix": "eslint --fix .",
62
62
  "main-ts:build": "reexport src/main.ts",
63
63
  "main-ts:watch": "reexport --watch src/main.ts",
64
64
  "prepare": "husky",
65
- "prettier": "prettier --check --cache --cache-location .cache/prettier .",
65
+ "prettier": "prettier --check .",
66
66
  "prettier:fix": "prettier --write .",
67
- "test": "vitest",
67
+ "test": "vitest run",
68
68
  "test:coverage": "vitest run --coverage",
69
- "test:debug": "vitest --inspect-brk --no-file-parallelism",
70
- "test:ui": "vitest --ui",
69
+ "test:matrix": "./scripts/node-test-matrix.sh",
70
+ "test:watch": "vitest",
71
71
  "typecheck": "npx tsc --noemit"
72
72
  },
73
+ "prettier": "@localazy/prettier-config",
73
74
  "devDependencies": {
74
- "@localazy/conventional-changelog-preset": "^1.2.11",
75
- "@localazy/eslint-config": "^1.0.0-beta.2",
76
- "@localazy/prettier-config": "^1.0.0-beta.2",
77
- "@localazy/tsconfig": "^1.0.0-beta.4",
75
+ "@localazy/conventional-changelog-preset": "^1.3.0",
76
+ "@localazy/eslint-config": "^1.3.0",
77
+ "@localazy/prettier-config": "^1.2.0",
78
+ "@localazy/tsconfig": "^1.1.1",
78
79
  "@rollup/plugin-terser": "^0.4.4",
79
80
  "@types/isomorphic-fetch": "^0.0.39",
80
- "@types/node": "^22.17.1",
81
+ "@types/node": "^22.18.0",
81
82
  "@vitest/coverage-v8": "^3.2.4",
82
83
  "@vitest/ui": "^3.2.4",
83
84
  "conventional-changelog": "^5.1.0",
84
85
  "conventional-changelog-cli": "^4.1.0",
85
86
  "conventional-changelog-writer": "github:localazy/conventional-changelog-writer",
86
87
  "conventional-recommended-bump": "^9.0.0",
87
- "eslint": "^9.32.0",
88
- "fetch-mock": "^12.5.3",
88
+ "eslint": "^9.34.0",
89
+ "fetch-mock": "^12.5.4",
89
90
  "husky": "^9.1.7",
90
91
  "isomorphic-fetch": "^3.0.0",
91
92
  "prettier": "^3.6.2",
92
93
  "reexport": "^1.4.1",
93
94
  "typescript": "^5.9.2",
94
- "unplugin-replace": "^0.2.1",
95
- "vite": "^6.3.5",
95
+ "unplugin-replace": "^0.6.1",
96
+ "vite": "^7.1.3",
96
97
  "vite-bundle-visualizer": "^1.2.1",
97
98
  "vite-plugin-dts": "^4.5.4",
98
99
  "vitest": "^3.2.4"
99
100
  },
100
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
101
+ "packageManager": "npm@10.9.3",
102
+ "engines": {
103
+ "node": ">=20"
104
+ }
101
105
  }