@apps-in-toss/plugins 2.4.0 → 2.4.1

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/dist/index.cjs CHANGED
@@ -208,7 +208,7 @@ var require_package = __commonJS({
208
208
  module2.exports = {
209
209
  name: "@apps-in-toss/plugins",
210
210
  type: "module",
211
- version: "2.4.0",
211
+ version: "2.4.1",
212
212
  description: "The plugins for Apps In Toss",
213
213
  scripts: {
214
214
  test: "vitest --run",
@@ -1532,6 +1532,7 @@ function withAppsInTossCommon(plugins, options) {
1532
1532
  reactNativeBasePath: options.reactNativeBasePath
1533
1533
  }),
1534
1534
  appsInTossAppJson(options),
1535
+ (0, import_plugin_compat.reactCompatibilityPlugin)({ target, rootDir: options.root }),
1535
1536
  (0, import_plugin_compat.reactNativeCompatibilityPlugin)({ target, rootDir: options.root }),
1536
1537
  (0, import_plugin_compat.reactNativeReverseCompatibilityPlugin)({ target, rootDir: options.root, isHost: false }),
1537
1538
  appsInTossEsbuildConfig(contents),
package/dist/index.js CHANGED
@@ -206,7 +206,7 @@ var require_package = __commonJS({
206
206
  module.exports = {
207
207
  name: "@apps-in-toss/plugins",
208
208
  type: "module",
209
- version: "2.4.0",
209
+ version: "2.4.1",
210
210
  description: "The plugins for Apps In Toss",
211
211
  scripts: {
212
212
  test: "vitest --run",
@@ -266,7 +266,11 @@ init_esm_shims();
266
266
  // src/appsInToss.ts
267
267
  init_esm_shims();
268
268
  import path8 from "path";
269
- import { reactNativeCompatibilityPlugin, reactNativeReverseCompatibilityPlugin } from "@apps-in-toss/plugin-compat";
269
+ import {
270
+ reactCompatibilityPlugin,
271
+ reactNativeCompatibilityPlugin,
272
+ reactNativeReverseCompatibilityPlugin
273
+ } from "@apps-in-toss/plugin-compat";
270
274
  import { microFrontend } from "@granite-js/plugin-micro-frontend";
271
275
  import { getPackageRoot as getPackageRoot6 } from "@granite-js/utils";
272
276
 
@@ -1502,6 +1506,7 @@ function withAppsInTossCommon(plugins, options) {
1502
1506
  reactNativeBasePath: options.reactNativeBasePath
1503
1507
  }),
1504
1508
  appsInTossAppJson(options),
1509
+ reactCompatibilityPlugin({ target, rootDir: options.root }),
1505
1510
  reactNativeCompatibilityPlugin({ target, rootDir: options.root }),
1506
1511
  reactNativeReverseCompatibilityPlugin({ target, rootDir: options.root, isHost: false }),
1507
1512
  appsInTossEsbuildConfig(contents),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/plugins",
3
3
  "type": "module",
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "description": "The plugins for Apps In Toss",
6
6
  "scripts": {
7
7
  "test": "vitest --run",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@apps-in-toss/ait-format": "1.0.0",
42
- "@apps-in-toss/plugin-compat": "2.4.0",
42
+ "@apps-in-toss/plugin-compat": "2.4.1",
43
43
  "@granite-js/plugin-core": "1.0.10",
44
44
  "@granite-js/plugin-micro-frontend": "1.0.10",
45
45
  "@granite-js/plugin-sentry": "1.0.10",