@tamagui/static 1.112.23 → 1.112.24

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/checkDeps.js CHANGED
@@ -1,8 +1,7 @@
1
- var __create = Object.create;
2
1
  var __defProp = Object.defineProperty;
3
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
5
  var __export = (target, all) => {
7
6
  for (var name in all)
8
7
  __defProp(target, name, { get: all[name], enumerable: !0 });
@@ -12,23 +11,16 @@ var __export = (target, all) => {
12
11
  !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
12
  return to;
14
13
  };
15
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
16
- // If the importer is in node compatibility mode or this is not an ESM
17
- // file that has been converted to a CommonJS file using a Babel-
18
- // compatible transform (i.e. "__esModule" has not been set), then set
19
- // "default" to the CommonJS "module.exports" for node compatibility.
20
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
- mod
22
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
15
  var checkDeps_exports = {};
24
16
  __export(checkDeps_exports, {
25
17
  DEPENDENCY_TYPE: () => DEPENDENCY_TYPE,
26
18
  checkDeps: () => checkDeps
27
19
  });
28
20
  module.exports = __toCommonJS(checkDeps_exports);
29
- var DEPENDENCY_TYPE = /* @__PURE__ */ ((DEPENDENCY_TYPE2) => (DEPENDENCY_TYPE2.dependencies = "dependencies", DEPENDENCY_TYPE2.devDependencies = "devDependencies", DEPENDENCY_TYPE2.optionalDependencies = "optionalDependencies", DEPENDENCY_TYPE2.peerDependencies = "peerDependencies", DEPENDENCY_TYPE2.resolutions = "resolutions", DEPENDENCY_TYPE2))(DEPENDENCY_TYPE || {});
30
- async function checkDeps(root, options) {
31
- const checker = await import("check-dependency-version-consistency");
32
- return new checker.CDVC(root, options);
21
+ var import_check_dep_versions = require("./check-dep-versions"), DEPENDENCY_TYPE = /* @__PURE__ */ ((DEPENDENCY_TYPE2) => (DEPENDENCY_TYPE2.dependencies = "dependencies", DEPENDENCY_TYPE2.devDependencies = "devDependencies", DEPENDENCY_TYPE2.optionalDependencies = "optionalDependencies", DEPENDENCY_TYPE2.peerDependencies = "peerDependencies", DEPENDENCY_TYPE2.resolutions = "resolutions", DEPENDENCY_TYPE2))(DEPENDENCY_TYPE || {});
22
+ async function checkDeps(root) {
23
+ const summary = new import_check_dep_versions.CDVC(root).toMismatchSummary();
24
+ summary || console.info("Tamagui dependencies look good \u2705"), console.error(summary), process.exit(1);
33
25
  }
34
26
  //# sourceMappingURL=checkDeps.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/checkDeps.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,IAAK,kBAAL,kBAAKA,sBACVA,iBAAA,eAAe,gBACfA,iBAAA,kBAAkB,mBAClBA,iBAAA,uBAAuB,wBACvBA,iBAAA,mBAAmB,oBACnBA,iBAAA,cAAc,eALJA,mBAAA;AAmBZ,eAAsB,UAAU,MAAc,SAAkB;AAC9D,QAAM,UAAU,MAAM,OAAO,sCAAsC;AACnE,SAAO,IAAI,QAAQ,KAAK,MAAM,OAAO;AACvC;",
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gCAAqB,iCAET,kBAAL,kBAAKA,sBACVA,iBAAA,eAAe,gBACfA,iBAAA,kBAAkB,mBAClBA,iBAAA,uBAAuB,wBACvBA,iBAAA,mBAAmB,oBACnBA,iBAAA,cAAc,eALJA,mBAAA;AAmBZ,eAAsB,UAAU,MAAc;AAC5C,QAAM,UAAU,IAAI,+BAAK,IAAI,EAAE,kBAAkB;AAEjD,EAAK,WACH,QAAQ,KAAK,uCAAkC,GAGjD,QAAQ,MAAM,OAAO,GACrB,QAAQ,KAAK,CAAC;AAChB;",
5
5
  "names": ["DEPENDENCY_TYPE"]
6
6
  }
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
- var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: !0 });
@@ -13,27 +12,20 @@ var __export = (target, all) => {
13
12
  !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
13
  return to;
15
14
  };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
16
  var checkDeps_exports = {};
25
17
  __export(checkDeps_exports, {
26
18
  DEPENDENCY_TYPE: () => DEPENDENCY_TYPE,
27
19
  checkDeps: () => checkDeps
28
20
  });
29
21
  module.exports = __toCommonJS(checkDeps_exports);
