Skip to content

Commit

Permalink
v6.6.0 (#701)
Browse files Browse the repository at this point in the history
* build: add valkyr.yaml, Jenkinsfile, and change package.json version

* test: only apply coverage on src files

* chore(deps): upgrade depednencies

* chore(deps): regenerate package-lock.json
  • Loading branch information
twoplustwoone authored Jul 21, 2021
1 parent 51a6ab0 commit 6d91f8e
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 80 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
valkyrBuild()
148 changes: 74 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api-console",
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
"version": "6.5.1",
"version": "0.0.0-valkyr",
"license": "CPAL-1.0",
"main": "index.js",
"module": "index.js",
Expand All @@ -21,7 +21,8 @@
"Paweł Psztyć",
"Joaquin Stankus",
"Francisco Di Giandomenico",
"Leandro Bauret"
"Leandro Bauret",
"Carolina Wright"
],
"repository": {
"type": "git",
Expand All @@ -37,9 +38,9 @@
"@anypoint-web-components/anypoint-button": "^1.1.1",
"@api-components/amf-helper-mixin": "^4.4.0",
"@api-components/api-console-ext-comm": "^3.0.0",
"@api-components/api-documentation": "^6.0.1",
"@api-components/api-documentation": "^6.0.3",
"@api-components/api-navigation": "^4.3.0",
"@api-components/api-request": "^0.1.3",
"@api-components/api-request": "^0.1.17",
"@polymer/app-layout": "^3.1.0",
"@polymer/iron-media-query": "^3.0.0",
"@polymer/paper-toast": "^3.0.0",
Expand All @@ -65,7 +66,7 @@
"body-parser": "^1.19.0",
"deepmerge": "^4.2.1",
"es-dev-server": "^2.1.0",
"eslint": "^7.18.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^7.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
Expand All @@ -76,7 +77,7 @@
"node-cache": "^5.1.0",
"postcss": "^8.2.4",
"rimraf": "^3.0.1",
"rollup": "^2.38.0",
"rollup": "^2.53.2",
"rollup-plugin-cpy": "^2.0.1",
"rollup-plugin-postcss": "^4.0.0",
"sinon": "^9.2.3",
Expand Down
12 changes: 12 additions & 0 deletions valkyr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
product: api-console
component: raw

version: 6.6
strategy: node-lib
strategyVersion: 12

requires:
db: false
staticAsset: false
deployment: false
mutationTesting: false
3 changes: 3 additions & 0 deletions web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export default {
return next();
}
],
coverageConfig: {
include: ['src/**.js'],
},
testRunnerHtml: (testFramework) =>
`<html>
<body>
Expand Down

0 comments on commit 6d91f8e

Please sign in to comment.