@tamagui/metro-plugin 1.121.11 → 1.121.12-1737184001189

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.
package/dist/cjs/index.js CHANGED
@@ -20,11 +20,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
20
20
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
21
  mod
22
22
  )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
- var src_exports = {};
24
- __export(src_exports, {
23
+ var index_exports = {};
24
+ __export(index_exports, {
25
25
  withTamagui: () => withTamagui
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
  var import_static = require("@tamagui/static");
29
29
  function withTamagui(metroConfig, optionsIn) {
30
30
  const options = {
@@ -21,11 +21,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
22
  mod
23
23
  )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
- var src_exports = {};
25
- __export(src_exports, {
24
+ var index_exports = {};
25
+ __export(index_exports, {
26
26
  withTamagui: () => withTamagui
27
27
  });
28
- module.exports = __toCommonJS(src_exports);
28
+ module.exports = __toCommonJS(index_exports);
29
29
  var import_static = require("@tamagui/static");
30
30
  function withTamagui(metroConfig, optionsIn) {
31
31
  var _metroConfig_resolver, options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/metro-plugin",
3
- "version": "1.121.11",
3
+ "version": "1.121.12-1737184001189",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -23,13 +23,13 @@
23
23
  "clean:build": "tamagui-build clean:build"
24
24
  },
25
25
  "dependencies": {
26
- "@tamagui/static": "1.121.11",
26
+ "@tamagui/static": "1.121.12-1737184001189",
27
27
  "fs-extra": "^11.2.0",
28
28
  "metro-config": "^0.80.4",
29
29
  "metro-transform-worker": "^0.80.4",
30
30
  "react-native-css-interop": "^0.1.22"
31
31
  },
32
32
  "devDependencies": {
33
- "@tamagui/build": "1.121.11"
33
+ "@tamagui/build": "1.121.12-1737184001189"
34
34
  }
35
35
  }