30
- var DEPENDENCY_TYPE;
22
+ var import_check_dep_versions = require("./check-dep-versions"), DEPENDENCY_TYPE;
31
23
  (function(DEPENDENCY_TYPE2) {
32
24
  DEPENDENCY_TYPE2.dependencies = "dependencies", DEPENDENCY_TYPE2.devDependencies = "devDependencies", DEPENDENCY_TYPE2.optionalDependencies = "optionalDependencies", DEPENDENCY_TYPE2.peerDependencies = "peerDependencies", DEPENDENCY_TYPE2.resolutions = "resolutions";
33
25
  })(DEPENDENCY_TYPE || (DEPENDENCY_TYPE = {}));
34
- async function checkDeps(root, options) {
35
- var checker = await import("check-dependency-version-consistency");
36
- return new checker.CDVC(root, options);
26
+ async function checkDeps(root) {
27
+ var summary = new import_check_dep_versions.CDVC(root).toMismatchSummary();
28
+ summary || console.info("Tamagui dependencies look good \u2705"), console.error(summary), process.exit(1);
37
29
  }
38
30
  // Annotate the CommonJS export names for ESM import in node:
39
31
  0 && (module.exports = {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/Users/n8/tamagui/code/compiler/static/src/checkDeps.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAGYA,kBAAAA;;GAAAA,oBAAAA,kBAAAA,CAAAA,EAAAA;AAmBZ,eAAsBC,UAAUC,MAAcC,SAAgB;AAC5D,MAAMC,UAAU,MAAM,OAAO,sCAAA;AAC7B,SAAO,IAAIA,QAAQC,KAAKH,MAAMC,OAAAA;AAChC;",
5
- "names": ["DEPENDENCY_TYPE", "checkDeps", "root", "options", "checker", "CDVC"]
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;;;;;;gCAAqB;UAETA,kBAAAA;;GAAAA,oBAAAA,kBAAAA,CAAAA,EAAAA;AAmBZ,eAAsBC,UAAUC,MAAY;AAC1C,MAAMC,UAAU,IAAIC,+BAAKF,IAAAA,EAAMG,kBAAiB;AAEhD,EAAKF,WACHG,QAAQC,KAAK,uCAAkC,GAGjDD,QAAQE,MAAML,OAAAA,GACdM,QAAQC,KAAK,CAAA;AACf;",
5
+ "names": ["DEPENDENCY_TYPE", "checkDeps", "root", "summary", "CDVC", "toMismatchSummary", "console", "info", "error", "process", "exit"]
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.112.23",
3
+ "version": "1.112.24",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "type": "commonjs",
@@ -42,24 +42,25 @@
42
42
  "@babel/runtime": "^7.25.4",
43
43
  "@babel/traverse": "^7.25.4",
44
44
  "@babel/types": "^7.25.4",
45
- "@tamagui/build": "1.112.23",
46
- "@tamagui/cli-color": "1.112.23",
47
- "@tamagui/config-default": "1.112.23",
48
- "@tamagui/core": "1.112.23",
49
- "@tamagui/fake-react-native": "1.112.23",
50
- "@tamagui/generate-themes": "1.112.23",
51
- "@tamagui/helpers": "1.112.23",
52
- "@tamagui/helpers-node": "1.112.23",
53
- "@tamagui/proxy-worm": "1.112.23",
54
- "@tamagui/react-native-web-internals": "1.112.23",
55
- "@tamagui/react-native-web-lite": "1.112.23",
56
- "@tamagui/shorthands": "1.112.23",
57
- "@tamagui/types": "1.112.23",
45
+ "@tamagui/build": "1.112.24",
46
+ "@tamagui/cli-color": "1.112.24",
47
+ "@tamagui/config-default": "1.112.24",
48
+ "@tamagui/core": "1.112.24",
49
+ "@tamagui/fake-react-native": "1.112.24",
50
+ "@tamagui/generate-themes": "1.112.24",
51
+ "@tamagui/helpers": "1.112.24",
52
+ "@tamagui/helpers-node": "1.112.24",
53
+ "@tamagui/proxy-worm": "1.112.24",
54
+ "@tamagui/react-native-web-internals": "1.112.24",
55
+ "@tamagui/react-native-web-lite": "1.112.24",
56
+ "@tamagui/shorthands": "1.112.24",
57
+ "@tamagui/types": "1.112.24",
58
58
  "babel-literal-to-ast": "^2.1.0",
59
59
  "browserslist": "^4.22.2",
60
60
  "check-dependency-version-consistency": "^4.1.0",
61
61
  "esbuild": "^0.24.0",
62
62
  "esbuild-register": "^3.6.0",
63
+ "fast-glob": "^3.2.11",
63
64
  "find-cache-dir": "^3.3.2",
64
65
  "find-root": "^1.1.0",
65
66
  "fs-extra": "^11.2.0",