hermes-compiler 250829098.0.0-alpha.1 → 250829098.0.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.
Binary file
Binary file
package/index.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ // require.resolve fails if the package does not contain an index.js file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-compiler",
3
- "version": "250829098.0.0-alpha.1",
3
+ "version": "250829098.0.0",
4
4
  "private": false,
5
5
  "description": "The hermes compiler CLI used during the React Native build process",
6
6
  "license": "MIT",