- 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>
28 lines
717 B
JSON
28 lines
717 B
JSON
{
|
|
"name": "babel-preset-solid",
|
|
"version": "1.9.12",
|
|
"description": "Babel preset to transform JSX for Solid.js",
|
|
"author": "Ryan Carniato <ryansolid@gmail.com>",
|
|
"homepage": "https://github.com/solidjs/solid/blob/main/packages/babel-preset-solid#readme",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/solidjs/solid/blob/main/packages/babel-preset-solid",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-jsx-dom-expressions": "^0.40.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"solid-js": "^1.9.12"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"solid-js": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
}
|
|
} |