- 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>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "babel-plugin-jsx-dom-expressions",
|
|
"description": "A JSX to DOM plugin that wraps expressions for fine grained change detection",
|
|
"version": "0.40.6",
|
|
"author": "Ryan Carniato",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ryansolid/dom-expressions/blob/main/packages/babel-plugin-jsx-dom-expressions"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"main": "index.js",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "rollup -c --bundleConfigAsCjs",
|
|
"test": "pnpm run build && jest --no-cache",
|
|
"test:coverage": "pnpm run build && jest --coverage --no-cache",
|
|
"prepublishOnly": "pnpm run build",
|
|
"prepare": "pnpm run build"
|
|
},
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "7.18.6",
|
|
"@babel/plugin-syntax-jsx": "^7.18.6",
|
|
"@babel/types": "^7.20.7",
|
|
"html-entities": "2.3.3",
|
|
"parse5": "^7.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.20.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@rollup/plugin-babel": "6.0.3",
|
|
"@types/babel__core": "^7.20.5"
|
|
},
|
|
"gitHead": "4f1ff795b280004134c0c3e16dec1dc0c9148141"
|
|
}
|