datakeen-session-react 1.1.134-dev.3 → 1.1.135-dev.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 (2) hide show
  1. package/.gitlab-ci.yml +3 -3
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -84,9 +84,9 @@ build:
84
84
  - package.json
85
85
  expire_in: 30 days
86
86
  rules:
87
- # - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
88
- # needs:
89
- # - lint
87
+ - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
88
+ needs:
89
+ - lint
90
90
  - if: '$CI_COMMIT_BRANCH == "dev"'
91
91
  - if: '$CI_COMMIT_BRANCH == "staging"'
92
92
  - if: '$CI_COMMIT_BRANCH == "main"'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datakeen-session-react",
3
- "version": "1.1.134-dev.3",
3
+ "version": "1.1.135-dev.0",
4
4
  "description": "React SDK component to manage and render Datakeen session experiences easily.",
5
5
  "publishConfig": {
6
6
  "access": "public",