hermes-test 1.1.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-test",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "26-64x faster than Jest. A test runner built for React Native and Expo. One esbuild pass, one process, zero Babel.",
5
5
  "main": "src/index.ts",
6
6
  "types": "index.d.ts",
@@ -54,9 +54,9 @@
54
54
  "react": ">=18"
55
55
  },
56
56
  "optionalDependencies": {
57
- "@hermes-test/darwin-arm64": "1.1.0",
58
- "@hermes-test/darwin-x64": "1.1.0",
59
- "@hermes-test/linux-x64": "1.1.0"
57
+ "@hermes-test/darwin-arm64": "1.1.1",
58
+ "@hermes-test/darwin-x64": "1.1.1",
59
+ "@hermes-test/linux-x64": "1.1.1"
60
60
  },
61
61
  "files": [
62
62
  "src/",