- 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>
32 lines
776 B
JSON
32 lines
776 B
JSON
{
|
|
"name": "@react-native/assets-registry",
|
|
"version": "0.85.2",
|
|
"description": "Asset support code for React Native.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/assets"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/assets#readme",
|
|
"keywords": [
|
|
"assets",
|
|
"registry",
|
|
"react-native",
|
|
"support"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"
|
|
},
|
|
"files": [
|
|
"path-support.js",
|
|
"registry.js",
|
|
"README.md",
|
|
"!**/__docs__/**",
|
|
"!**/__fixtures__/**",
|
|
"!**/__mocks__/**",
|
|
"!**/__tests__/**"
|
|
]
|
|
}
|