@rindo/core 4.25.3 → 4.27.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 (43) hide show
  1. package/cli/index.cjs +4 -4
  2. package/cli/index.js +1 -1
  3. package/cli/package.json +1 -1
  4. package/compiler/package.json +1 -1
  5. package/compiler/rindo.js +1545 -1475
  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 +4 -4
  10. package/dev-server/package.json +1 -1
  11. package/dev-server/server-process.js +4 -4
  12. package/internal/app-data/index.cjs +3 -14
  13. package/internal/app-data/index.js +0 -11
  14. package/internal/app-data/package.json +1 -1
  15. package/internal/client/index.js +639 -228
  16. package/internal/client/package.json +1 -1
  17. package/internal/client/patch-browser.js +1 -1
  18. package/internal/client/shadow-css.js +30 -6
  19. package/internal/hydrate/index.js +674 -233
  20. package/internal/hydrate/package.json +1 -1
  21. package/internal/hydrate/runner.d.ts +22 -5
  22. package/internal/hydrate/runner.js +34 -9
  23. package/internal/package.json +1 -1
  24. package/internal/rindo-private.d.ts +6 -13
  25. package/internal/rindo-public-compiler.d.ts +23 -6
  26. package/internal/testing/index.js +637 -242
  27. package/internal/testing/package.json +1 -1
  28. package/mock-doc/index.cjs +233 -233
  29. package/mock-doc/index.d.ts +5 -1
  30. package/mock-doc/index.js +230 -230
  31. package/mock-doc/package.json +1 -1
  32. package/package.json +2 -2
  33. package/screenshot/index.js +4 -4
  34. package/screenshot/package.json +1 -1
  35. package/screenshot/pixel-match.js +3 -3
  36. package/sys/node/index.js +9 -9
  37. package/sys/node/package.json +1 -1
  38. package/sys/node/worker.js +1 -1
  39. package/testing/index.js +9 -16
  40. package/testing/jest/jest-27-and-under/matchers/html.d.ts +2 -1
  41. package/testing/jest/jest-28/matchers/html.d.ts +2 -1
  42. package/testing/jest/jest-29/matchers/html.d.ts +2 -1
  43. package/testing/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/internal/testing",
3
- "version": "4.25.3",
3
+ "version": "4.27.0",
4
4
  "description": "Rindo internal testing platform to be imported by the Rindo Compiler. Breaking changes can and will happen at any time.",
5
5
  "main": "./index.js",
6
6
  "private": true