bump version

This commit is contained in:
turnoffthiscomputer
2025-03-14 20:15:29 +01:00
parent 95829b5d1a
commit ecf9f549f4

View File

@@ -1,6 +1,6 @@
{
"name": "@selfxyz/core",
"version": "0.0.10",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "https://github.com/selfxyz/self"
@@ -20,8 +20,7 @@
"format": "prettier --write .",
"install-sdk": "cd ../common && yarn && cd ../sdk && yarn",
"lint": "prettier --check .",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public"
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/react": "^18.3.4",