@powerlines/plugin-tamagui 0.1.5 → 0.1.9
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-yWl_OgyO.d.cts → index-niDXdxae.d.cts} +16 -3
- package/dist/{index-yWl_OgyO.d.ts → index-niDXdxae.d.ts} +16 -3
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +5 -5
|
@@ -218,8 +218,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
218
218
|
tsconfigFilePath: string;
|
|
219
219
|
};
|
|
220
220
|
|
|
221
|
-
declare const __VFS_PATCH__
|
|
222
|
-
declare const __VFS_REVERT__
|
|
221
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
222
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
223
223
|
type OutputModeType = "fs" | "virtual";
|
|
224
224
|
interface VirtualFile {
|
|
225
225
|
/**
|
|
@@ -628,6 +628,15 @@ interface OutputConfig {
|
|
|
628
628
|
* @defaultValue "dist/\{projectRoot\}"
|
|
629
629
|
*/
|
|
630
630
|
outputPath?: string;
|
|
631
|
+
/**
|
|
632
|
+
* The output directory path for the project build.
|
|
633
|
+
*
|
|
634
|
+
* @remarks
|
|
635
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
636
|
+
*
|
|
637
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
638
|
+
*/
|
|
639
|
+
distPath?: string;
|
|
631
640
|
/**
|
|
632
641
|
* The format of the output files
|
|
633
642
|
*
|
|
@@ -1436,5 +1445,9 @@ interface TamaguiPluginResolvedConfig extends ResolvedConfig {
|
|
|
1436
1445
|
tamagui: TamaguiOptions & Required<Pick<TamaguiPluginOptions, "platform">>;
|
|
1437
1446
|
}
|
|
1438
1447
|
type TamaguiPluginContext<TResolvedConfig extends TamaguiPluginResolvedConfig = TamaguiPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1448
|
+
declare type __ΩTamaguiPluginOptions = any[];
|
|
1449
|
+
declare type __ΩTamaguiPluginUserConfig = any[];
|
|
1450
|
+
declare type __ΩTamaguiPluginResolvedConfig = any[];
|
|
1451
|
+
declare type __ΩTamaguiPluginContext = any[];
|
|
1439
1452
|
|
|
1440
|
-
export type { Plugin as P, TamaguiPluginContext as T, TamaguiPluginOptions as a, TamaguiPluginUserConfig as b, TamaguiPluginResolvedConfig as c };
|
|
1453
|
+
export type { Plugin as P, TamaguiPluginContext as T, __ΩTamaguiPluginOptions as _, TamaguiPluginOptions as a, TamaguiPluginUserConfig as b, TamaguiPluginResolvedConfig as c, __ΩTamaguiPluginUserConfig as d, __ΩTamaguiPluginResolvedConfig as e, __ΩTamaguiPluginContext as f };
|
|
@@ -218,8 +218,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
218
218
|
tsconfigFilePath: string;
|
|
219
219
|
};
|
|
220
220
|
|
|
221
|
-
declare const __VFS_PATCH__
|
|
222
|
-
declare const __VFS_REVERT__
|
|
221
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
222
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
223
223
|
type OutputModeType = "fs" | "virtual";
|
|
224
224
|
interface VirtualFile {
|
|
225
225
|
/**
|
|
@@ -628,6 +628,15 @@ interface OutputConfig {
|
|
|
628
628
|
* @defaultValue "dist/\{projectRoot\}"
|
|
629
629
|
*/
|
|
630
630
|
outputPath?: string;
|
|
631
|
+
/**
|
|
632
|
+
* The output directory path for the project build.
|
|
633
|
+
*
|
|
634
|
+
* @remarks
|
|
635
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
636
|
+
*
|
|
637
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
638
|
+
*/
|
|
639
|
+
distPath?: string;
|
|
631
640
|
/**
|
|
632
641
|
* The format of the output files
|
|
633
642
|
*
|
|
@@ -1436,5 +1445,9 @@ interface TamaguiPluginResolvedConfig extends ResolvedConfig {
|
|
|
1436
1445
|
tamagui: TamaguiOptions & Required<Pick<TamaguiPluginOptions, "platform">>;
|
|
1437
1446
|
}
|
|
1438
1447
|
type TamaguiPluginContext<TResolvedConfig extends TamaguiPluginResolvedConfig = TamaguiPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1448
|
+
declare type __ΩTamaguiPluginOptions = any[];
|
|
1449
|
+
declare type __ΩTamaguiPluginUserConfig = any[];
|
|
1450
|
+
declare type __ΩTamaguiPluginResolvedConfig = any[];
|
|
1451
|
+
declare type __ΩTamaguiPluginContext = any[];
|
|
1439
1452
|
|
|
1440
|
-
export type { Plugin as P, TamaguiPluginContext as T, TamaguiPluginOptions as a, TamaguiPluginUserConfig as b, TamaguiPluginResolvedConfig as c };
|
|
1453
|
+
export type { Plugin as P, TamaguiPluginContext as T, __ΩTamaguiPluginOptions as _, TamaguiPluginOptions as a, TamaguiPluginUserConfig as b, TamaguiPluginResolvedConfig as c, __ΩTamaguiPluginUserConfig as d, __ΩTamaguiPluginResolvedConfig as e, __ΩTamaguiPluginContext as f };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TamaguiPluginContext, a as TamaguiPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig } from './index-
|
|
1
|
+
import { T as TamaguiPluginContext, a as TamaguiPluginOptions, P as Plugin } from './index-niDXdxae.cjs';
|
|
2
|
+
export { c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig, f as __ΩTamaguiPluginContext, _ as __ΩTamaguiPluginOptions, e as __ΩTamaguiPluginResolvedConfig, d as __ΩTamaguiPluginUserConfig } from './index-niDXdxae.cjs';
|
|
3
3
|
import '@tamagui/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TamaguiPluginContext, a as TamaguiPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig } from './index-
|
|
1
|
+
import { T as TamaguiPluginContext, a as TamaguiPluginOptions, P as Plugin } from './index-niDXdxae.js';
|
|
2
|
+
export { c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig, f as __ΩTamaguiPluginContext, _ as __ΩTamaguiPluginOptions, e as __ΩTamaguiPluginResolvedConfig, d as __ΩTamaguiPluginUserConfig } from './index-niDXdxae.js';
|
|
3
3
|
import '@tamagui/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig } from '../index-
|
|
1
|
+
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig, f as __ΩTamaguiPluginContext, _ as __ΩTamaguiPluginOptions, e as __ΩTamaguiPluginResolvedConfig, d as __ΩTamaguiPluginUserConfig } from '../index-niDXdxae.cjs';
|
|
2
2
|
import '@tamagui/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig } from '../index-
|
|
1
|
+
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig, f as __ΩTamaguiPluginContext, _ as __ΩTamaguiPluginOptions, e as __ΩTamaguiPluginResolvedConfig, d as __ΩTamaguiPluginUserConfig } from '../index-niDXdxae.js';
|
|
2
2
|
import '@tamagui/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@tamagui/types';
|
|
2
|
-
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig } from '../index-
|
|
2
|
+
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig, f as __ΩTamaguiPluginContext, _ as __ΩTamaguiPluginOptions, e as __ΩTamaguiPluginResolvedConfig, d as __ΩTamaguiPluginUserConfig } from '../index-niDXdxae.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@tamagui/types';
|
|
2
|
-
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig } from '../index-
|
|
2
|
+
export { T as TamaguiPluginContext, a as TamaguiPluginOptions, c as TamaguiPluginResolvedConfig, b as TamaguiPluginUserConfig, f as __ΩTamaguiPluginContext, _ as __ΩTamaguiPluginOptions, e as __ΩTamaguiPluginResolvedConfig, d as __ΩTamaguiPluginUserConfig } from '../index-niDXdxae.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tamagui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the Tamagui plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -104,15 +104,15 @@
|
|
|
104
104
|
"@stryke/hash": "^0.12.3",
|
|
105
105
|
"@tamagui/static-worker": "^1.138.0",
|
|
106
106
|
"defu": "^6.1.4",
|
|
107
|
-
"powerlines": "^0.
|
|
107
|
+
"powerlines": "^0.23.3",
|
|
108
108
|
"typescript": "^5.9.3",
|
|
109
109
|
"vite": "^7.2.2"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@powerlines/nx": "^0.10.
|
|
112
|
+
"@powerlines/nx": "^0.10.20",
|
|
113
113
|
"@tamagui/types": "^1.138.0",
|
|
114
|
-
"@types/node": "^
|
|
114
|
+
"@types/node": "^24.10.1"
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": { "access": "public" },
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
118
118
|
}
|