agora-appbuilder-core 4.0.8 → 4.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agora-appbuilder-core",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "React Native template for RTE app builder",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -258,6 +258,7 @@ const reactSdk = {
258
258
  bundleSdkTypedefs: () => {
259
259
  return src(['../Builds/customization-api.d.ts', '../Builds/reactSdk.d.ts'])
260
260
  .pipe(concat('index.d.ts'))
261
+ .pipe(replace(`${$config.PRODUCT_ID}/`, ''))
261
262
  .pipe(
262
263
  replace(
263
264
  'declare module "index.rsdk"',