@tamagui/react-native-svg 2.0.0-rc.0 → 2.0.0-rc.0-1769998500160
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/.turbo/turbo-build.log +2 -2
- package/package.json +10 -10
- package/biome.json +0 -90
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
$ tamagui-build
|
|
2
|
+
built @tamagui/react-native-svg in 164 ms
|
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/react-native-svg",
|
|
3
|
-
"version": "2.0.0-rc.0",
|
|
4
|
-
"main": "dist/cjs",
|
|
3
|
+
"version": "2.0.0-rc.0-1769998500160",
|
|
5
4
|
"type": "module",
|
|
5
|
+
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
|
-
"publishConfig": {
|
|
8
|
-
"access": "public"
|
|
9
|
-
},
|
|
10
7
|
"exports": {
|
|
11
8
|
"./package.json": "./package.json",
|
|
12
9
|
".": {
|
|
@@ -21,12 +18,19 @@
|
|
|
21
18
|
"default": "./dist/cjs/index.native.js"
|
|
22
19
|
}
|
|
23
20
|
},
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "tamagui-build",
|
|
26
26
|
"watch": "tamagui-build --watch",
|
|
27
27
|
"clean": "tamagui-build clean",
|
|
28
28
|
"clean:build": "tamagui-build clean:build"
|
|
29
29
|
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@tamagui/build": "2.0.0-rc.0-1769998500160",
|
|
32
|
+
"react-native-svg": "15.12.1"
|
|
33
|
+
},
|
|
30
34
|
"peerDependencies": {
|
|
31
35
|
"react-native-svg": "*"
|
|
32
36
|
},
|
|
@@ -34,9 +38,5 @@
|
|
|
34
38
|
"react-native-svg": {
|
|
35
39
|
"optional": true
|
|
36
40
|
}
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"@tamagui/build": "2.0.0-rc.0",
|
|
40
|
-
"react-native-svg": "15.12.1"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|
package/biome.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
|
|
3
|
-
"organizeImports": {
|
|
4
|
-
"enabled": false
|
|
5
|
-
},
|
|
6
|
-
"files": {
|
|
7
|
-
"ignore": ["**/*/generated-*.ts", ".tamagui"]
|
|
8
|
-
},
|
|
9
|
-
"linter": {
|
|
10
|
-
"enabled": true,
|
|
11
|
-
"rules": {
|
|
12
|
-
"correctness": {
|
|
13
|
-
"useExhaustiveDependencies": "off",
|
|
14
|
-
"noInnerDeclarations": "off",
|
|
15
|
-
"noUnnecessaryContinue": "off",
|
|
16
|
-
"noConstructorReturn": "off"
|
|
17
|
-
},
|
|
18
|
-
"suspicious": {
|
|
19
|
-
"noImplicitAnyLet": "off",
|
|
20
|
-
"noConfusingVoidType": "off",
|
|
21
|
-
"noEmptyInterface": "off",
|
|
22
|
-
"noExplicitAny": "off",
|
|
23
|
-
"noArrayIndexKey": "off",
|
|
24
|
-
"noDoubleEquals": "off",
|
|
25
|
-
"noConsoleLog": "error",
|
|
26
|
-
"noAssignInExpressions": "off",
|
|
27
|
-
"noRedeclare": "off"
|
|
28
|
-
},
|
|
29
|
-
"style": {
|
|
30
|
-
"noParameterAssign": "off",
|
|
31
|
-
"noNonNullAssertion": "off",
|
|
32
|
-
"noArguments": "off",
|
|
33
|
-
"noUnusedTemplateLiteral": "off",
|
|
34
|
-
"useDefaultParameterLast": "off",
|
|
35
|
-
"useConst": "off",
|
|
36
|
-
"useEnumInitializers": "off",
|
|
37
|
-
"useTemplate": "off",
|
|
38
|
-
"useSelfClosingElements": "off",
|
|
39
|
-
"useImportType": "error",
|
|
40
|
-
"noUselessElse": "off"
|
|
41
|
-
},
|
|
42
|
-
"security": {
|
|
43
|
-
"noDangerouslySetInnerHtml": "off",
|
|
44
|
-
"noDangerouslySetInnerHtmlWithChildren": "off"
|
|
45
|
-
},
|
|
46
|
-
"performance": {
|
|
47
|
-
"noDelete": "off",
|
|
48
|
-
"noAccumulatingSpread": "off"
|
|
49
|
-
},
|
|
50
|
-
"complexity": {
|
|
51
|
-
"noForEach": "off",
|
|
52
|
-
"noUselessTernary": "off",
|
|
53
|
-
"noBannedTypes": "off",
|
|
54
|
-
"noUselessFragments": "off",
|
|
55
|
-
"useLiteralKeys": "off",
|
|
56
|
-
"useSimplifiedLogicExpression": "off",
|
|
57
|
-
"useOptionalChain": "off"
|
|
58
|
-
},
|
|
59
|
-
"a11y": {
|
|
60
|
-
"noSvgWithoutTitle": "off",
|
|
61
|
-
"useMediaCaption": "off",
|
|
62
|
-
"noHeaderScope": "off",
|
|
63
|
-
"useAltText": "off",
|
|
64
|
-
"useButtonType": "off"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"formatter": {
|
|
69
|
-
"enabled": true,
|
|
70
|
-
"formatWithErrors": false,
|
|
71
|
-
"indentStyle": "space",
|
|
72
|
-
"indentWidth": 2,
|
|
73
|
-
"lineWidth": 90,
|
|
74
|
-
"lineEnding": "lf",
|
|
75
|
-
"ignore": [
|
|
76
|
-
"**/*/generated-new.ts",
|
|
77
|
-
"**/*/generated-v2.ts",
|
|
78
|
-
".tamagui",
|
|
79
|
-
"package.json"
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
|
-
"javascript": {
|
|
83
|
-
"formatter": {
|
|
84
|
-
"trailingCommas": "es5",
|
|
85
|
-
"jsxQuoteStyle": "double",
|
|
86
|
-
"semicolons": "asNeeded",
|
|
87
|
-
"quoteStyle": "single"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|