@prosopo/client-bundle-example 1.0.1 → 1.0.2

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "name": "@prosopo/client-bundle-example",
3
3
  "main": "index.js",
4
4
  "engines": {
5
- "node": ">=18",
5
+ "node": ">=20",
6
6
  "npm": ">=9"
7
7
  },
8
8
  "scripts": {
9
9
  "test": "echo \"No test specified\"",
10
10
  "start": "vite serve ./src --port 9232 --config vite.config.ts",
11
11
  "clean": "echo 'nothing to clean'",
12
- "eslint": "npx eslint . --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore --quiet",
12
+ "eslint": "npx eslint . --cache --cache-location ../../node_modules/.cache/eslint/.eslintcache --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore --quiet",
13
13
  "eslint:fix": "npm run eslint -- --fix",
14
- "prettier": "npx prettier . --check --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore",
14
+ "prettier": "npx prettier . --cache --cache-location ../../node_modules/.cache/prettier/.prettiercache --check --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore",
15
15
  "prettier:fix": "npm run prettier -- --write",
16
16
  "lint": "npm run eslint && npm run prettier",
17
17
  "lint:fix": "npm run eslint:fix && npm run prettier:fix"
@@ -20,7 +20,7 @@
20
20
  "dotenv": "^16.0.1",
21
21
  "vite": "^5.1.7"
22
22
  },
23
- "version": "1.0.1",
23
+ "version": "1.0.2",
24
24
  "devDependencies": {
25
25
  "tslib": "2.6.2",
26
26
  "typescript": "5.1.6"