@mojaloop/api-snippets 17.5.0 → 17.5.1
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 +7 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
### [17.5.1](https://github.com/mojaloop/api-snippets/compare/v17.5.0...v17.5.1) (2024-06-03)
|
3
|
+
|
4
|
+
|
5
|
+
### Maintenance
|
6
|
+
|
7
|
+
* exported fspiop v2_0 ([#173](https://github.com/mojaloop/api-snippets/issues/173)) ([dde1b84](https://github.com/mojaloop/api-snippets/commit/dde1b8492698cd8fe368544d7d60801fe6472ada))
|
8
|
+
|
2
9
|
## [17.5.0](https://github.com/mojaloop/api-snippets/compare/v17.4.0...v17.5.0) (2024-06-03)
|
3
10
|
|
4
11
|
|
package/lib/index.d.ts
CHANGED
@@ -1,14 +1,17 @@
|
|
1
1
|
import * as v1_0 from './fspiop/v1_0';
|
2
2
|
import * as v1_1 from './fspiop/v1_1';
|
3
|
+
import * as v2_0 from './fspiop/v2_0';
|
3
4
|
import * as thirdparty from './thirdparty';
|
4
5
|
import * as SDKSchemeAdapter from './sdk-scheme-adapter';
|
5
6
|
export * as v1_0 from './fspiop/v1_0';
|
6
7
|
export * as v1_1 from './fspiop/v1_1';
|
8
|
+
export * as v2_0 from './fspiop/v2_0';
|
7
9
|
export * as thirdparty from './thirdparty';
|
8
10
|
export * as SDKSchemeAdapter from './sdk-scheme-adapter';
|
9
11
|
declare const _default: {
|
10
12
|
v1_0: typeof v1_0;
|
11
13
|
v1_1: typeof v1_1;
|
14
|
+
v2_0: typeof v2_0;
|
12
15
|
thirdparty: typeof thirdparty;
|
13
16
|
SDKSchemeAdapter: typeof SDKSchemeAdapter;
|
14
17
|
};
|
package/lib/index.js
CHANGED
@@ -1,19 +1,22 @@
|
|
1
1
|
"use strict";
|
2
2
|
/* eslint-disable camelcase */
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.SDKSchemeAdapter = exports.thirdparty = exports.v1_1 = exports.v1_0 = void 0;
|
4
|
+
exports.SDKSchemeAdapter = exports.thirdparty = exports.v2_0 = exports.v1_1 = exports.v1_0 = void 0;
|
5
5
|
const tslib_1 = require("tslib");
|
6
6
|
const v1_0 = tslib_1.__importStar(require("./fspiop/v1_0"));
|
7
7
|
const v1_1 = tslib_1.__importStar(require("./fspiop/v1_1"));
|
8
|
+
const v2_0 = tslib_1.__importStar(require("./fspiop/v2_0"));
|
8
9
|
const thirdparty = tslib_1.__importStar(require("./thirdparty"));
|
9
10
|
const SDKSchemeAdapter = tslib_1.__importStar(require("./sdk-scheme-adapter"));
|
10
11
|
exports.v1_0 = tslib_1.__importStar(require("./fspiop/v1_0"));
|
11
12
|
exports.v1_1 = tslib_1.__importStar(require("./fspiop/v1_1"));
|
13
|
+
exports.v2_0 = tslib_1.__importStar(require("./fspiop/v2_0"));
|
12
14
|
exports.thirdparty = tslib_1.__importStar(require("./thirdparty"));
|
13
15
|
exports.SDKSchemeAdapter = tslib_1.__importStar(require("./sdk-scheme-adapter"));
|
14
16
|
exports.default = {
|
15
17
|
v1_0,
|
16
18
|
v1_1,
|
19
|
+
v2_0,
|
17
20
|
thirdparty,
|
18
21
|
SDKSchemeAdapter
|
19
22
|
};
|
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,8BAA8B;;;;AAE9B,4DAAqC;AACrC,4DAAqC;AACrC,iEAA0C;AAC1C,+EAAwD;AAExD,8DAAqC;AACrC,8DAAqC;AACrC,mEAA0C;AAC1C,iFAAwD;AAExD,kBAAe;IACb,IAAI;IACJ,IAAI;IACJ,UAAU;IACV,gBAAgB;CACjB,CAAA"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,8BAA8B;;;;AAE9B,4DAAqC;AACrC,4DAAqC;AACrC,4DAAqC;AACrC,iEAA0C;AAC1C,+EAAwD;AAExD,8DAAqC;AACrC,8DAAqC;AACrC,8DAAqC;AACrC,mEAA0C;AAC1C,iFAAwD;AAExD,kBAAe;IACb,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,UAAU;IACV,gBAAgB;CACjB,CAAA"}
|