chore: final alpha release

pull/81/head
Eric Maciel 2 years ago
parent 9f352a45e2
commit 71d0986d7a

@ -1,7 +1,12 @@
{
"name": "@hiveteams/collab",
"version": "1.0.0-alpha.5",
"main": "",
"version": "1.0.0-alpha.7",
"exports": {
"bridge": "./build/bridge",
"client": "./build/client",
"backend": "./build/backend"
},
"type": "module",
"description": "Slate collaborative editing",
"scripts": {
"format": "prettier --write",
@ -39,11 +44,6 @@
"@babel/preset-typescript": "^7.6.0",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@types/jest": "^24.9.0",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.39",
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "1.4.32",
"auto-changelog": "^2.1.0",
"husky": "^3.0.5",
"jest": "^24.9.0",
@ -53,6 +53,11 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@types/jest": "^24.9.0",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.39",
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "1.4.32",
"@types/debug": "^4.1.7",
"automerge": "0.14.0",
"debug": "^4.3.3",

@ -3,19 +3,16 @@
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./build",
"lib": ["dom", "dom.iterable", "esnext"],
"allowSyntheticDefaultImports": true,
"declaration": true,
"skipLibCheck": true,
"declarationMap": true,
"esModuleInterop": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"sourceMap": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es2019"
"suppressImplicitAnyIndexErrors": true
},
"exclude": ["node_modules"],
"include": ["**/*.ts", "**/*.tsx"]

Loading…
Cancel
Save