@tamagui/vite-plugin 1.7.5 → 1.7.7

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.
@@ -31,9 +31,9 @@ __export(extract_exports, {
31
31
  tamaguiExtractPlugin: () => tamaguiExtractPlugin
32
32
  });
33
33
  module.exports = __toCommonJS(extract_exports);
34
- var import_path = __toESM(require("path"), 1);
35
- var Static = __toESM(require("@tamagui/static"), 1);
36
- var import_outdent = __toESM(require("outdent"), 1);
34
+ var import_path = __toESM(require("path"));
35
+ var Static = __toESM(require("@tamagui/static"));
36
+ var import_outdent = __toESM(require("outdent"));
37
37
  var import_vite = require("vite");
38
38
  const { createExtractor, extractToClassNames, getPragmaOptions } = Static["default"] || Static;
39
39
  const styleUpdateEvent = (fileId) => `tamagui-style-update:${fileId}`;
@@ -33,7 +33,7 @@ __export(nativePrebuild_exports, {
33
33
  module.exports = __toCommonJS(nativePrebuild_exports);
34
34
  var import_promises = require("fs/promises");
35
35
  var import_esbuild = require("esbuild");
36
- var import_flow_remove_types = __toESM(require("flow-remove-types"), 1);
36
+ var import_flow_remove_types = __toESM(require("flow-remove-types"));
37
37
  var import_extensions = require("./extensions.js");
38
38
  async function nativePrebuild() {
39
39
  console.log(`Prebuilding React Native (one time cost...)`);
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@tamagui/vite-plugin",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
7
- "type": "module",
8
7
  "license": "MIT",
9
8
  "files": [
10
9
  "src",
@@ -31,10 +30,10 @@
31
30
  "@rollup/plugin-babel": "^6.0.3",
32
31
  "@rollup/plugin-commonjs": "^24.0.1",
33
32
  "@rollup/plugin-node-resolve": "^15.0.1",
34
- "@tamagui/fake-react-native": "1.7.5",
35
- "@tamagui/proxy-worm": "1.7.5",
36
- "@tamagui/react-native-svg": "1.7.5",
37
- "@tamagui/static": "1.7.5",
33
+ "@tamagui/fake-react-native": "1.7.7",
34
+ "@tamagui/proxy-worm": "1.7.7",
35
+ "@tamagui/react-native-svg": "1.7.7",
36
+ "@tamagui/static": "1.7.7",
38
37
  "esbuild": "^0.17.5",
39
38
  "fs-extra": "^11.1.0",
40
39
  "lodash": "^4.17.21",
@@ -43,7 +42,7 @@
43
42
  "rollup": ">=3.7.0"
44
43
  },
45
44
  "devDependencies": {
46
- "@tamagui/build": "1.7.5",
45
+ "@tamagui/build": "1.7.7",
47
46
  "vite-plugin-environment": "^1.1.3"
48
47
  },
49
48
  "publishConfig": {