@brightspace-ui/create
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -29,11 +29,10 @@ "use strict"; | ||
> | ||
> - [ ] [Design organization buy-in](https://github.com/BrightspaceUI/guide/wiki/Before-you-build#working-with-design) | ||
> - [ ] [design.d2l entry](http://design.d2l/) | ||
> - [ ] [Architectural sign-off](https://github.com/BrightspaceUI/guide/wiki/Before-you-build#web-component-architecture) | ||
> - [ ] [Continuous integration](https://github.com/BrightspaceUI/guide/wiki/Testing#testing-continuously-with-travis-ci) | ||
> - [ ] [Cross-browser testing](https://github.com/BrightspaceUI/guide/wiki/Testing#cross-browser-testing-with-sauce-labs) | ||
> - [ ] [Unit tests](https://github.com/BrightspaceUI/guide/wiki/Testing#testing-with-polymer-test) (if applicable) | ||
> - [ ] [Accessibility tests](https://github.com/BrightspaceUI/guide/wiki/Testing#automated-accessibility-testing-with-axe) | ||
> - [ ] [Visual diff tests](https://github.com/BrightspaceUI/visual-diff) | ||
> - [ ] [Localization](https://github.com/BrightspaceUI/guide/wiki/Localization) with Serge (if applicable) | ||
> - [ ] [Design organization buy-in](https://daylight.d2l.dev/developing/creating-component/before-building/#working-with-design) | ||
> - [ ] [Architectural sign-off](https://daylight.d2l.dev/developing/creating-component/before-building/#web-component-architecture) | ||
> - [ ] [Continuous integration](https://daylight.d2l.dev/developing/testing/tools/#continuous-integration) | ||
> - [ ] [Cross-browser testing](https://daylight.d2l.dev/developing/testing/cross-browser/) | ||
> - [ ] [Unit tests](https://daylight.d2l.dev/developing/testing/tools/) (if applicable) | ||
> - [ ] [Accessibility tests](https://daylight.d2l.dev/developing/testing/accessibility/) | ||
> - [ ] [Visual diff tests](https://daylight.d2l.dev/developing/testing/visual-difference/) | ||
> - [ ] Localization with Serge (if applicable) | ||
> - [ ] Demo page | ||
@@ -40,0 +39,0 @@ > - [ ] README documentation\n` : ''; |
@@ -15,5 +15,3 @@ "use strict"; | ||
(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.test.js`, templateData); | ||
(0, _helper.copyFile)(`${__dirname}/templates/configured/_web-test-runner.sauce.config.js`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.js`); | ||
(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.js`, templateData); | ||
(0, _helper.copyFilesInDir)(`${__dirname}/templates/static`, (0, _helper.getDestinationPath)(templateData.hyphenatedName)); | ||
} |
@@ -11,3 +11,3 @@ export default { | ||
testRunnerHtml: testFramework => | ||
`<html> | ||
`<html lang="en"> | ||
<body> | ||
@@ -14,0 +14,0 @@ <script src="node_modules/@brightspace-ui/core/tools/resize-observer-test-error-handler.js"></script> |
{ | ||
"name": "@brightspace-ui/create", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Initializer for Brightspace web components", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/create.git", |
@@ -20,6 +20,6 @@ # @brightspace-ui/create | ||
* Project boilerplate including: README, .editorconfig, .gitignore, package.json, CODEOWNERS and LICENSE (Apache-2.0) | ||
* LitElement component scaffold | ||
* Lit component scaffold | ||
* Demo | ||
* Linting (JavaScript, Style, Lit) | ||
* Unit tests with SauceLabs cross-browser testing | ||
* Unit tests with cross-browser testing | ||
* Continuous Integration using GitHub Actions | ||
@@ -26,0 +26,0 @@ * Dependabot |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
2
57038
59
528