@stencil/core 4.32.0 → 4.33.0

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.
Files changed (39) hide show
  1. package/cli/index.cjs +1 -1
  2. package/cli/index.js +1 -1
  3. package/cli/package.json +1 -1
  4. package/compiler/package.json +1 -1
  5. package/compiler/stencil.js +21 -9
  6. package/dev-server/client/index.js +1 -1
  7. package/dev-server/client/package.json +1 -1
  8. package/dev-server/connector.html +2 -2
  9. package/dev-server/index.js +1 -1
  10. package/dev-server/package.json +1 -1
  11. package/dev-server/server-process.js +2 -2
  12. package/internal/app-data/package.json +1 -1
  13. package/internal/app-globals/index.d.ts +2 -0
  14. package/internal/app-globals/index.js +14 -0
  15. package/internal/app-globals/package.json +14 -0
  16. package/internal/client/index.js +285 -286
  17. package/internal/client/package.json +1 -1
  18. package/internal/client/patch-browser.js +1 -1
  19. package/internal/hydrate/index.js +284 -293
  20. package/internal/hydrate/package.json +1 -1
  21. package/internal/hydrate/runner.js +53 -32
  22. package/internal/package.json +1 -1
  23. package/internal/stencil-private.d.ts +4 -1
  24. package/internal/stencil-public-runtime.d.ts +1 -1
  25. package/internal/testing/index.js +294 -288
  26. package/internal/testing/package.json +1 -1
  27. package/mock-doc/index.cjs +28 -10
  28. package/mock-doc/index.d.ts +5 -4
  29. package/mock-doc/index.js +28 -10
  30. package/mock-doc/package.json +1 -1
  31. package/package.json +5 -1
  32. package/screenshot/index.js +1 -1
  33. package/screenshot/package.json +1 -1
  34. package/screenshot/pixel-match.js +1 -1
  35. package/sys/node/index.js +21 -21
  36. package/sys/node/package.json +1 -1
  37. package/sys/node/worker.js +1 -1
  38. package/testing/index.js +27 -24
  39. package/testing/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/internal/client",
3
- "version": "4.32.0",
3
+ "version": "4.33.0",
4
4
  "description": "Stencil internal client platform to be imported by the Stencil Compiler and internal runtime. Breaking changes can and will happen at any time.",
5
5
  "main": "./index.js",
6
6
  "exports": "./index.js",
@@ -1,5 +1,5 @@
1
1
  /*
2
- Stencil Client Patch Browser v4.32.0 | MIT Licensed | https://stenciljs.com
2
+ Stencil Client Patch Browser v4.33.0 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
 
5
5
  // src/client/client-patch-browser.ts