@tamagui/cli 1.15.15 → 1.15.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.
@@ -24,6 +24,4 @@ module.exports = __toCommonJS(debugger_app_exports);
24
24
  var import_url = require("url");
25
25
  const import_meta = {};
26
26
  var debugger_app_default = (0, import_url.fileURLToPath)(new import_url.URL("./dist", import_meta.url));
27
- // Annotate the CommonJS export names for ESM import in node:
28
- 0 && (module.exports = {});
29
27
  //# sourceMappingURL=index.js.map
@@ -17,4 +17,9 @@ var src_exports = {};
17
17
  module.exports = __toCommonJS(src_exports);
18
18
  __reExport(src_exports, require("./createServer"), module.exports);
19
19
  __reExport(src_exports, require("./types"), module.exports);
20
+ // Annotate the CommonJS export names for ESM import in node:
21
+ 0 && (module.exports = {
22
+ ...require("./createServer"),
23
+ ...require("./types")
24
+ });
20
25
  //# sourceMappingURL=index.js.map
@@ -54,6 +54,4 @@ async function apiPlugin(instance, { delegate }) {
54
54
  );
55
55
  }
56
56
  var apiPlugin_default = apiPlugin;
57
- // Annotate the CommonJS export names for ESM import in node:
58
- 0 && (module.exports = {});
59
57
  //# sourceMappingURL=apiPlugin.js.map
@@ -32,6 +32,4 @@ __export(api_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(api_exports);
34
34
  var import_apiPlugin = __toESM(require("./apiPlugin"));
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {});
37
35
  //# sourceMappingURL=index.js.map
@@ -94,6 +94,4 @@ var compilerPlugin_default = (0, import_fastify_plugin.default)(compilerPlugin,
94
94
  name: "compiler-plugin",
95
95
  dependencies: ["fastify-sensible", "multipart-plugin"]
96
96
  });
97
- // Annotate the CommonJS export names for ESM import in node:
98
- 0 && (module.exports = {});
99
97
  //# sourceMappingURL=compilerPlugin.js.map
@@ -35,5 +35,7 @@ module.exports = __toCommonJS(compiler_exports);
35
35
  var import_compilerPlugin = __toESM(require("./compilerPlugin"));
36
36
  __reExport(compiler_exports, require("./types"), module.exports);
37
37
  // Annotate the CommonJS export names for ESM import in node:
38
- 0 && (module.exports = {});
38
+ 0 && (module.exports = {
39
+ ...require("./types")
40
+ });
39
41
  //# sourceMappingURL=index.js.map
@@ -114,6 +114,4 @@ var devtoolsPlugin_default = (0, import_fastify_plugin.default)(devtoolsPlugin,
114
114
  name: "devtools-plugin",
115
115
  dependencies: ["wss-plugin"]
116
116
  });
117
- // Annotate the CommonJS export names for ESM import in node:
118
- 0 && (module.exports = {});
119
117
  //# sourceMappingURL=devtoolsPlugin.js.map
@@ -32,6 +32,4 @@ __export(devtools_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(devtools_exports);
34
34
  var import_devtoolsPlugin = __toESM(require("./devtoolsPlugin"));
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {});
37
35
  //# sourceMappingURL=index.js.map
