@thealteroffice/react-native-adgeist 0.0.18 → 0.0.19
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/package.json +2 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thealteroffice/react-native-adgeist",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "Publishers can integrate our SDK to connect their ad spaces to the AdGeist marketplace.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"module": "./lib/module/index.js",
|
|
@@ -143,7 +143,6 @@
|
|
|
143
143
|
"source": "src",
|
|
144
144
|
"output": "lib",
|
|
145
145
|
"targets": [
|
|
146
|
-
"codegen",
|
|
147
146
|
[
|
|
148
147
|
"module",
|
|
149
148
|
{
|
|
@@ -162,14 +161,9 @@
|
|
|
162
161
|
"name": "RNAdgeistSpec",
|
|
163
162
|
"type": "modules",
|
|
164
163
|
"jsSrcsDir": "src",
|
|
165
|
-
"outputDir": {
|
|
166
|
-
"ios": "ios/generated",
|
|
167
|
-
"android": "android/generated"
|
|
168
|
-
},
|
|
169
164
|
"android": {
|
|
170
165
|
"javaPackageName": "com.adgeist"
|
|
171
|
-
}
|
|
172
|
-
"includesGeneratedCode": true
|
|
166
|
+
}
|
|
173
167
|
},
|
|
174
168
|
"create-react-native-library": {
|
|
175
169
|
"type": "turbo-module",
|