@teambit/react 1.0.699 → 1.0.700
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/apps/web/react.application.ts +0 -2
- package/artifacts/env-template/public/{252.7e05526b7e47c58b866a.js → 109.354923593c4f99e489fa.js} +2 -2
- package/artifacts/env-template/public/{590.5447135e2485a4d33fc5.js → 495.1639e9d365ac400ba8f9.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +12 -12
- package/artifacts/env-template/public/compositions.b6471581786793247d6c.js +2 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.a925526837d38bbb1f45.js → overview.4dee72bc1b5e72818b02.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/peers.a20e701072b85349e1c7.js +1 -0
- package/{compositions-1755029266733.js → compositions-1755091530211.js} +1 -1
- package/dist/apps/web/react.application.js +0 -2
- package/dist/apps/web/react.application.js.map +1 -1
- package/dist/{preview-1755029266733.js → preview-1755091530211.js} +2 -2
- package/dist/react.main.runtime.js +0 -1
- package/dist/react.main.runtime.js.map +1 -1
- package/dist/webpack/webpack.config.base.js +0 -1
- package/dist/webpack/webpack.config.base.js.map +1 -1
- package/{overview-1755029266733.js → overview-1755091530211.js} +1 -1
- package/package.json +30 -30
- package/webpack/webpack.config.base.ts +0 -1
- package/artifacts/env-template/public/compositions.3a6d57a3acd19ff404a8.js +0 -2
- package/artifacts/env-template/public/peers.8e40476137ee6e651316.js +0 -1
- /package/artifacts/env-template/public/static/css/{252.4eca91fd.css → 109.4eca91fd.css} +0 -0
|
@@ -126,7 +126,6 @@ export class ReactApp implements Application {
|
|
|
126
126
|
},
|
|
127
127
|
],
|
|
128
128
|
|
|
129
|
-
// @ts-ignore
|
|
130
129
|
capsuleNetwork: undefined,
|
|
131
130
|
previousTasksResults: [],
|
|
132
131
|
});
|
|
@@ -155,7 +154,6 @@ export class ReactApp implements Application {
|
|
|
155
154
|
},
|
|
156
155
|
],
|
|
157
156
|
|
|
158
|
-
// @ts-ignore
|
|
159
157
|
capsuleNetwork: undefined,
|
|
160
158
|
previousTasksResults: [],
|
|
161
159
|
});
|