bump packages
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Kieran 2023-06-20 14:48:14 +01:00
parent e5fe86692c
commit a5ae907cf7
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.0.0",
"version": "1.0.2",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -9,15 +9,15 @@
"license": "GPL-3.0-or-later",
"private": false,
"scripts": {
"build": "tsc"
"build": "rm -rf dist && tsc"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@snort/system": "",
"@snort/shared": "",
"@snort/system": "^1.0.7",
"@snort/shared": "^1.0.1",
"react": "^18.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.0.5",
"version": "1.0.7",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -25,7 +25,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@snort/shared": "",
"@snort/shared": "^1.0.1",
"@noble/curves": "^1.0.0",
"@scure/base": "^1.1.1",
"@stablelib/xchacha20": "^1.0.1",