@open-wc/testing-helpers
Advanced tools
Comparing version 0.7.25 to 0.8.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.8.0](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.25...@open-wc/testing-helpers@0.8.0) (2019-03-23) | ||
### Features | ||
* add types + linting & improve intellisense ([b6d260c](https://github.com/open-wc/open-wc/commit/b6d260c)) | ||
## [0.7.25](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.24...@open-wc/testing-helpers@0.7.25) (2019-03-20) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
export { html, unsafeStatic } from './lit-html.js'; | ||
export { html, unsafeStatic } from './src/lit-html.js'; | ||
export { | ||
@@ -10,7 +10,7 @@ triggerBlurFor, | ||
nextFrame, | ||
} from './helpers.js'; | ||
export { litFixture, litFixtureSync } from './litFixture.js'; | ||
export { stringFixture, stringFixtureSync } from './stringFixture.js'; | ||
export { fixture, fixtureSync } from './fixture-no-side-effect.js'; | ||
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './fixtureWrapper.js'; | ||
export { elementUpdated } from './elementUpdated.js'; | ||
} from './src/helpers.js'; | ||
export { litFixture, litFixtureSync } from './src/litFixture.js'; | ||
export { stringFixture, stringFixtureSync } from './src/stringFixture.js'; | ||
export { fixture, fixtureSync } from './src/fixture-no-side-effect.js'; | ||
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './src/fixtureWrapper.js'; | ||
export { elementUpdated } from './src/elementUpdated.js'; |
14
index.js
@@ -1,2 +0,2 @@ | ||
export { html, unsafeStatic } from './lit-html.js'; | ||
export { html, unsafeStatic } from './src/lit-html.js'; | ||
export { | ||
@@ -10,7 +10,7 @@ triggerBlurFor, | ||
nextFrame, | ||
} from './helpers.js'; | ||
export { litFixture, litFixtureSync } from './litFixture.js'; | ||
export { stringFixture, stringFixtureSync } from './stringFixture.js'; | ||
export { fixture, fixtureSync } from './fixture.js'; | ||
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './fixtureWrapper.js'; | ||
export { elementUpdated } from './elementUpdated.js'; | ||
} from './src/helpers.js'; | ||
export { litFixture, litFixtureSync } from './src/litFixture.js'; | ||
export { stringFixture, stringFixtureSync } from './src/stringFixture.js'; | ||
export { fixture, fixtureSync } from './src/fixture.js'; | ||
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './src/fixtureWrapper.js'; | ||
export { elementUpdated } from './src/elementUpdated.js'; |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "0.7.25", | ||
"version": "0.8.0", | ||
"description": "Testing Helpers following open-wc recommendations", | ||
@@ -16,2 +16,8 @@ "author": "open-wc", | ||
}, | ||
"module": "index.js", | ||
"files": [ | ||
"src", | ||
"index.js", | ||
"index-no-side-effects.js" | ||
], | ||
"scripts": { | ||
@@ -30,4 +36,4 @@ "test": "karma start", | ||
"@bundled-es-modules/chai": "^4.2.0", | ||
"@open-wc/testing-karma": "^0.4.14", | ||
"@open-wc/testing-karma-bs": "^0.2.15", | ||
"@open-wc/testing-karma": "^0.4.15", | ||
"@open-wc/testing-karma-bs": "^0.2.16", | ||
"@open-wc/testing-wallaby": "^0.1.11", | ||
@@ -39,3 +45,3 @@ "lit-html": "^1.0.0", | ||
}, | ||
"gitHead": "6e6b6e3759e20ff16035f30a3db9e0251d83560e" | ||
"gitHead": "a07b05ebc052791ad3b3075d5439016de3c059ed" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
36185
399
14
1