@tamagui/babel-plugin-fully-specified 1.121.10 → 1.121.12

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
@@ -12,11 +12,11 @@ var __export = (target, all) => {
12
12
  return to;
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var src_exports = {};
16
- __export(src_exports, {
15
+ var index_exports = {};
16
+ __export(index_exports, {
17
17
  default: () => FullySpecified
18
18
  });
19
- module.exports = __toCommonJS(src_exports);
19
+ module.exports = __toCommonJS(index_exports);
20
20
  var import_node_fs = require("node:fs"), import_node_path = require("node:path");
21
21
  const DEFAULT_OPTIONS = {
22
22
  ensureFileExists: !0,
@@ -13,11 +13,11 @@ var __export = (target, all) => {
13
13
  return to;
14
14
  };
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var src_exports = {};
17
- __export(src_exports, {
16
+ var index_exports = {};
17
+ __export(index_exports, {
18
18
  default: () => FullySpecified
19
19
  });
20
- module.exports = __toCommonJS(src_exports);
20
+ module.exports = __toCommonJS(index_exports);
21
21
  var import_node_fs = require("node:fs"), import_node_path = require("node:path"), DEFAULT_OPTIONS = {
22
22
  ensureFileExists: !0,
23
23
  esExtensionDefault: ".mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/babel-plugin-fully-specified",
3
- "version": "1.121.10",
3
+ "version": "1.121.12",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",