tamagui-loader 1.111.3 → 1.111.4
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.
|
@@ -2,7 +2,7 @@ import Static from "@tamagui/static";
|
|
|
2
2
|
import { existsSync } from "node:fs";
|
|
3
3
|
import { dirname, join } from "node:path";
|
|
4
4
|
import webpack from "webpack";
|
|
5
|
-
import { requireResolve } from "./requireResolve.mjs";
|
|
5
|
+
import { requireResolve } from "./requireResolve.native.mjs";
|
|
6
6
|
function _class_call_check(instance, Constructor) {
|
|
7
7
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
8
8
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./polyfills.mjs";
|
|
2
|
-
import { loader } from "./loader.mjs";
|
|
3
|
-
export * from "./TamaguiPlugin.mjs";
|
|
4
|
-
export * from "./shouldExclude.mjs";
|
|
1
|
+
import "./polyfills.native.mjs";
|
|
2
|
+
import { loader } from "./loader.native.mjs";
|
|
3
|
+
export * from "./TamaguiPlugin.native.mjs";
|
|
4
|
+
export * from "./shouldExclude.native.mjs";
|
|
5
5
|
var src_default = loader;
|
|
6
6
|
export { src_default as default };
|
|
7
7
|
//# sourceMappingURL=index.native.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui-loader",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.4",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@tamagui/cli-color": "1.111.
|
|
30
|
-
"@tamagui/core": "1.111.
|
|
31
|
-
"@tamagui/static": "1.111.
|
|
32
|
-
"@tamagui/web": "1.111.
|
|
29
|
+
"@tamagui/cli-color": "1.111.4",
|
|
30
|
+
"@tamagui/core": "1.111.4",
|
|
31
|
+
"@tamagui/static": "1.111.4",
|
|
32
|
+
"@tamagui/web": "1.111.4",
|
|
33
33
|
"esbuild-loader": "^4.2.2",
|
|
34
34
|
"esm-resolve": "^1.0.8",
|
|
35
35
|
"fs-extra": "^11.2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"lodash": "^4.17.21"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@tamagui/build": "1.111.
|
|
40
|
+
"@tamagui/build": "1.111.4",
|
|
41
41
|
"prettyjson": "^1.2.5",
|
|
42
42
|
"webpack": "^5.88.2"
|
|
43
43
|
},
|