incrementing sdk build
Some checks failed
CI / CI (push) Has been cancelled

This commit is contained in:
balzack 2025-03-07 16:45:55 -08:00
parent 732553c3ee
commit 1dd09a1632
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
"@types/react-native": "^0.73.0",
"@types/react-native-video": "^5.0.20",
"crypto-js": "^3.3.0",
"databag-client-sdk": "^0.0.30",
"databag-client-sdk": "^0.0.31",
"jsencrypt": "^3.3.2",
"react": "18.3.1",
"react-dom": "^18.3.1",

View File

@ -24,7 +24,7 @@
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "4.3.1",
"crypto-js": "^4.2.0",
"databag-client-sdk": "^0.0.29",
"databag-client-sdk": "^0.0.31",
"jest": "29.1.1",
"jsencrypt": "^3.3.2",
"react": "18.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "databag-client-sdk",
"version": "0.0.30",
"version": "0.0.31",
"description": "an SDK for developing Databag applications",
"main": "./dist/index.js",
"module": "./dist/index.mjs",