Bump versions

This commit is contained in:
Jon Staab
2024-09-12 11:37:48 -07:00
parent c5364b60b8
commit c200fdb38d
8 changed files with 28 additions and 28 deletions
+14 -14
View File
@@ -3287,14 +3287,14 @@
}, },
"packages/app": { "packages/app": {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.3", "version": "0.0.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21", "@welshman/net": "0.0.22",
"@welshman/signer": "0.0.5", "@welshman/signer": "0.0.5",
"@welshman/store": "0.0.5", "@welshman/store": "0.0.6",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",
"svelte": "^4.2.18", "svelte": "^4.2.18",
@@ -3342,8 +3342,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21", "@welshman/net": "0.0.22",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3381,7 +3381,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/util": "0.0.30" "@welshman/util": "0.0.31"
}, },
"devDependencies": { "devDependencies": {
"gts": "^5.0.1", "gts": "^5.0.1",
@@ -3415,11 +3415,11 @@
}, },
"packages/net": { "packages/net": {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.21", "version": "0.0.22",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
}, },
@@ -3435,8 +3435,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21", "@welshman/net": "0.0.22",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3447,11 +3447,11 @@
}, },
"packages/store": { "packages/store": {
"name": "@welshman/store", "name": "@welshman/store",
"version": "0.0.5", "version": "0.0.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"svelte": "^4.2.18" "svelte": "^4.2.18"
}, },
"devDependencies": { "devDependencies": {
@@ -3462,7 +3462,7 @@
}, },
"packages/util": { "packages/util": {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.30", "version": "0.0.31",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.4", "version": "0.0.5",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.", "description": "A collection of svelte stores for use in building nostr client applications.",
@@ -32,10 +32,10 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21", "@welshman/net": "0.0.22",
"@welshman/signer": "0.0.5", "@welshman/signer": "0.0.5",
"@welshman/store": "0.0.5", "@welshman/store": "0.0.6",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",
"svelte": "^4.2.18", "svelte": "^4.2.18",
+2 -2
View File
@@ -32,8 +32,8 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21", "@welshman/net": "0.0.22",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+1 -1
View File
@@ -32,6 +32,6 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/util": "0.0.30" "@welshman/util": "0.0.31"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.21", "version": "0.0.22",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for connecting with nostr relays.", "description": "Utilities for connecting with nostr relays.",
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
} }
+2 -2
View File
@@ -32,8 +32,8 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21", "@welshman/net": "0.0.22",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/store", "name": "@welshman/store",
"version": "0.0.5", "version": "0.0.6",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman", "description": "A collection of utilities based on svelte/store for use with welshman",
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.17", "@welshman/lib": "0.0.17",
"@welshman/util": "0.0.30", "@welshman/util": "0.0.31",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.30", "version": "0.0.31",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of nostr-related utilities.", "description": "A collection of nostr-related utilities.",