Skip to content

Commit

Permalink
feature(REPORT-332970): Update package details(08/11/2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
SundaresanGunasekaran committed Nov 8, 2023
1 parent a23790f commit a2bf7af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/ 
@boldreports:registry=https://nexus.syncfusion.com/repository/reports-sdk-development-assets/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "5.3.8",
"private": true,
"dependencies": {
"@boldreports/react-reporting-components": "*",
"@boldreports/javascript-reporting-extensions": "*",
"@boldreports/react-reporting-components": "5.3.8",
"@boldreports/javascript-reporting-extensions": "5.3.8",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
Expand Down
4 changes: 2 additions & 2 deletions src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ function EDIT_REPORT(args) {
}
}

var ServiceURL = 'https://demos.boldreports.com/services/api/ReportViewerWebApi';
var DesignerServiceURL = 'https://demos.boldreports.com/services/api/ReportDesignerWebApi';
var ServiceURL = '/demos/services/api/ReportViewerWebApi';
var DesignerServiceURL = '/demos/services/api/ReportDesignerWebApi';

const SampleComponents = {
ProductLineSales: ProductLineSales,
Expand Down

0 comments on commit a2bf7af

Please sign in to comment.