@qrvey/data-persistence 0.5.0-beta → 0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@qrvey/data-persistence",
3
3
  "types": "dist/types/index.d.ts",
4
4
  "main": "dist/cjs/index.js",
5
- "version": "0.5.0-beta",
5
+ "version": "0.5.0",
6
6
  "license": "MIT",
7
7
  "exports": {
8
8
  ".": {
@@ -27,7 +27,7 @@
27
27
  "login-code-artifact": "aws codeartifact --profile manualqa login --tool npm --domain qrvey-npm --repository qrvey-npm",
28
28
  "publish-codeartifact": "npm publish --prefix dist --registry=https://qrvey-npm-459649773688.d.codeartifact.us-east-1.amazonaws.com/npm/qrvey-npm/",
29
29
  "publish-package-dev": "yarn prepare-publish && yarn publish-codeartifact",
30
- "publish-package": "yarn prepare-publish && npm publish --tag beta"
30
+ "publish-package": "yarn prepare-publish && npm publish"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@aws-sdk/client-dynamodb": "3.x",