@heartlandone/vega-react 2.86.0 → 2.87.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # Vega React
2
- > React specific wrapper for [@heartlandone/vega](https://www.npmjs.com/package/@heartlandone/vega)
2
+ > React specific wrapper for [@globalpayments/vega](https://www.npmjs.com/package/@globalpayments/vega)
3
3
 
4
4
  For installation guidance, please refer to https://vega.globalpayments.com/guides/getting-started-developers#react
package/dist/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
- "name": "@heartlandone/vega-react",
3
- "version": "2.85.0",
4
- "description": "React specific wrapper for @heartlandone/vega",
2
+ "name": "@globalpayments/vega-react",
3
+ "version": "2.86.0",
4
+ "description": "React specific wrapper for @globalpayments/vega",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,
7
7
  "main": "./index.js",
8
8
  "module": "./index.js",
9
9
  "types": "./index.d.ts",
10
10
  "dependencies": {
11
- "@heartlandone/vega": "2.85.0"
11
+ "@globalpayments/vega": "2.86.0"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "react": ">=16.7.0",
@@ -21,7 +21,7 @@ export function waitForVegaReady(renderResult, delay = 300) {
21
21
  * To determine whether there is a hydrated style that cannot meet the requirements after the component is loaded,
22
22
  * It need to set the sleep time to ensure that each attribute of the vega component is fully loaded
23
23
  *
24
- code link: ./node_modules/@heartlandone/vega-react/dist/react-component-lib/utils/attachProps.js(line 28-33)}
24
+ code link: vega-react/dist/react-component-lib/utils/attachProps.js (line 28-33)
25
25
  */
26
26
  yield sleep(delay);
27
27
  return renderResult;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.86.0",
5
- "description": "React specific wrapper for @heartlandone/vega",
4
+ "version": "2.87.0",
5
+ "description": "React specific wrapper for @globalpayments/vega",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
8
8
  "stencil-postbuild": "node ./src/scripts/stencil-post-build-script.js",
@@ -44,7 +44,7 @@
44
44
  "typescript": "^4.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@heartlandone/vega": "2.86.0"
47
+ "@heartlandone/vega": "2.87.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=16.7.0",