Skip to content

Commit 7aeb527

Browse files
wjaszczukWiktor Jaszczuk
andauthored
fix: add types declaration to project packages package.json files (#460)
Co-authored-by: Wiktor Jaszczuk <[email protected]>
1 parent bc5e5ea commit 7aeb527

File tree

13 files changed

+28
-0
lines changed

13 files changed

+28
-0
lines changed

.changeset/nasty-islands-melt.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
'@rnef/plugin-brownfield-android': patch
3+
'@rnef/platform-apple-helpers': patch
4+
'@rnef/plugin-brownfield-ios': patch
5+
'@rnef/platform-android': patch
6+
'@rnef/provider-github': patch
7+
'@rnef/plugin-repack': patch
8+
'@rnef/platform-ios': patch
9+
'@rnef/plugin-metro': patch
10+
'@rnef/provider-s3': patch
11+
'@rnef/create-app': patch
12+
'@rnef/config': patch
13+
'@rnef/tools': patch
14+
---
15+
16+
Add types field to package.json files

packages/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/config",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/create-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/create-app",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/platform-android/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/platform-android",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/platform-apple-helpers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/platform-apple-helpers",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/platform-ios/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/platform-ios",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/plugin-brownfield-android/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/plugin-brownfield-android",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/plugin-brownfield-ios/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/plugin-brownfield-ios",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/plugin-metro/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/plugin-metro",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

packages/plugin-repack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@rnef/plugin-repack",
33
"version": "0.8.3",
44
"type": "module",
5+
"types": "./dist/src/index.d.ts",
56
"exports": {
67
"types": "./dist/src/index.d.ts",
78
"default": "./dist/src/index.js"

0 commit comments

Comments
 (0)