@volcanicminds/backend 0.3.3 → 0.3.4

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcanicminds/backend",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "codename": "turin",
5
5
  "license": "MIT",
6
6
  "description": "The volcanic (minds) backend",
@@ -46,8 +46,7 @@
46
46
  "dev": "nodemon --exec \"ts-node\" server.ts",
47
47
  "test": "jest test --config jest.config.js",
48
48
  "reset": "yarn && yarn upgrade && yarn compile",
49
- "upgrade-deps": "yarn upgrade-interactive",
50
- "publish": "yarn && yarn compile && npm publish --access public"
49
+ "upgrade-deps": "yarn upgrade-interactive"
51
50
  },
52
51
  "dependencies": {
53
52
  "@apollo/server": "^4.2.2",