Skip to content

Commit

Permalink
Fix issue with variable substitution on requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Terando committed Oct 17, 2024
1 parent d4f29e2 commit 72e0c57
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 20 deletions.
4 changes: 2 additions & 2 deletions @apicize/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions @apicize/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apicize-run"
version = "0.6.10"
version = "0.6.11"
description = "Apicize CLI test runner"
authors = ["Apicize"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
apicize_lib = { path = "../lib-rust", version = "^0.6.10" }
apicize_lib = { path = "../lib-rust", version = "^0.6.11" }
clap = { version = "4.5.19", features = ["derive"] }
colored = "2.1.0"
num-format = { version = "0.4.4", features = ["with-system-locale"] }
Expand Down
2 changes: 1 addition & 1 deletion @apicize/lib-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @apicize/lib-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apicize_lib"
version = "0.6.10"
version = "0.6.11"
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion @apicize/lib-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apicize/lib-typescript",
"private": true,
"version": "0.6.10",
"version": "0.6.11",
"description": "TypeScript model definitions for Apicize",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions @apicize/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apicize/toolkit",
"private": true,
"version": "0.6.10",
"version": "0.6.11",
"description": "UI toolkit for Apicize applications",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"mobx-react-lite": "^4.0.7"
},
"dependencies": {
"@apicize/lib-typescript": "^0.6.10",
"@apicize/lib-typescript": "^0.6.11",
"@dnd-kit/core": "^6.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 0.6.11

* Fix variable substitution issue on requests

# 0.6.10

* Add Clippy/lint to pipeline and clean up
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.6.10",
"version": "0.6.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"tauri": "tauri"
},
"dependencies": {
"@apicize/toolkit": "^0.6.10",
"@apicize/toolkit": "^0.6.11",
"@dnd-kit/core": "^6.1.0",
"@mui/material": "^6.1.1",
"@mui/system": "^6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions app/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apicize"
version = "0.6.10"
version = "0.6.11"
description = "Apicize HTTP call testing application"
authors = ["Jason Terando"]
license = ""
Expand All @@ -17,7 +17,7 @@ tauri-build = { version = "2.0.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
apicize_lib = { version = "0.6.10", path = "../../@apicize/lib-rust" }
apicize_lib = { version = "0.6.11", path = "../../@apicize/lib-rust" }
tauri = { version = "2.0.0", features = ["image-png"] }
tokio-util = "0.7.11"
tauri-plugin-fs = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../node_modules/@tauri-apps/cli/config.schema.json",
"identifier": "apicize.app",
"productName": "Apicize",
"version": "0.6.10",
"version": "0.6.11",
"app": {
"security": {
"csp": null
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ __metadata:
languageName: node
linkType: hard

"@apicize/lib-typescript@npm:^0.6.10, @apicize/lib-typescript@workspace:@apicize/lib-typescript":
"@apicize/lib-typescript@npm:^0.6.11, @apicize/lib-typescript@workspace:@apicize/lib-typescript":
version: 0.0.0-use.local
resolution: "@apicize/lib-typescript@workspace:@apicize/lib-typescript"
dependencies:
typescript: "npm:^5.2.2"
languageName: unknown
linkType: soft

"@apicize/toolkit@npm:^0.6.10, @apicize/toolkit@workspace:@apicize/toolkit":
"@apicize/toolkit@npm:^0.6.11, @apicize/toolkit@workspace:@apicize/toolkit":
version: 0.0.0-use.local
resolution: "@apicize/toolkit@workspace:@apicize/toolkit"
dependencies:
"@apicize/lib-typescript": "npm:^0.6.10"
"@apicize/lib-typescript": "npm:^0.6.11"
"@dnd-kit/core": "npm:^6.1.0"
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand Down Expand Up @@ -2679,7 +2679,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "app@workspace:app"
dependencies:
"@apicize/toolkit": "npm:^0.6.10"
"@apicize/toolkit": "npm:^0.6.11"
"@dnd-kit/core": "npm:^6.1.0"
"@mui/material": "npm:^6.1.1"
"@mui/system": "npm:^6.1.1"
Expand Down

0 comments on commit 72e0c57

Please sign in to comment.