@tamagui/font-silkscreen 1.0.0-beta.149 → 1.0.0-beta.179

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/cjs/index.js CHANGED
@@ -70,4 +70,8 @@ const size = {
70
70
  15: 114,
71
71
  16: 124
72
72
  };
73
+ // Annotate the CommonJS export names for ESM import in node:
74
+ 0 && (module.exports = {
75
+ createSilkscreenFont
76
+ });
73
77
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/font-silkscreen",
3
- "version": "1.0.0-beta.149+a95e53bb",
3
+ "version": "1.0.0-beta.179+ce1cab5d",
4
4
  "typings": "types",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -18,11 +18,11 @@
18
18
  "clean:build": "tamagui-build clean:build"
19
19
  },
20
20
  "devDependencies": {
21
- "@tamagui/build": "^1.0.0-beta.149+a95e53bb",
22
- "@tamagui/colors": "^1.0.0-beta.149+a95e53bb"
21
+ "@tamagui/build": "^1.0.0-beta.179+ce1cab5d",
22
+ "@tamagui/colors": "^1.0.0-beta.179+ce1cab5d"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "a95e53bb6c4678962ef84a59bf5bac74e7f4f32f"
27
+ "gitHead": "ce1cab5d615eda84d71404e9bc6478140ac7699e"
28
28
  }