@toptal/davinci-skeleton 8.0.1 → 8.0.2
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 +6 -0
- package/dist-package/package.json +6 -6
- package/package.json +6 -6
- package/package.json.skeleton +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1514](https://github.com/toptal/davinci/pull/1514) [`4b74ecd7`](https://github.com/toptal/davinci/commit/4b74ecd747446eda3eaaebc4648a0b113bf9a468) Thanks [@TomasSlama](https://github.com/TomasSlama)! - Use `davinci-qa` instead of `davinci qa`
|
|
8
|
+
|
|
3
9
|
## 8.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"build": "davinci engine build",
|
|
41
41
|
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
42
42
|
"start:ci": "PORT=3000 davinci engine start --https",
|
|
43
|
-
"test": "davinci
|
|
44
|
-
"test:ci": "LANG=en_US davinci
|
|
45
|
-
"test:integration": "NODE_ENV=development davinci
|
|
43
|
+
"test": "davinci-qa unit --runInBand true",
|
|
44
|
+
"test:ci": "LANG=en_US davinci-qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
45
|
+
"test:integration": "NODE_ENV=development davinci-qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
46
46
|
"test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
|
|
47
|
-
"test:integration:ct": "NODE_ENV=development davinci
|
|
48
|
-
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci
|
|
47
|
+
"test:integration:ct": "NODE_ENV=development davinci-qa integration run --component",
|
|
48
|
+
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci-qa integration run --component",
|
|
49
49
|
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
50
50
|
"typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
|
|
51
51
|
"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": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"build": "davinci engine build",
|
|
41
41
|
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
42
42
|
"start:ci": "PORT=3000 davinci engine start --https",
|
|
43
|
-
"test": "davinci
|
|
44
|
-
"test:ci": "LANG=en_US davinci
|
|
45
|
-
"test:integration": "NODE_ENV=development davinci
|
|
43
|
+
"test": "davinci-qa unit --runInBand true",
|
|
44
|
+
"test:ci": "LANG=en_US davinci-qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
45
|
+
"test:integration": "NODE_ENV=development davinci-qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
46
46
|
"test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
|
|
47
|
-
"test:integration:ct": "NODE_ENV=development davinci
|
|
48
|
-
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci
|
|
47
|
+
"test:integration:ct": "NODE_ENV=development davinci-qa integration run --component",
|
|
48
|
+
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci-qa integration run --component",
|
|
49
49
|
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
50
50
|
"typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
|
|
51
51
|
"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": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"build": "davinci engine build",
|
|
41
41
|
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
42
42
|
"start:ci": "PORT=3000 davinci engine start --https",
|
|
43
|
-
"test": "davinci
|
|
44
|
-
"test:ci": "LANG=en_US davinci
|
|
45
|
-
"test:integration": "NODE_ENV=development davinci
|
|
43
|
+
"test": "davinci-qa unit --runInBand true",
|
|
44
|
+
"test:ci": "LANG=en_US davinci-qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
45
|
+
"test:integration": "NODE_ENV=development davinci-qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
46
46
|
"test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
|
|
47
|
-
"test:integration:ct": "NODE_ENV=development davinci
|
|
48
|
-
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci
|
|
47
|
+
"test:integration:ct": "NODE_ENV=development davinci-qa integration run --component",
|
|
48
|
+
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci-qa integration run --component",
|
|
49
49
|
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
50
50
|
"typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
|
|
51
51
|
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|