web-push-notifications 3.44.6 → 3.44.7

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 (2) hide show
  1. package/.gitlab-ci.yml +2 -2
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -91,7 +91,7 @@ Build:npm:
91
91
  - docker push $CI_REGISTRY_IMAGE/npm:$CI_COMMIT_REF_SLUG-$CI_PIPELINE_ID
92
92
  only:
93
93
  - /.*-prod$/
94
- - /.*-next$/ # тестовая версия будущих фич в гитхаб
94
+ - /.*-next$/
95
95
  except:
96
96
  - branches
97
97
 
@@ -111,7 +111,7 @@ Release:npm:next:
111
111
  image: $CI_REGISTRY_IMAGE/npm:$CI_COMMIT_REF_SLUG-$CI_PIPELINE_ID
112
112
  script:
113
113
  - pwd
114
- - ls -lah
114
+ - ls -lah /publish
115
115
  - npm publish --tag next
116
116
  when: manual
117
117
  only:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-push-notifications",
3
- "version": "3.44.6",
3
+ "version": "3.44.7",
4
4
  "description": "Pushwoosh web push notifications",
5
5
  "main": "npm.js",
6
6
  "types": "npm.d.ts",