@tamagui/helpers-node 1.88.1 → 1.88.2

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.
@@ -27,8 +27,4 @@ async function getDefaultTamaguiOptions({
27
27
  config: await (0, import_getTamaguiDefaultPath.getDefaultTamaguiConfigPath)({ cwd })
28
28
  };
29
29
  }
30
- // Annotate the CommonJS export names for ESM import in node:
31
- 0 && (module.exports = {
32
- getDefaultTamaguiOptions
33
- });
34
30
  //# sourceMappingURL=getDefaultTamaguiOptions.js.map
@@ -32,8 +32,4 @@ async function getDefaultTamaguiConfigPath({
32
32
  throw new Error("No found tamagui.config.ts");
33
33
  return cachedPath = found, found;
34
34
  }
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {
37
- getDefaultTamaguiConfigPath
38
- });
39
35
  //# sourceMappingURL=getTamaguiDefaultPath.js.map
@@ -21,8 +21,4 @@ var import_readTamaguiOptions = require("./readTamaguiOptions");
21
21
  async function getTamaguiOptions({ cwd = "." }) {
22
22
  return (await (0, import_readTamaguiOptions.readTamaguiOptions)({ cwd })).options;
23
23
  }
24
- // Annotate the CommonJS export names for ESM import in node:
25
- 0 && (module.exports = {
26
- getTamaguiOptions
27
- });
28
24
  //# sourceMappingURL=getTamaguiOptions.js.map
package/dist/index.js CHANGED
@@ -14,10 +14,4 @@ module.exports = __toCommonJS(src_exports);
14
14
  __reExport(src_exports, require("./readTamaguiOptions"), module.exports);
15
15
  __reExport(src_exports, require("./getTamaguiDefaultPath"), module.exports);
16
16
  __reExport(src_exports, require("./getTamaguiOptions"), module.exports);
17
- // Annotate the CommonJS export names for ESM import in node:
18
- 0 && (module.exports = {
19
- ...require("./readTamaguiOptions"),
20
- ...require("./getTamaguiDefaultPath"),
21
- ...require("./getTamaguiOptions")
22
- });
23
17
  //# sourceMappingURL=index.js.map
@@ -43,8 +43,4 @@ async function readTamaguiOptions({ cwd = "." }) {
43
43
  };
44
44
  }
45
45
  }
46
- // Annotate the CommonJS export names for ESM import in node:
47
- 0 && (module.exports = {
48
- readTamaguiOptions
49
- });
50
46
  //# sourceMappingURL=readTamaguiOptions.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/helpers-node",
3
- "version": "1.88.1",
3
+ "version": "1.88.2",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "./dist",
@@ -16,10 +16,10 @@
16
16
  "clean:build": "tamagui-build clean:build"
17
17
  },
18
18
  "dependencies": {
19
- "@tamagui/types": "1.88.1"
19
+ "@tamagui/types": "1.88.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@tamagui/build": "1.88.1",
22
+ "@tamagui/build": "1.88.2",
23
23
  "fs-extra": "^11.1.0"
24
24
  },
25
25
  "publishConfig": {