@barefootjs/test 0.7.0 → 0.9.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 (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -195238,6 +195238,8 @@ function resolveSetters(handler, setterToSignal, fnSetters) {
195238
195238
  }
195239
195239
  return refs;
195240
195240
  }
195241
+ // ../jsx/src/augment-inherited-props.ts
195242
+ var import_typescript19 = __toESM(require_typescript(), 1);
195241
195243
  // src/test-node.ts
195242
195244
  class TestNode {
195243
195245
  tag;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/test",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "Test utilities for BarefootJS - IR-based component testing without a browser",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "directory": "packages/test"
40
40
  },
41
41
  "dependencies": {
42
- "@barefootjs/jsx": "0.7.0"
42
+ "@barefootjs/jsx": "0.9.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.0.0"