@tokenflight/fiat-testkit 0.0.1-rc.0 → 0.0.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenflight/fiat-testkit",
3
- "version": "0.0.1-rc.0",
3
+ "version": "0.0.1",
4
4
  "description": "Mock provider and conformance suites for @tokenflight/fiat providers and state stores",
5
5
  "homepage": "https://fiat.hyperstream.dev/docs",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,7 +25,7 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@tokenflight/fiat": "^0.0.1-rc.0"
28
+ "@tokenflight/fiat": "^0.0.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@cloudflare/workers-types": "^4.20260626.1",