@tamagui/helpers-node 1.128.1 → 1.129.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/helpers-node",
3
- "version": "1.128.1",
3
+ "version": "1.129.0",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "./dist",
@@ -16,10 +16,10 @@
16
16
  "clean:build": "tamagui-build clean:build"
17
17
  },
18
18
  "dependencies": {
19
- "@tamagui/types": "1.128.1"
19
+ "@tamagui/types": "1.129.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@tamagui/build": "1.128.1",
22
+ "@tamagui/build": "1.129.0",
23
23
  "fs-extra": "^11.2.0"
24
24
  },
25
25
  "publishConfig": {
@@ -1,4 +1,6 @@
1
1
  import type { TamaguiOptions } from "@tamagui/types";
2
- export declare function getDefaultTamaguiOptions({ cwd }: { cwd: string }): Promise<TamaguiOptions>;
2
+ export declare function getDefaultTamaguiOptions({ cwd }: {
3
+ cwd: string;
4
+ }): Promise<TamaguiOptions>;
3
5
 
4
6
  //# sourceMappingURL=getDefaultTamaguiOptions.d.ts.map
@@ -1,5 +1,5 @@
1
1
  {
2
- "mappings": "AAAA,cAAc,sBAAsB,gBAAgB;AAIpD,OAAO,iBAAe,yBAAyB,EAC7C,KAGD,EAFE,EACD,YACD,IAAG,QAAQ",
2
+ "mappings": "AAAA,cAAc,sBAAsB,gBAAgB;AAIpD,OAAO,iBAAe,yBAAyB,EAC7C,KAGD,EAFE;CACD;AACD,IAAG,QAAQ",
3
3
  "names": [],
4
4
  "sources": [
5
5
  "src/getDefaultTamaguiOptions.ts"
@@ -1,5 +1,6 @@
1
1
  export declare function getDefaultTamaguiConfigPath({ cwd, cache }: {
2
2
  cwd?: string;
3
+ // TODO this isn't passed down / could avoid
3
4
  cache?: boolean;
4
5
  }): Promise<string>;
5
6
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "mappings": "AAMA,OAAO,iBAAe,4BAA4B,EAChD,KACA,OAKD,EAJE;CACD;CAEA;AACD,IAAG",
2
+ "mappings": "AAMA,OAAO,iBAAe,4BAA4B,EAChD,KACA,OAKD,EAJE;CACD;;CAEA;AACD,IAAG",
3
3
  "names": [],
4
4
  "sources": [
5
5
  "src/getTamaguiDefaultPath.ts"
@@ -1,3 +1,5 @@
1
- export declare function getTamaguiOptions({ cwd }: { cwd?: string }): Promise<import("@tamagui/types/types").TamaguiOptions>;
1
+ export declare function getTamaguiOptions({ cwd }: {
2
+ cwd?: string;
3
+ }): Promise<import("@tamagui/types/types").TamaguiOptions>;
2
4
 
3
5
  //# sourceMappingURL=getTamaguiOptions.d.ts.map
@@ -1,5 +1,5 @@
1
1
  {
2
- "mappings": "AAEA,OAAO,iBAAe,kBAAkB,EACtC,KACiB,EAAhB,EAAE,aAAc,IAAG,eAAe,wBAAwB",
2
+ "mappings": "AAEA,OAAO,iBAAe,kBAAkB,EACtC,KACiB,EAAhB;CAAE;AAAc,IAAG,eAAe,wBAAwB",
3
3
  "names": [],
4
4
  "sources": [
5
5
  "src/getTamaguiOptions.ts"
@@ -1,5 +1,7 @@
1
1
  import type { TamaguiOptions } from "@tamagui/types";
2
- export declare function readTamaguiOptions({ cwd }: { cwd: string }): Promise<{
2
+ export declare function readTamaguiOptions({ cwd }: {
3
+ cwd: string;
4
+ }): Promise<{
3
5
  exists: boolean;
4
6
  options: TamaguiOptions;
5
7
  }>;
@@ -1,5 +1,5 @@
1
1
  {
2
- "mappings": "AAEA,cAAc,sBAAsB,gBAAgB;AAKpD,OAAO,iBAAe,mBAAmB,EAAE,KAA4B,EAAf,EAAE,YAAa,IAAG,QAAQ;CAChF;CACA,SAAS;AACV",
2
+ "mappings": "AAEA,cAAc,sBAAsB,gBAAgB;AAKpD,OAAO,iBAAe,mBAAmB,EAAE,KAA4B,EAAf;CAAE;AAAa,IAAG,QAAQ;CAChF;CACA,SAAS;AACV",
3
3
  "names": [],
4
4
  "sources": [
5
5
  "src/readTamaguiOptions.ts"