Skip to content

Commit

Permalink
Publish fix, version bump to 2.2.1 (#105)
Browse files Browse the repository at this point in the history
* Update npmPublish.yml

* bump version, degrade doc plugin version

doc plugin version bumped down due to compatibility issues

* sync package and package-lock

* add npm test
  • Loading branch information
dylan-holt-sage authored Sep 19, 2022
1 parent 589c1c2 commit acc333d
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 50 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
node-version: '14.20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
183 changes: 135 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intacct/intacct-sdk",
"version": "2.2.0",
"version": "2.2.1",
"description": "Sage Intacct SDK for JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -65,7 +65,7 @@
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"tslint": "^5.20.1",
"typedoc": "^0.23.8",
"typedoc": "^0.19.2",
"typedoc-plugin-external-module-name": "^4.0.6",
"typescript": "^4.2.4"
},
Expand Down

0 comments on commit acc333d

Please sign in to comment.