- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
39 lines
932 B
JSON
39 lines
932 B
JSON
{
|
|
"name": "@react-native/gradle-plugin",
|
|
"version": "0.85.2",
|
|
"description": "Gradle Plugin for React Native",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/gradle-plugin"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/gradle-plugin#readme",
|
|
"keywords": [
|
|
"gradle",
|
|
"plugin",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./gradlew build",
|
|
"clean": "./gradlew clean",
|
|
"test": "./gradlew check"
|
|
},
|
|
"files": [
|
|
"settings.gradle.kts",
|
|
"build.gradle.kts",
|
|
"gradle",
|
|
"gradlew",
|
|
"gradlew.bat",
|
|
"README.md",
|
|
"react-native-gradle-plugin",
|
|
"settings-plugin",
|
|
"shared",
|
|
"shared-testutil"
|
|
]
|
|
}
|