Skip to content

Commit

Permalink
another fake bump to try to trigger npm publish step correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 18, 2022
1 parent e499299 commit bf49490
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 17.x
registry-url: https://registry.npmjs.org/

- name: Verify the version was bumped
run: |
Expand All @@ -82,8 +83,6 @@ jobs:

- name: Publish to npm
run: |
echo '//registry.npmjs.org/:_authToken=${ NODE_AUTH_TOKEN }' > .npmrc
cat .npmrc
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.JSSM_PUBLISH_TOKEN_FOR_GH_CI_CD }}
2 changes: 1 addition & 1 deletion dist/es6/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const version = "5.41.14";
const version = "5.41.15";
export { version };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.nonmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -15885,7 +15885,7 @@ function peg$parse(input, options) {
}
}

const version = "5.41.14";
const version = "5.41.15";

// whargarbl lots of these return arrays could/should be sets
/* eslint-disable complexity */
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -15884,7 +15884,7 @@ var jssm = (function (exports) {
}
}

const version = "5.41.14";
const version = "5.41.15";

// whargarbl lots of these return arrays could/should be sets
/* eslint-disable complexity */
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/classes/Machine.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.41.14",
"version": "5.41.15",
"engines": {
"node": ">=10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ts/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

const version: string = "5.41.14";
const version: string = "5.41.15";
export { version };

0 comments on commit bf49490

Please sign in to comment.