@furystack/rest-service
Advanced tools
Comparing version 7.0.10 to 7.0.11
{ | ||
"name": "@furystack/rest-service", | ||
"version": "7.0.10", | ||
"version": "7.0.11", | ||
"description": "Repository implementation for FuryStack", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
"@furystack/repository": "^7.0.9", | ||
"@furystack/rest": "^5.0.9", | ||
"@furystack/rest": "^5.0.10", | ||
"@furystack/security": "^3.0.9", | ||
@@ -53,3 +53,3 @@ "@furystack/utils": "^4.0.8", | ||
"devDependencies": { | ||
"@furystack/rest-client-fetch": "^5.0.9", | ||
"@furystack/rest-client-fetch": "^5.0.10", | ||
"@types/node": "^20.5.3", | ||
@@ -56,0 +56,0 @@ "typescript": "^5.1.6", |
@@ -11,2 +11,3 @@ import { Injector } from '@furystack/inject' | ||
import { describe, it, expect } from 'vitest' | ||
import { serializeValue } from '@furystack/rest' | ||
@@ -143,3 +144,3 @@ class UserWithPassword extends User { | ||
const response = await fetch(PathHelper.joinPaths(apiUrl, 'testQuery?param1=foo')) | ||
const response = await fetch(PathHelper.joinPaths(apiUrl, `testQuery?param1=${serializeValue('foo')}`)) | ||
expect(response.status).toBe(200) | ||
@@ -146,0 +147,0 @@ const result = await response.json() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
385579
7866
Updated@furystack/rest@^5.0.10