Bump packages
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-09-15 11:10:52 +01:00
parent 5ce15a6c6b
commit f6d8e96ae3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
4 changed files with 12 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@snort/shared", "name": "@snort/shared",
"version": "1.0.5", "version": "1.0.6",
"description": "Shared components for Snort", "description": "Shared components for Snort",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort", "repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran", "author": "Kieran",
"license": "GPL-3.0-or-later", "license": "MIT",
"scripts": { "scripts": {
"build": "rm -rf dist && tsc" "build": "rm -rf dist && tsc"
}, },

View File

@ -1,7 +1,9 @@
{ {
"name": "@snort/system-query", "name": "@snort/system-query",
"version": "0.1.0", "version": "1.0.0",
"packageManager": "yarn@3.6.3", "packageManager": "yarn@3.6.3",
"author": "Kieran",
"license": "MIT",
"scripts": { "scripts": {
"build": "wasm-pack build -t web -s snort" "build": "wasm-pack build -t web -s snort"
}, },

View File

@ -1,12 +1,12 @@
{ {
"name": "@snort/system-react", "name": "@snort/system-react",
"version": "1.0.13", "version": "1.0.14",
"description": "React hooks for @snort/system", "description": "React hooks for @snort/system",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort", "repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran", "author": "Kieran",
"license": "GPL-3.0-or-later", "license": "MIT",
"scripts": { "scripts": {
"build": "rm -rf dist && tsc" "build": "rm -rf dist && tsc"
}, },
@ -15,8 +15,8 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@snort/shared": "^1.0.5", "@snort/shared": "^1.0.6",
"@snort/system": "^1.0.18", "@snort/system": "^1.0.20",
"react": "^18.2.0" "react": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,12 +1,12 @@
{ {
"name": "@snort/system", "name": "@snort/system",
"version": "1.0.19", "version": "1.0.20",
"description": "Snort nostr system package", "description": "Snort nostr system package",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort", "repository": "https://git.v0l.io/Kieran/snort",
"author": "v0l", "author": "v0l",
"license": "GPL-3.0-or-later", "license": "MIT",
"scripts": { "scripts": {
"build": "rm -rf dist && tsc", "build": "rm -rf dist && tsc",
"test": "jest --runInBand" "test": "jest --runInBand"
@ -33,7 +33,7 @@
"@noble/curves": "^1.2.0", "@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@scure/base": "^1.1.2", "@scure/base": "^1.1.2",
"@snort/shared": "^1.0.5", "@snort/shared": "^1.0.6",
"@stablelib/xchacha20": "^1.0.1", "@stablelib/xchacha20": "^1.0.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"dexie": "^3.2.4", "dexie": "^3.2.4",