Bump @heyputer/puter.js to 2.4.2

Record the 2.4.2 release in the repo. The version was published to npm
(via prepublishOnly's `npm version patch`) but the bump was never
committed, leaving package.json stuck at 2.4.1 on GitHub.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nariman Jelveh
2026-05-21 14:39:18 -07:00
parent 3262b984b7
commit e6acd7386a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19350,7 +19350,7 @@
},
"src/puter-js": {
"name": "@heyputer/puter.js",
"version": "2.4.1",
"version": "2.4.2",
"license": "Apache-2.0",
"dependencies": {
"@heyputer/kv.js": "^0.2.1",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "puter",
"version": "2.4.1",
"version": "2.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "puter",
"version": "2.4.1",
"version": "2.4.2",
"license": "Apache-2.0",
"dependencies": {
"@heyputer/kv.js": "^0.1.92",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@heyputer/puter.js",
"version": "2.4.1",
"version": "2.4.2",
"description": "Puter.js - A JavaScript library for interacting with Puter services.",
"homepage": "https://docs.puter.com",
"main": "src/index.js",