Add coexistence checks to all enqueue methods to prevent loading both React and Grid.js assets simultaneously. Changes: - ReactAdmin.php: Only enqueue React assets when ?react=1 - Init.php: Skip Grid.js when React active on admin pages - Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0 - Customer.php, Product.php, License.php: Add coexistence checks Now the toggle between Classic and React versions works correctly. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
699 B
JSON
26 lines
699 B
JSON
{
|
|
"name": "@sentry/core",
|
|
"version": "6.19.7",
|
|
"description": "Base implementation for all Sentry JavaScript SDKs",
|
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
|
|
"author": "Sentry",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "types/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/hub": "6.19.7",
|
|
"@sentry/minimal": "6.19.7",
|
|
"@sentry/types": "6.19.7",
|
|
"@sentry/utils": "6.19.7",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"sideEffects": false
|
|
} |