dxfl 0.6.0 → 0.6.2

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": "dxfl",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "",
5
5
  "license": "EUPL-1.2",
6
6
  "author": "Deuxfleurs Team <coucou@deuxfleurs.fr>",
@@ -17,9 +17,11 @@
17
17
  "node": ">=20.0.0"
18
18
  },
19
19
  "scripts": {
20
+ "build": "npx tsc && npm link",
21
+ "dev": "npm link && npx onchange \"**/*.ts\" -- npx tsc",
20
22
  "prepare": "npx tsc",
21
23
  "prettier": "npx prettier . --write",
22
- "prettier-watch": "npx -y onchange \"**/*\" -- npx prettier --write --ignore-unknown {{changed}}",
24
+ "prettier-watch": "npx onchange \"**/*\" -- npx prettier --write --ignore-unknown {{changed}}",
23
25
  "prettier-check": "npx prettier . --check"
24
26
  },
25
27
  "dependencies": {
@@ -32,9 +34,9 @@
32
34
  "fast-uri": "^3.1.0",
33
35
  "guichet-sdk-ts": "^0.1.0",
34
36
  "mime": "^4.1.0",
35
- "picomatch": "^4.0.3",
37
+ "picomatch": "^4.0.4",
36
38
  "read": "^5.0.1",
37
- "smol-toml": "^1.6.0",
39
+ "smol-toml": "^1.6.1",
38
40
  "typescript": "^5.9.3",
39
41
  "zod": "^3.24.4",
40
42
  "zod-validation-error": "^3.4.1"