@stencil/core 3.0.0 → 3.0.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/testing/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil Testing v3.0.0 | MIT Licensed | https://stenciljs.com
2
+ Stencil Testing v3.0.1 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  function _lazyRequire(e) {
5
5
  return new Proxy({}, {
@@ -3151,7 +3151,7 @@ const COMMON_DIR_MODULE_EXTS = [ ".tsx", ".ts", ".mjs", ".js", ".jsx", ".json",
3151
3151
  d("/");
3152
3152
  const C = {
3153
3153
  name: "in-memory",
3154
- version: "3.0.0",
3154
+ version: "3.0.1",
3155
3155
  events: a,
3156
3156
  access: async e => u(e),
3157
3157
  accessSync: u,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/testing",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Stencil testing suite.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",