Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ts/shielder-sdk-crypto-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardinal-cryptography/shielder-sdk-crypto-mobile",
"version": "0.2.0-beta.3",
"version": "0.3.0",
"description": "shielder-sdk cryptography bindings for react native",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion ts/shielder-sdk-crypto-wasm-light/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardinal-cryptography/shielder-sdk-crypto-wasm-light",
"version": "0.2.0-beta.1",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/shielder-sdk-crypto-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardinal-cryptography/shielder-sdk-crypto-wasm",
"version": "0.2.0-beta.6",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/shielder-sdk-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardinal-cryptography/shielder-sdk-crypto",
"version": "0.2.0-beta.5",
"version": "0.3.0",
"description": "",
"scripts": {
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion ts/shielder-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardinal-cryptography/shielder-sdk",
"version": "0.2.0-beta.11",
"version": "0.3.0",
"description": "A web package for interacting with Shielder, a part of zkOS privacy engine.",
"license": "Apache-2.0",
"keywords": [
Expand Down
Loading