@toptal/davinci-skeleton 4.8.0 → 4.8.1
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/CHANGELOG.md +8 -0
- package/dist-package/package.json +3 -1
- package/package.json +3 -1
- package/package.json.skeleton +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1206](https://github.com/toptal/davinci/pull/1206) [`fd12ab7a`](https://github.com/toptal/davinci/commit/fd12ab7a23fe27c31a65672dd0c025713386e41d) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
|
|
8
|
+
|
|
9
|
+
- reverted test:integration:ci in Jenkinsfile for master and pr back to test:e2e:ci
|
|
10
|
+
|
|
3
11
|
## 4.8.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.1",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
28
28
|
"test:integration": "NODE_ENV=development davinci qa e2e --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
29
29
|
"test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:integration",
|
|
30
|
+
"test:e2e": "yarn test:integration",
|
|
31
|
+
"test:e2e:ci": "yarn test:integration:ci",
|
|
30
32
|
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
31
33
|
"typecheck": "tsc --noEmit",
|
|
32
34
|
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.1",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
28
28
|
"test:integration": "NODE_ENV=development davinci qa e2e --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
29
29
|
"test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:integration",
|
|
30
|
+
"test:e2e": "yarn test:integration",
|
|
31
|
+
"test:e2e:ci": "yarn test:integration:ci",
|
|
30
32
|
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
31
33
|
"typecheck": "tsc --noEmit",
|
|
32
34
|
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|
package/package.json.skeleton
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.1",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
28
28
|
"test:integration": "NODE_ENV=development davinci qa e2e --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
29
29
|
"test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:integration",
|
|
30
|
+
"test:e2e": "yarn test:integration",
|
|
31
|
+
"test:e2e:ci": "yarn test:integration:ci",
|
|
30
32
|
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
31
33
|
"typecheck": "tsc --noEmit",
|
|
32
34
|
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|