expo-desktop 0.1.16 → 0.1.17

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.
@@ -1,7 +1,9 @@
1
- import { MacOSConfig } from "expo-desktop-config-plugins";
2
1
  import { glob } from "glob";
3
2
  import fs from "node:fs";
3
+ import { createRequire } from "node:module";
4
4
  import path from "node:path";
5
+ const require = createRequire(import.meta.url);
6
+ const { MacOSConfig } = require("expo-desktop-config-plugins");
5
7
  /**
6
8
  * Returns a list of files within a template matched by the resolved rename
7
9
  * config.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-desktop",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Best-effort desktop support for Expo",
5
5
  "keywords": [
6
6
  "android",