🔖(minor) bump release to 0.1.21

Refactor authentication.
Address few bug bounties.
This commit is contained in:
lebaudantoine
2025-05-01 16:44:58 +02:00
committed by aleb_the_flash
parent c7c0df5b6d
commit b79fa14919
9 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.20",
"version": "0.1.21",
"type": "module",
"main": "./dist/visio-sdk.umd.cjs",
"module": "./dist/visio-sdk.js",

View File

@@ -1,12 +1,12 @@
{
"name": "sdk",
"version": "0.1.19",
"version": "0.1.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sdk",
"version": "0.1.19",
"version": "0.1.21",
"license": "ISC",
"workspaces": [
"./library",
@@ -620,7 +620,7 @@
},
"library": {
"name": "@gouvfr-lasuite/visio-sdk",
"version": "0.1.20",
"version": "0.1.21",
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"

View File

@@ -1,6 +1,6 @@
{
"name": "sdk",
"version": "0.1.19",
"version": "0.1.21",
"author": "",
"license": "ISC",
"description": "",