web-push-notifications 3.44.2 → 3.44.3

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 +1 -0
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -82,6 +82,7 @@ Build:npm:
82
82
  before_script:
83
83
  - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
84
84
  script:
85
+ - ls -la
85
86
  - >
86
87
  docker build --pull
87
88
  -t $CI_REGISTRY_IMAGE/npm:$CI_COMMIT_REF_SLUG-$CI_PIPELINE_ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-push-notifications",
3
- "version": "3.44.2",
3
+ "version": "3.44.3",
4
4
  "description": "Pushwoosh web push notifications",
5
5
  "main": "npm.js",
6
6
  "types": "npm.d.ts",