@mojaloop/api-snippets 17.2.0 → 17.2.3

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,12 +1,9 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "17.2.0",
3
+ "version": "17.2.3",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
- "engines": {
8
- "node": "=16.x"
9
- },
10
7
  "scripts": {
11
8
  "audit:resolve": "SHELL=sh resolve-audit --production",
12
9
  "audit:check": "SHELL=sh check-audit --production",
@@ -38,13 +35,6 @@
38
35
  "snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'",
39
36
  "test:unit": "jest --testMatch '**/test/dto/*.(test|spec).ts'"
40
37
  },
41
- "husky": {
42
- "hooks": {
43
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
44
- "pre-commit": "lint-staged; npm run test:unit",
45
- "post-commit": "git update-index --again"
46
- }
47
- },
48
38
  "lint-staged": {
49
39
  "*.{js,ts}": "eslint --cache --fix"
50
40
  },
@@ -68,50 +58,50 @@
68
58
  "license": "Apache-2.0",
69
59
  "dependencies": {
70
60
  "@apidevtools/json-schema-ref-parser": "^9.1.2",
71
- "commander": "^10.0.1",
61
+ "commander": "^11.0.0",
72
62
  "jest-ts-auto-mock": "^2.1.0",
73
63
  "js-yaml": "^4.1.0",
74
64
  "json-refs": "^3.0.15",
75
65
  "openapi-types": "^12.1.3",
76
- "openapi-typescript": "^5.4.1",
77
- "ts-auto-mock": "^3.6.4",
78
- "ttypescript": "^1.5.15"
66
+ "openapi-typescript": "^6.5.0",
67
+ "ts-auto-mock": "^3.7.1"
79
68
  },
80
69
  "overrides": {
81
70
  "@types/cacheable-request": "^6.0.2",
82
71
  "@types/responselike": "^1.0.0"
83
72
  },
84
73
  "devDependencies": {
85
- "@commitlint/cli": "^17.6.5",
86
- "@commitlint/config-conventional": "^17.6.5",
74
+ "@commitlint/cli": "^17.7.1",
75
+ "@commitlint/config-conventional": "^17.7.0",
87
76
  "@redocly/openapi-cli": "^1.0.0-beta.94",
88
- "@types/jest": "^29.5.2",
89
- "@typescript-eslint/eslint-plugin": "^5.59.8",
90
- "@typescript-eslint/parser": "^5.59.8",
77
+ "@types/jest": "^29.5.3",
78
+ "@typescript-eslint/eslint-plugin": "^6.4.0",
79
+ "@typescript-eslint/parser": "^6.4.0",
91
80
  "diff": "^5.1.0",
92
- "eslint": "^8.42.0",
93
- "eslint-config-prettier": "^8.8.0",
81
+ "eslint": "^8.47.0",
82
+ "eslint-config-prettier": "^9.0.0",
94
83
  "eslint-config-standard": "^17.1.0",
95
- "eslint-import-resolver-typescript": "^3.5.5",
84
+ "eslint-import-resolver-typescript": "^3.6.0",
96
85
  "eslint-plugin-cucumber": "^2.0.0",
97
- "eslint-plugin-import": "^2.27.5",
86
+ "eslint-plugin-import": "^2.28.0",
98
87
  "eslint-plugin-node": "^11.1.0",
99
- "eslint-plugin-prettier": "^4.2.1",
88
+ "eslint-plugin-prettier": "^5.0.0",
100
89
  "eslint-plugin-promise": "^6.1.1",
101
90
  "eslint-plugin-standard": "^5.0.0",
102
- "husky": "4.3.8",
103
- "jest": "^29.5.0",
91
+ "husky": "8.0.3",
92
+ "jest": "^29.6.2",
104
93
  "jest-junit": "^16.0.0",
105
- "lint-staged": "^13.2.2",
94
+ "lint-staged": "^14.0.0",
106
95
  "npm-audit-resolver": "^3.0.0-RC.0",
107
- "npm-check-updates": "^16.10.8",
108
- "prettier": "^2.8.8",
96
+ "npm-check-updates": "^16.11.2",
97
+ "prettier": "^3.0.2",
109
98
  "standard-version": "^9.5.0",
110
99
  "swagger-cli": "^4.0.4",
111
- "ts-jest": "^29.1.0",
100
+ "ts-jest": "^29.1.1",
112
101
  "ts-node": "^10.9.1",
113
- "tslib": "^2.5.3",
114
- "typescript": "^4.9.4"
102
+ "ts-patch": "^3.0.2",
103
+ "tslib": "^2.6.1",
104
+ "typescript": "^5.1.6"
115
105
  },
116
106
  "publishConfig": {
117
107
  "registry": "https://registry.npmjs.org/"