chore(agent): bump version to v0.1.15 (#5531)

Regenerated lock file due to conflicting dependencies.
This commit is contained in:
Shreyas 2025-10-30 11:42:09 +05:30 committed by GitHub
parent 6729d7c7fd
commit 95a8be6f94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1229 additions and 1037 deletions

View file

@ -1,7 +1,7 @@
{
"name": "hoppscotch-agent",
"private": true,
"version": "0.1.14",
"version": "0.1.15",
"type": "module",
"scripts": {
"dev": "vite",

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-agent"
version = "0.1.14"
version = "0.1.15"
description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration."
authors = ["AndrewBastin", "CuriousCorrelation"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Hoppscotch Agent",
"version": "0.1.14",
"version": "0.1.15",
"identifier": "io.hoppscotch.agent",
"build": {
"beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Hoppscotch Agent Portable",
"version": "0.1.14",
"version": "0.1.15",
"identifier": "io.hoppscotch.agent",
"build": {
"beforeDevCommand": "pnpm dev",