Fix package json 2 (#19)

Signed-off-by: Kristina <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-02-04 20:59:36 +04:00
committed by GitHub
parent 878e7effcb
commit 2380cd129c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/communication-sdk-types",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./types/index.d.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/communication-types",
"version": "0.1.0",
"version": "0.1.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "./types/index.d.ts",