@xfe-repo/web-app 1.1.3 → 1.1.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.
package/deploy/.drone.yml CHANGED
@@ -144,7 +144,7 @@ volumes:
144
144
  path: /var/lib/node/${DRONE_REPO_NAME}-node-modules
145
145
 
146
146
  image_pull_secrets:
147
- - dockerconfigjson
147
+ - docker-key
148
148
 
149
149
  ---
150
150
  kind: secret
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },