@rebilly/instruments 3.26.4-beta.0 → 3.27.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/instruments",
3
- "version": "3.26.4-beta.0",
3
+ "version": "3.27.0",
4
4
  "author": "Rebilly",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "@babel/cli": "^7.14.5",
17
17
  "@babel/core": "^7.14.6",
18
18
  "@babel/preset-env": "^7.14.7",
19
- "@rebilly/risk-data-collector": "^2.3.0",
19
+ "@rebilly/risk-data-collector": "*",
20
20
  "@vue/reactivity": "^3.2.39",
21
21
  "jwt-decode": "^3.1.2",
22
22
  "lodash.camelcase": "^4.3.0",
@@ -30,20 +30,20 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@rollup/plugin-babel": "^5.1.0",
33
- "@rollup/plugin-commonjs": "^14.0.0",
33
+ "@rollup/plugin-commonjs": "^15.0.0",
34
34
  "@rollup/plugin-json": "^4.1.0",
35
- "@rollup/plugin-node-resolve": "^8.4.0",
35
+ "@rollup/plugin-node-resolve": "^15.0.1",
36
36
  "@rollup/plugin-replace": "^3.0.0",
37
37
  "axios": "^0.27.2",
38
38
  "babel-plugin-module-resolver": "^4.1.0",
39
39
  "component-emitter": "^1.3.0",
40
- "core-js": "3.23.3",
40
+ "core-js": "^3.23.3",
41
41
  "jest": "^27.0.6",
42
42
  "msw": "0.45.0",
43
43
  "msw-when-then": "^1.5.1",
44
44
  "rollup": "^2.35.1",
45
45
  "rollup-plugin-ignore": "^1.0.10",
46
- "rollup-plugin-polyfill-node": "^0.8.0",
46
+ "rollup-plugin-polyfill-node": "^0.12.0",
47
47
  "rollup-plugin-terser": "^7.0.2",
48
48
  "rollup-plugin-version-injector": "^1.3.3"
49
49
  }
package/project.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "instruments/core",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "projectType": "library",
5
+ "sourceRoot": "packages/instruments/core",
6
+ "targets": {
7
+ "semantic-release": {
8
+ "executor": "@theunderscorer/nx-semantic-release:semantic-release"
9
+ }
10
+ }
11
+ }
@@ -1,4 +1,4 @@
1
- import babel from '@rollup/plugin-babel';
1
+ import { babel } from '@rollup/plugin-babel';
2
2
  import resolve from '@rollup/plugin-node-resolve';
3
3
  import commonjs from '@rollup/plugin-commonjs';
4
4
  import json from '@rollup/plugin-json';
@@ -1616,6 +1616,25 @@
1616
1616
  }
1617
1617
  ]
1618
1618
  },
1619
+ {
1620
+ "apiName": "NordikCoin",
1621
+ "name": "NordikCoin",
1622
+ "landscapeLogo": null,
1623
+ "portraitLogo": "https://app.rebilly.com/static/payment-methods/portrait/NordikCoin.svg",
1624
+ "summary": "NordikCoin customers can buy Bitcoin in under 5 minutes.",
1625
+ "description": "NordikCoin is a crypto currency exchange that specializes in Bitcoin.",
1626
+ "countries": {
1627
+ "mode": "unknown",
1628
+ "values": []
1629
+ },
1630
+ "storefrontEnabled": true,
1631
+ "_links": [
1632
+ {
1633
+ "rel": "self",
1634
+ "href": "https://api.rebilly.com/payment-methods/NordikCoin"
1635
+ }
1636
+ ]
1637
+ },
1619
1638
  {
1620
1639
  "apiName": "OXXO",
1621
1640
  "name": "OXXO",