@tamagui/build 1.0.0-alpha.32 → 1.0.0-alpha.36

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/.ultra.cache.json CHANGED
@@ -1 +1 @@
1
- {"files":{"node_modules":"1637314740088.0405","externalNodePlugin.js":"fa1cd57f4fb8bc9a8c7ea03adaabc309b322ae0b","package.json":"1a540bebd6c1b0404e01511a8af29cd532436279","tamagui-build.js":"06b3a361913d9bd875ce4eeb7f3cdad6b443ece3.1638416111368.626","tsconfig.json":"9862a02e4684884dd8a070c3b58132d338d0ca79"},"deps":{}}
1
+ {"files":{"node_modules":"1637314740088.0405","externalNodePlugin.js":"fa1cd57f4fb8bc9a8c7ea03adaabc309b322ae0b","package.json":"fb165ce522eeadc07d26aaefe482ed150d24db77","tamagui-build.js":"8211d15f554dae57e7936a95f0d61901a3567956.1639092869580.528","tsconfig.json":"9862a02e4684884dd8a070c3b58132d338d0ca79"},"deps":{}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.0-alpha.32",
3
+ "version": "1.0.0-alpha.36",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
@@ -23,5 +23,5 @@
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "^9.0.13"
25
25
  },
26
- "gitHead": "08084d0e70828a4d5fd18267d85db282a3a189d9"
26
+ "gitHead": "d5b75feefe9694ee2f107b69c1be98a5f107eada"
27
27
  }
package/tamagui-build.js CHANGED
@@ -112,7 +112,7 @@ async function build() {
112
112
  entryPoints: files,
113
113
  outdir: 'dist/esm',
114
114
  sourcemap: true,
115
- target: 'es2020',
115
+ target: 'es2019',
116
116
  keepNames: true,
117
117
  format: 'esm',
118
118
  color: true,
@@ -131,7 +131,7 @@ async function build() {
131
131
  outdir: 'dist/jsx',
132
132
  entryPoints: files,
133
133
  sourcemap: false,
134
- target: 'es2020',
134
+ target: 'es2019',
135
135
  keepNames: true,
136
136
  format: 'esm',
137
137
  color: true,