@taruvi/sdk 1.4.9 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,8 +51,8 @@ jobs:
51
51
  git tag "v${{ steps.version_check.outputs.current_version }}"
52
52
  git push origin "v${{ steps.version_check.outputs.current_version }}"
53
53
 
54
- - name: Publish (beta)
54
+ - name: Publish
55
55
  if: steps.version_check.outputs.changed == 'true'
56
- run: npm publish --access public --tag beta
56
+ run: npm publish --access public
57
57
  env:
58
58
  NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taruvi/sdk",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "Taruvi SDK",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",