@mojaloop/api-snippets 17.2.3 → 17.2.4

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/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [17.2.4](https://github.com/mojaloop/api-snippets/compare/v17.2.3...v17.2.4) (2023-08-23)
3
+
4
+
5
+ ### CI/CD
6
+
7
+ * **mojaloop/#3454:** remove unneeded configs ([#166](https://github.com/mojaloop/api-snippets/issues/166)) ([29f792f](https://github.com/mojaloop/api-snippets/commit/29f792fa6a7a221a57d3d5bca36f0e57316c9360)), closes [mojaloop/#3454](https://github.com/mojaloop/api-snippets/issues/3454) [mojaloop/#3454](https://github.com/mojaloop/api-snippets/issues/3454)
8
+
2
9
  ### [17.2.3](https://github.com/mojaloop/api-snippets/compare/v17.2.2...v17.2.3) (2023-08-17)
3
10
 
4
11
 
package/audit-ci.jsonc ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
3
+ // audit-ci supports reading JSON, JSONC, and JSON5 config files.
4
+ // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
+ "moderate": true,
6
+ "allowlist": [
7
+ ]
8
+ }
@@ -1976,6 +1976,7 @@ export interface components {
1976
1976
  };
1977
1977
  pathItems: never;
1978
1978
  }
1979
+ export type $defs = Record<string, never>;
1979
1980
  export type external = Record<string, never>;
1980
1981
  export interface operations {
1981
1982
  /** @description Essential path to include schema components that are not used so that these definitions get included into the openapi-cli bundle api definition so that they get converted into typescript definitions. */
@@ -1393,6 +1393,7 @@ export interface components {
1393
1393
  };
1394
1394
  pathItems: never;
1395
1395
  }
1396
+ export type $defs = Record<string, never>;
1396
1397
  export type external = Record<string, never>;
1397
1398
  export interface operations {
1398
1399
  /** @description Essential path to include schema definitions that are not used so that these definitions get included into the openapi-cli bundle api definition so that they get converted into typescript definitions. */
@@ -874,6 +874,7 @@ export interface components {
874
874
  headers: never;
875
875
  pathItems: never;
876
876
  }
877
+ export type $defs = Record<string, never>;
877
878
  export type external = Record<string, never>;
878
879
  export interface operations {
879
880
  /** Health check endpoint. */
@@ -1542,6 +1542,7 @@ export interface components {
1542
1542
  headers: never;
1543
1543
  pathItems: never;
1544
1544
  }
1545
+ export type $defs = Record<string, never>;
1545
1546
  export type external = Record<string, never>;
1546
1547
  export interface operations {
1547
1548
  /**
@@ -1964,6 +1964,7 @@ export interface components {
1964
1964
  };
1965
1965
  pathItems: never;
1966
1966
  }
1967
+ export type $defs = Record<string, never>;
1967
1968
  export type external = Record<string, never>;
1968
1969
  export interface operations {
1969
1970
  /** @description Essential path to include schema definitions that are not used so that these definitions get included into the openapi-cli bundle api definition so that they get converted into typescript definitions. */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "17.2.3",
3
+ "version": "17.2.4",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "scripts": {
8
- "audit:resolve": "SHELL=sh resolve-audit --production",
9
- "audit:check": "SHELL=sh check-audit --production",
8
+ "audit:fix": "npm audit fix",
9
+ "audit:check": "npx audit-ci --config ./audit-ci.jsonc",
10
10
  "build": "npm run build:openapi; npm run build:dto; npm run build:schemas; tsc -p ./tsconfig.build.json",
11
11
  "build:dto": "npm run build:dto:v1.0; npm run build:dto:v1.1; npm run build:dto:thirdparty; npm run build:dto:sdk-scheme-adapter;",
12
12
  "build:schemas": "npm run build:schemas:sdk-scheme-adapter:backend; npm run build:schemas:sdk-scheme-adapter:outbound;",
@@ -63,7 +63,7 @@
63
63
  "js-yaml": "^4.1.0",
64
64
  "json-refs": "^3.0.15",
65
65
  "openapi-types": "^12.1.3",
66
- "openapi-typescript": "^6.5.0",
66
+ "openapi-typescript": "^6.5.3",
67
67
  "ts-auto-mock": "^3.7.1"
68
68
  },
69
69
  "overrides": {
@@ -74,33 +74,33 @@
74
74
  "@commitlint/cli": "^17.7.1",
75
75
  "@commitlint/config-conventional": "^17.7.0",
76
76
  "@redocly/openapi-cli": "^1.0.0-beta.94",
77
- "@types/jest": "^29.5.3",
78
- "@typescript-eslint/eslint-plugin": "^6.4.0",
79
- "@typescript-eslint/parser": "^6.4.0",
77
+ "@types/jest": "^29.5.4",
78
+ "@typescript-eslint/eslint-plugin": "^6.4.1",
79
+ "@typescript-eslint/parser": "^6.4.1",
80
+ "audit-ci": "^6.6.1",
80
81
  "diff": "^5.1.0",
81
82
  "eslint": "^8.47.0",
82
83
  "eslint-config-prettier": "^9.0.0",
83
84
  "eslint-config-standard": "^17.1.0",
84
85
  "eslint-import-resolver-typescript": "^3.6.0",
85
86
  "eslint-plugin-cucumber": "^2.0.0",
86
- "eslint-plugin-import": "^2.28.0",
87
+ "eslint-plugin-import": "^2.28.1",
87
88
  "eslint-plugin-node": "^11.1.0",
88
89
  "eslint-plugin-prettier": "^5.0.0",
89
90
  "eslint-plugin-promise": "^6.1.1",
90
91
  "eslint-plugin-standard": "^5.0.0",
91
92
  "husky": "8.0.3",
92
- "jest": "^29.6.2",
93
+ "jest": "^29.6.3",
93
94
  "jest-junit": "^16.0.0",
94
- "lint-staged": "^14.0.0",
95
- "npm-audit-resolver": "^3.0.0-RC.0",
96
- "npm-check-updates": "^16.11.2",
95
+ "lint-staged": "^14.0.1",
96
+ "npm-check-updates": "^16.13.0",
97
97
  "prettier": "^3.0.2",
98
98
  "standard-version": "^9.5.0",
99
99
  "swagger-cli": "^4.0.4",
100
100
  "ts-jest": "^29.1.1",
101
101
  "ts-node": "^10.9.1",
102
102
  "ts-patch": "^3.0.2",
103
- "tslib": "^2.6.1",
103
+ "tslib": "^2.6.2",
104
104
  "typescript": "^5.1.6"
105
105
  },
106
106
  "publishConfig": {