@powerlines/plugin-tamagui 0.1.56 → 0.1.57

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.
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tamagui",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "type": "module",
5
5
  "description": "A package containing the Tamagui plugin for Powerlines.",
6
6
  "repository": {
@@ -122,15 +122,15 @@
122
122
  "@stryke/hash": "^0.12.26",
123
123
  "@tamagui/static-worker": "^1.140.4",
124
124
  "defu": "^6.1.4",
125
- "powerlines": "^0.31.4",
125
+ "powerlines": "^0.31.5",
126
126
  "typescript": "^5.9.3",
127
127
  "vite": "8.0.0-beta.2"
128
128
  },
129
129
  "devDependencies": {
130
- "@powerlines/nx": "^0.10.67",
130
+ "@powerlines/nx": "^0.10.68",
131
131
  "@tamagui/types": "^1.140.4",
132
132
  "@types/node": "^24.10.4"
133
133
  },
134
134
  "publishConfig": { "access": "public" },
135
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
135
+ "gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
136
136
  }