Adding Version Release v1.0.3

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-17 23:54:22 +05:30
parent 3b59069ed1
commit 73895e80c8
2 changed files with 3 additions and 7 deletions

View File

@ -21,7 +21,7 @@ jobs:
cmd: test # will run `yarn test` command cmd: test # will run `yarn test` command
publish-npm: publish-npm:
needs: build needs: Publish
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -35,4 +35,5 @@ jobs:
with: with:
auth-token: ${{ secrets.npm_token }} auth-token: ${{ secrets.npm_token }}
registry-url: registry.npmjs.org registry-url: registry.npmjs.org
cmd: publish # will run `yarn publish` command

View File

@ -1,6 +1,6 @@
{ {
"name": "encrypted-randomizer", "name": "encrypted-randomizer",
"version": "1.0.2", "version": "1.0.3",
"description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application", "description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -30,11 +30,6 @@
"crypto": "^1.0.1", "crypto": "^1.0.1",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"cryptr": "^6.0.2", "cryptr": "^6.0.2",
"extends-string": "^1.0.0",
"hash-wasm": "^4.8.0",
"jose": "^3.14.0",
"randomstring": "^1.2.1",
"string-crypto": "^2.0.1",
"tape": "^5.2.2" "tape": "^5.2.2"
}, },
"devDependencies": { "devDependencies": {