@ttsc/metro 0.17.2 → 0.17.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ React Native and Expo bundle with **Metro**, which transpiles each file with Bab
|
|
|
13
13
|
Install `ttsc` and TypeScript-Go first. Then install the Metro adapter:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install -D ttsc typescript
|
|
16
|
+
npm install -D ttsc typescript
|
|
17
17
|
npm install -D @ttsc/metro
|
|
18
18
|
```
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttsc/metro",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"description": "Metro (React Native / Expo) adapter for ttsc plugins.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"src"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@ttsc/unplugin": "0.17.
|
|
38
|
+
"@ttsc/unplugin": "0.17.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@expo/metro-config": "*",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"rollup-plugin-node-externals": "^9.0.1",
|
|
64
64
|
"tinyglobby": "^0.2.16",
|
|
65
65
|
"tslib": "^2.8.1",
|
|
66
|
-
"typescript": "7.0.
|
|
67
|
-
"ttsc": "0.17.
|
|
66
|
+
"typescript": "^7.0.2",
|
|
67
|
+
"ttsc": "0.17.4"
|
|
68
68
|
},
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|