fix imports and exports

Former-commit-id: ee5d8ebaad0430b8f4391affa56fc0909a9fda5e [formerly 632e545d1a]
Former-commit-id: 6b080044c949469c975539efbf401d7947270f80
This commit is contained in:
Andrija Novakovic
2021-10-19 13:08:32 +02:00
parent 4c7978ec8b
commit 363206a042
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@libsem/identity",
"version": "1.0.2",
"version": "1.0.3",
"description": "work with zk identites",
"main": "dist/identity/index.mjs",
"main": "dist/index.node.js",
"types": "dist/types/index.d.ts",
"publishConfig": {
"access": "public"

View File

@@ -1,8 +1,8 @@
{
"name": "@libsem/protocols",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "dist/protocols/src/index.js",
"main": "dist/index.node.js",
"types": "dist/types/index.d.ts",
"publishConfig": {
"access": "public"