Skip to content

Commit

Permalink
Merge pull request #63 from LuisEnMarroquin/develop
Browse files Browse the repository at this point in the history
Develop to main version 2.5.1
  • Loading branch information
LuisEnMarroquin authored Dec 12, 2022
2 parents 7bdb36e + 859be62 commit 86472d4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn run static
- uses: JamesIves/[email protected]
with:
folder: dist
folder: build
branch: gh-pages
git-config-name: LuisEnMarroquin
git-config-email: [email protected]
2 changes: 1 addition & 1 deletion packages/demo-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/express": "^4.17.14",
"@types/node": "^18.11.11",
"express": "^4.18.2",
"json-as-xlsx": "*",
"json-as-xlsx": "file:../main-library",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-reactjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"json-as-xlsx": "*",
"json-as-xlsx": "file:../main-library",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/main-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-as-xlsx",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/main-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,9 @@ export const xlsx = (jsonSheets: IJsonSheet[], settings: ISettings = {}, workboo
export default xlsx

export const libraryName = "json-as-xlsx"

module.exports = xlsx
module.exports.getContentProperty = getContentProperty
module.exports.getJsonSheetRow = getJsonSheetRow
module.exports.getWorksheetColumnWidths = getWorksheetColumnWidths
module.exports.utils = utils
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8420,6 +8420,11 @@ jsesc@~0.5.0:
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==

"json-as-xlsx@file:packages/main-library":
version "2.5.0"
dependencies:
xlsx "^0.18.5"

json-parse-better-errors@^1.0.1:
version "1.0.2"
resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz"
Expand Down

0 comments on commit 86472d4

Please sign in to comment.