@rebilly/instruments 3.29.0 → 3.29.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/dist/index.js +2 -2
- package/dist/index.min.js +2 -2
- package/package.json +3 -3
- package/project.json +12 -1
- package/src/data/payment-methods.json +19 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/instruments",
|
|
3
|
-
"version": "3.29.
|
|
3
|
+
"version": "3.29.1",
|
|
4
4
|
"author": "Rebilly",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@babel/cli": "^7.14.5",
|
|
17
17
|
"@babel/core": "^7.14.6",
|
|
18
|
-
"@babel/preset-env": "^7.
|
|
18
|
+
"@babel/preset-env": "^7.21.5",
|
|
19
19
|
"@rebilly/risk-data-collector": "*",
|
|
20
20
|
"@vue/reactivity": "^3.2.39",
|
|
21
21
|
"jwt-decode": "^3.1.2",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
39
39
|
"component-emitter": "^1.3.0",
|
|
40
40
|
"core-js": "^3.23.3",
|
|
41
|
-
"jest": "^
|
|
41
|
+
"jest": "^29.5.0",
|
|
42
42
|
"msw": "0.45.0",
|
|
43
43
|
"msw-when-then": "^1.5.1",
|
|
44
44
|
"rollup": "^2.35.1",
|
package/project.json
CHANGED
|
@@ -5,7 +5,18 @@
|
|
|
5
5
|
"sourceRoot": "packages/instruments/core",
|
|
6
6
|
"targets": {
|
|
7
7
|
"semantic-release": {
|
|
8
|
-
"executor": "@theunderscorer/nx-semantic-release:semantic-release"
|
|
8
|
+
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
|
|
9
|
+
"options": {
|
|
10
|
+
"plugins": [
|
|
11
|
+
[
|
|
12
|
+
"@semantic-release/exec",
|
|
13
|
+
{
|
|
14
|
+
"publishCmd": "node ../../publish-to-s3.js ${nextRelease.version} ./dist/index.min.js core.js instruments",
|
|
15
|
+
"execCwd": "${PROJECT_DIR}"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
]
|
|
19
|
+
}
|
|
9
20
|
}
|
|
10
21
|
}
|
|
11
22
|
}
|
|
@@ -2750,6 +2750,25 @@
|
|
|
2750
2750
|
}
|
|
2751
2751
|
]
|
|
2752
2752
|
},
|
|
2753
|
+
{
|
|
2754
|
+
"apiName": "VegaWallet",
|
|
2755
|
+
"name": "VegaWallet",
|
|
2756
|
+
"landscapeLogo": null,
|
|
2757
|
+
"portraitLogo": null,
|
|
2758
|
+
"summary": "VegaWallet is an e-wallet that allows users to purchase, receive, send, and convert funds (points) between users and merchants.\n",
|
|
2759
|
+
"description": "VegaWallet is an e-wallet that allows users to purchase, receive, send, and convert funds (points) between users and merchants.\n",
|
|
2760
|
+
"countries": {
|
|
2761
|
+
"mode": "unknown",
|
|
2762
|
+
"values": []
|
|
2763
|
+
},
|
|
2764
|
+
"storefrontEnabled": true,
|
|
2765
|
+
"_links": [
|
|
2766
|
+
{
|
|
2767
|
+
"rel": "self",
|
|
2768
|
+
"href": "https://api.rebilly.com/payment-methods/VegaWallet"
|
|
2769
|
+
}
|
|
2770
|
+
]
|
|
2771
|
+
},
|
|
2753
2772
|
{
|
|
2754
2773
|
"apiName": "VenusPoint",
|
|
2755
2774
|
"name": "VenusPoint",
|