@qredex/svelte 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ██ ██ ████▄▄█▀█▄ ▄████ ▄█▀█▄▀██ ██▀
6
6
  ██ ▄ ██ ██ ██▄█▀ ██ ██ ██▄█▀ ███
7
7
  ▀█████▄▄█▀ ▄▀█▄▄▄▄█▀███▄▀█▄▄▄▄██ ██▄
8
- ▀█
8
+ ▀█
9
9
 
10
10
  Copyright (C) 2026 — 2026, Qredex, LTD. All Rights Reserved.
11
11
 
@@ -21,7 +21,7 @@
21
21
  If you need additional information or have any questions, please email: copyright@qredex.com
22
22
  -->
23
23
 
24
- # @qredex/svelte
24
+ # `@qredex/svelte`
25
25
 
26
26
  Thin Svelte bindings for `@qredex/agent`.
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qredex/svelte",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Svelte wrapper for Qredex Agent",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  "build": "tsc -p tsconfig.json"
23
23
  },
24
24
  "dependencies": {
25
- "@qredex/agent": "^1.1.2"
25
+ "@qredex/agent": "^1.1.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@qredex/agent": "file:../.."