@squiz/component-cli-lib 1.2.1-alpha.92 → 1.2.1-alpha.93

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/.gitlab-ci.yml CHANGED
@@ -57,10 +57,10 @@
57
57
  reports:
58
58
  dotenv: dot.env
59
59
 
60
- .smoke-test:
60
+ smoke-test:
61
61
  stage: smoke-test
62
- tags:
63
- - access/aws-dx-nonprod
62
+ tags:
63
+ - size/l
64
64
  script:
65
65
  - export
66
66
  - npm i
@@ -109,38 +109,4 @@ get-production-service-urls:
109
109
  url: components.prod.dx.squiz.cloud
110
110
  rules:
111
111
  - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_PRODUCTION
112
- when: manual
113
-
114
- smoke-test-branch:
115
- extends:
116
- - .rules:when-other-branch
117
- - .smoke-test
118
- environment:
119
- name: non-production-development
120
- url: components.dev.dx.squiz.cloud
121
-
122
- smoke-test-development:
123
- extends:
124
- - .rules:when-development
125
- - .smoke-test
126
- environment:
127
- name: non-production-development
128
- url: components.dev.dx.squiz.cloud
129
-
130
- smoke-test-uat:
131
- extends:
132
- - .rules:when-uat
133
- - .smoke-test
134
- environment:
135
- name: non-production-uat
136
- url: components.uat.dx.squiz.cloud
137
-
138
- smoke-test-production:
139
- extends:
140
- - .smoke-test
141
- environment:
142
- name: production
143
- url: components.prod.dx.squiz.cloud
144
- rules:
145
- - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_PRODUCTION
146
- when: manual
112
+ when: manual
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.1-alpha.93](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.93) (2022-08-10)
7
+
8
+ **Note:** Version bump only for package @squiz/component-cli-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.1-alpha.92](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.92) (2022-08-08)
7
15
 
8
16
  **Note:** Version bump only for package @squiz/component-cli-lib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/component-cli-lib",
3
- "version": "1.2.1-alpha.92",
3
+ "version": "1.2.1-alpha.93",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -28,13 +28,13 @@
28
28
  "typescript": "4.7.4"
29
29
  },
30
30
  "dependencies": {
31
- "@squiz/component-lib": "^1.2.1-alpha.92",
32
- "@squiz/render-runtime-lib": "^1.2.1-alpha.92",
31
+ "@squiz/component-lib": "^1.2.1-alpha.93",
32
+ "@squiz/render-runtime-lib": "^1.2.1-alpha.93",
33
33
  "@squiz/virus-scanner-lib": "^1.2.1-alpha.90",
34
34
  "archiver": "5.3.1",
35
35
  "axios": "0.27.2",
36
36
  "cli-color": "^2.0.2",
37
37
  "supertest": "^6.2.3"
38
38
  },
39
- "gitHead": "2b15eff8d4c62054d22e2d605237c252dd32147b"
39
+ "gitHead": "643b7d5500f7156f57a1bba60560284f34a0a6bb"
40
40
  }