@storecraft/database-postgres 1.0.15 → 1.0.16

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storecraft/database-postgres",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Official Postgres Database driver for storecraft",
5
5
  "license": "MIT",
6
6
  "author": "Tomer Shalev (https://github.com/store-craft)",
@@ -32,7 +32,8 @@
32
32
  "database-postgres:docker-compose-up": "docker compose -f ./tests/docker-compose.yml up -d ",
33
33
  "database-postgres:test": "node ./tests/runner.test.js",
34
34
  "test": "npm run database-postgres:test",
35
- "prepublishOnly": "npm version patch --force"
35
+ "prepublishOnly": "npm version patch --force",
36
+ "sc-publish": "npm publish"
36
37
  },
37
38
  "dependencies": {
38
39
  "@storecraft/core": "^1.0.0",