@ejfdelgado/ejflab-back 1.5.0 → 1.6.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-back",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ejfdelgado/ejflab-back.git"
@@ -8,7 +8,7 @@
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "mylogin": "npm login",
11
- "mypublish": "npm publish --access=public",
11
+ "mypublish": "npm install && npm publish --access=public",
12
12
  "diff": "unset GTK_PATH && git difftool",
13
13
  "clean": "rm -rf node_modules && npm cache clean --force && rm package-lock.json && npm install"
14
14
  },
@@ -19,7 +19,7 @@
19
19
  "license": "ISC",
20
20
  "private": false,
21
21
  "dependencies": {
22
- "@ejfdelgado/ejflab-common": "1.4.0",
22
+ "@ejfdelgado/ejflab-common": "1.5.0",
23
23
  "@google-cloud/compute": "^4.7.0",
24
24
  "@google-cloud/firestore": "^7.9.0",
25
25
  "@google-cloud/storage": "^7.11.3",