@flarehr/apollo-super-selection-app 5.86.53344 → 5.88.58802

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,29 +1,32 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection-app",
3
- "version": "5.86.53344",
3
+ "version": "5.88.58802",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/"
7
7
  ],
8
8
  "scripts": {
9
9
  "postinstall": "dotnet tool restore",
10
- "clean-win": "dotnet fable clean --yes & rmdir /s /q node_modules & rmdir /s /q .\\src\\bin & rmdir /s /q .\\src\\obj",
11
- "start": "dotnet fable watch ./src -s --run npx vite",
12
- "start-debug": "dotnet fable watch ./src -s --run npx vite --debug",
13
- "build": "dotnet fable ./src -s --run vite build --emptyOutDir",
14
- "test": "dotnet fable ./tests/SuperSelection.AppUI.Tests/ --define TEST && cross-env NODE_ENV=development vite build --config vite.tests.config.mjs --mode development && mocha ./dist-test/Program.fs.js -r jsdom-global/register"
10
+ "clean-win": "dotnet fable clean --yes & rmdir /s /q node_modules & rmdir /s /q .\\src\\bin & rmdir /s /q .\\src\\obj & rmdir /s /q .\\build",
11
+ "start": "dotnet fable watch ./src -s -o build/src --run npx vite",
12
+ "start-debug": "dotnet fable watch ./src -s -o build/src --run npx vite --debug",
13
+ "build": "dotnet fable ./src -s -o build/src --run vite build --emptyOutDir",
14
+ "build-for-stencil": "dotnet fable watch ./src -s -o build/src --run vite build --watch --config vite.stencil.config.ts",
15
+ "serve-for-stencil": "npx serve dist -p 8080 --cors",
16
+ "test": "dotnet fable ./tests/SuperSelection.AppUI.Tests/ -o build/tests --define TEST && cross-env NODE_ENV=development vite build --config vite.tests.config.mjs --mode development && mocha ./dist-test/Program.js -r jsdom-global/register",
17
+ "update-token": "dotnet fsi ./scripts/Update-Token.fsx"
15
18
  },
16
19
  "keywords": [],
17
20
  "author": "",
18
21
  "license": "UNLICENSED",
19
22
  "description": "Flare Super Selection Components",
20
23
  "dependencies": {
21
- "preact": "^10.24.0",
22
- "preact-custom-element": "^4.3.0",
23
- "use-sync-external-store": "^1.2.2"
24
+ "preact": "^10.28.2",
25
+ "preact-custom-element": "^4.6.0",
26
+ "use-sync-external-store": "^1.6.0"
24
27
  },
25
28
  "devDependencies": {
26
- "@preact/preset-vite": "^2.9.1",
29
+ "@preact/preset-vite": "^2.10.2",
27
30
  "@tailwindcss/forms": "^0.5.9",
28
31
  "@testing-library/react": "^15.0.7",
29
32
  "@testing-library/user-event": "^13.5.0",