patch version bump for puter-js and putility in it

This commit is contained in:
jelveh
2025-10-22 10:44:50 -07:00
parent d398dc90fd
commit 55d07acdee
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20079,7 +20079,7 @@
"license": "Apache-2.0",
"dependencies": {
"@heyputer/kv.js": "^0.2.1",
"@heyputer/putility": "^1.0.3"
"@heyputer/putility": "^1.1.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@heyputer/puter.js",
"version": "2.0.15",
"version": "2.0.16",
"description": "Puter.js - A JavaScript library for interacting with Puter services.",
"main": "src/index.js",
"types": "index.d.ts",
@@ -40,6 +40,6 @@
},
"dependencies": {
"@heyputer/kv.js": "^0.2.1",
"@heyputer/putility": "^1.0.3"
"@heyputer/putility": "^1.1.1"
}
}