@powerlines/plugin-tamagui 0.1.661 → 0.1.663

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/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -251,5 +251,4 @@ const plugin = (options = {}) => {
251
251
  };
252
252
 
253
253
  //#endregion
254
- exports.default = plugin;
255
254
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends TamaguiPluginContext = TamaguiPluginContext>(options?: TamaguiPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { TamaguiPluginContext, TamaguiPluginOptions, TamaguiPluginResolvedConfig, TamaguiPluginUserConfig, plugin as default, plugin };
18
+ export { TamaguiPluginContext, TamaguiPluginOptions, TamaguiPluginResolvedConfig, TamaguiPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends TamaguiPluginContext = TamaguiPluginContext>(options?: TamaguiPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { TamaguiPluginContext, TamaguiPluginOptions, TamaguiPluginResolvedConfig, TamaguiPluginUserConfig, plugin as default, plugin };
18
+ export { TamaguiPluginContext, TamaguiPluginOptions, TamaguiPluginResolvedConfig, TamaguiPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -222,5 +222,5 @@ const plugin = (options = {}) => {
222
222
  };
223
223
 
224
224
  //#endregion
225
- export { plugin as default, plugin };
225
+ export { plugin };
226
226
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tamagui",
3
- "version": "0.1.661",
3
+ "version": "0.1.663",
4
4
  "private": false,
5
5
  "description": "A package containing the Tamagui plugin for Powerlines.",
6
6
  "keywords": ["tamagui", "powerlines", "storm-software", "powerlines-plugin"],
@@ -90,7 +90,7 @@
90
90
  "typings": "dist/index.d.mts",
91
91
  "files": ["dist/**/*"],
92
92
  "dependencies": {
93
- "@powerlines/plugin-vite": "^0.14.663",
93
+ "@powerlines/plugin-vite": "^0.14.665",
94
94
  "@stryke/fs": "^0.33.110",
95
95
  "@stryke/hash": "^0.13.63",
96
96
  "@stryke/path": "^0.29.35",
@@ -98,14 +98,14 @@
98
98
  "@tamagui/static-worker": "^1.144.4",
99
99
  "@tamagui/types": "^1.144.4",
100
100
  "defu": "^6.1.7",
101
- "powerlines": "^0.47.209",
101
+ "powerlines": "^0.47.211",
102
102
  "typescript": "^6.0.3",
103
103
  "vite": "^8.2.1"
104
104
  },
105
105
  "devDependencies": {
106
- "@powerlines/plugin-plugin": "^0.12.622",
106
+ "@powerlines/plugin-plugin": "^0.12.624",
107
107
  "@types/node": "^25.9.5"
108
108
  },
109
109
  "publishConfig": { "access": "public" },
110
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
110
+ "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
111
111
  }