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>
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "bare-url",
|
|
"version": "2.4.0",
|
|
"description": "WHATWG URL implementation for JavaScript",
|
|
"exports": {
|
|
"./package": "./package.json",
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./global": {
|
|
"types": "./global.d.ts",
|
|
"default": "./global.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"global.js",
|
|
"global.d.ts",
|
|
"binding.c",
|
|
"binding.js",
|
|
"CMakeLists.txt",
|
|
"lib",
|
|
"prebuilds"
|
|
],
|
|
"addon": true,
|
|
"scripts": {
|
|
"test": "prettier . --check && bare test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/holepunchto/bare-url.git"
|
|
},
|
|
"author": "Holepunch",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holepunchto/bare-url/issues"
|
|
},
|
|
"homepage": "https://github.com/holepunchto/bare-url",
|
|
"dependencies": {
|
|
"bare-path": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"brittle": "^3.3.2",
|
|
"cmake-bare": "^1.1.6",
|
|
"cmake-fetch": "^1.0.0",
|
|
"prettier": "^3.3.3",
|
|
"prettier-config-holepunch": "^2.0.0"
|
|
}
|
|
}
|