File tree 1 file changed +5
-32
lines changed
1 file changed +5
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-app-data-sharing" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " This React Native package facilitates seamless and secure data sharing between applications on the same device." ,
5
5
"source" : " ./src/index.tsx" ,
6
6
"main" : " ./build/commonjs/index.js" ,
24
24
" !**/__mocks__" ,
25
25
" !**/.*" ,
26
26
" plugin" ,
27
- " !plugin/src" ,
28
27
" app.plugin.js"
29
28
],
30
29
"scripts" : {
161
160
"source" : " src" ,
162
161
"output" : " build" ,
163
162
"targets" : [
164
- [
165
- " commonjs" ,
166
- {
167
- "esm" : true
168
- }
169
- ],
170
- [
171
- " module" ,
172
- {
173
- "esm" : true
174
- }
175
- ],
176
- [
177
- " typescript" ,
178
- {
179
- "project" : " tsconfig.build.json" ,
180
- "esm" : true
181
- }
182
- ]
163
+ " commonjs" ,
164
+ " module" ,
165
+ " typescript"
183
166
]
184
167
},
185
168
"create-react-native-library" : {
190
173
"dependencies" : {
191
174
"@expo/config-plugins" : " ^9.0.12"
192
175
},
193
- "types" : " build/typescript/commonjs/src/index.d.ts" ,
194
- "exports" : {
195
- "." : {
196
- "import" : {
197
- "types" : " ./build/typescript/module/src/index.d.ts"
198
- },
199
- "require" : {
200
- "types" : " ./build/typescript/commonjs/src/index.d.ts"
201
- }
202
- }
203
- }
176
+ "types" : " build/typescript/src/index.d.ts"
204
177
}
You can’t perform that action at this time.
0 commit comments