mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
fix imports and exports
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user