@flarehr/superhero-account-registry 2.63.81 → 2.65.83

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/superhero-account-registry",
3
- "version": "2.63.81",
3
+ "version": "2.65.83",
4
4
  "description": "Flare Superhero Account Registry Component",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -9,8 +9,8 @@
9
9
  ],
10
10
  "scripts": {
11
11
  "postinstall": "dotnet tool restore",
12
- "start": "dotnet fable watch src -s --runFast vite",
13
- "start-debug": "dotnet fable watch src -s --runFast vite --debug",
12
+ "start": "dotnet fable watch src -s --run vite",
13
+ "start-debug": "dotnet fable watch src -s --run vite --debug",
14
14
  "build": "dotnet fable src --run vite build",
15
15
  "clean": "dotnet fable clean src --yes"
16
16
  },