@hlmr/sdk-js 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 +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hlmr/sdk-js",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SDK JavaScript officiel pour l'API Mira - Routes publiques et sécurisées",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -29,6 +29,10 @@
29
29
  "test:coverage": "jest --coverage",
30
30
  "lint": "eslint src/ --ext .ts",
31
31
  "lint:fix": "eslint src/ --ext .ts --fix",
32
+ "lint:check": "eslint --print-config src/index.ts",
33
+ "lint:basic": "eslint src/ --ext .ts --no-eslintrc --parser @typescript-eslint/parser --env es6 --env node",
34
+ "lint:simple": "eslint src/ --ext .ts -c .eslintrc.simple.js",
35
+ "lint:test": "./scripts/test-lint.sh",
32
36
  "dev": "tsc --watch --module es2015 --outDir dist/esm",
33
37
  "prepublishOnly": "npm run build && npm test"
34
38
  },
@@ -53,9 +57,9 @@
53
57
  "homepage": "https://github.com/hlmr-travel/hlmr-sdk-js#readme",
54
58
  "devDependencies": {
55
59
  "@types/jest": "^29.5.0",
56
- "@typescript-eslint/eslint-plugin": "^6.0.0",
57
- "@typescript-eslint/parser": "^6.0.0",
58
- "eslint": "^8.0.0",
60
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
61
+ "@typescript-eslint/parser": "^6.21.0",
62
+ "eslint": "^8.57.0",
59
63
  "jest": "^29.5.0",
60
64
  "jest-environment-jsdom": "^29.5.0",
61
65
  "rimraf": "^5.0.0",