@@ -41,6 +41,4 @@ async function faviconPlugin(instance) {
41
41
  var faviconPlugin_default = (0, import_fastify_plugin.default)(faviconPlugin, {
42
42
  name: "favicon-plugin"
43
43
  });
44
- // Annotate the CommonJS export names for ESM import in node:
45
- 0 && (module.exports = {});
46
44
  //# sourceMappingURL=faviconPlugin.js.map
@@ -32,6 +32,4 @@ __export(favicon_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(favicon_exports);
34
34
  var import_faviconPlugin = __toESM(require("./faviconPlugin"));
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {});
37
35
  //# sourceMappingURL=index.js.map
@@ -35,5 +35,7 @@ module.exports = __toCommonJS(multipart_exports);
35
35
  var import_multipartPlugin = __toESM(require("./multipartPlugin"));
36
36
  __reExport(multipart_exports, require("./types"), module.exports);
37
37
  // Annotate the CommonJS export names for ESM import in node:
38
- 0 && (module.exports = {});
38
+ 0 && (module.exports = {
39
+ ...require("./types")
40
+ });
39
41
  //# sourceMappingURL=index.js.map
@@ -77,6 +77,4 @@ async function multipartPlugin(instance) {
77
77
  var multipartPlugin_default = (0, import_fastify_plugin.default)(multipartPlugin, {
78
78
  name: "multipart-plugin"
79
79
  });
80
- // Annotate the CommonJS export names for ESM import in node:
81
- 0 && (module.exports = {});
82
80
  //# sourceMappingURL=multipartPlugin.js.map
@@ -36,5 +36,8 @@ var import_sybmolicatePlugin = __toESM(require("./sybmolicatePlugin"));
36
36
  __reExport(symbolicate_exports, require("./Symbolicator"), module.exports);
37
37
  __reExport(symbolicate_exports, require("./types"), module.exports);
38
38
  // Annotate the CommonJS export names for ESM import in node:
39
- 0 && (module.exports = {});
39
+ 0 && (module.exports = {
40
+ ...require("./Symbolicator"),
41
+ ...require("./types")
42
+ });
40
43
  //# sourceMappingURL=index.js.map
@@ -62,6 +62,4 @@ var sybmolicatePlugin_default = (0, import_fastify_plugin.default)(symbolicatePl
62
62
  name: "symbolicate-plugin",
63
63
  dependencies: ["fastify-sensible"]
64
64
  });
65
- // Annotate the CommonJS export names for ESM import in node:
66
- 0 && (module.exports = {});
67
65
  //# sourceMappingURL=sybmolicatePlugin.js.map
@@ -36,5 +36,8 @@ var import_wssPlugin = __toESM(require("./wssPlugin"));
36
36
  __reExport(wss_exports, require("./WebSocketServer"), module.exports);
37
37
  __reExport(wss_exports, require("./types"), module.exports);
38
38
  // Annotate the CommonJS export names for ESM import in node:
39
- 0 && (module.exports = {});
39
+ 0 && (module.exports = {
40
+ ...require("./WebSocketServer"),
41
+ ...require("./types")
42
+ });
40
43
  //# sourceMappingURL=index.js.map
@@ -73,6 +73,4 @@ async function wssPlugin(instance, {
73
73
  var wssPlugin_default = (0, import_fastify_plugin.default)(wssPlugin, {
74
74
  name: "wss-plugin"
75
75
  });
76
- // Annotate the CommonJS export names for ESM import in node:
77
- 0 && (module.exports = {});
78
76
  //# sourceMappingURL=wssPlugin.js.map
@@ -32,6 +32,4 @@ __export(Device_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(Device_exports);
34
34
  var import_Device = __toESM(require("./Device.cjs"));
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {});
37
35
  //# sourceMappingURL=Device.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/cli",
3
- "version": "1.15.15",
3
+ "version": "1.15.17",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "module": "dist/esm",
@@ -36,10 +36,10 @@
36
36
  "@callstack/repack-debugger-app": "^1.0.0",
37
37
  "@fastify/sensible": "^4.1.0",
38
38
  "@fastify/static": "^5.0.2",
39
- "@tamagui/build": "1.15.15",
40
- "@tamagui/static": "1.15.15",
41
- "@tamagui/types": "1.15.15",
42
- "@tamagui/vite-plugin": "1.15.15",
39
+ "@tamagui/build": "1.15.17",
40
+ "@tamagui/static": "1.15.17",
41
+ "@tamagui/types": "1.15.17",
42
+ "@tamagui/vite-plugin": "1.15.17",
43
43
  "@types/compression": "^1.7.2",
44
44
  "@types/morgan": "^1.9.3",
45
45
  "@vitejs/plugin-react-swc": "^3.2.0",
@@ -47,7 +47,7 @@
47
47
  "chalk": "^4.1.2",
48
48
  "chokidar": "^3.5.2",
49
49
  "compression": "^1.7.4",
50
- "esbuild": "^0.17.16",
50
+ "esbuild": "^0.17.17",
51
51
  "execa": "^5.0.0",
52
52
  "express": "^4.18.1",
53
53
  "express-http-proxy": "^1.6.3",