@getcronit/pylon 3.0.0-canary-20250206125311.f228add1e2e04c8af5d91db6063583bd317de463 → 3.0.0-canary-20250211153808.b2b63f4e67c55542413f7be6d62ce8139cfcbdbe

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": "@getcronit/pylon",
3
- "version": "3.0.0-canary-20250206125311.f228add1e2e04c8af5d91db6063583bd317de463",
3
+ "version": "3.0.0-canary-20250211153808.b2b63f4e67c55542413f7be6d62ce8139cfcbdbe",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,25 +18,53 @@
18
18
  "homepage": "https://pylon.cronit.io",
19
19
  "dependencies": {
20
20
  "@envelop/core": "^5.0.3",
21
+ "@gqty/react": "^3.1.0",
21
22
  "@hono/sentry": "^1.2.0",
22
23
  "@sentry/bun": "^8.17.0",
23
24
  "@sentry/node": "^8.54.0",
24
25
  "consola": "^3.2.3",
26
+ "gqty": "3.4.0-canary-20250207102900.644ad9fdeafa6318516627577b1d4d754d5c5a98",
25
27
  "graphql": "^16.9.0",
26
28
  "graphql-scalars": "^1.24.0",
27
29
  "graphql-yoga": "^5.6.2",
28
30
  "hono": "^4.0.8",
29
31
  "jsonwebtoken": "^9.0.2",
30
32
  "openid-client": "^6.1.7",
33
+ "react-router": "^7.1.5",
34
+ "sharp": "^0.33.5",
35
+ "tiny-glob": "^0.2.9",
31
36
  "toucan-js": "^4.1.0",
32
37
  "winston": "^3.8.2",
33
- "@getcronit/pylon-telemetry": "^1.0.2"
38
+ "@getcronit/pylon-telemetry": "^1.0.3"
34
39
  },
35
40
  "engines": {
36
41
  "node": ">=18.0.0"
37
42
  },
38
43
  "devDependencies": {
39
- "@sentry/types": "^8.54.0"
44
+ "@sentry/types": "^8.54.0",
45
+ "chokidar": "^4.0.3",
46
+ "postcss-load-config": "^6.0.1"
47
+ },
48
+ "peerDependencies": {
49
+ "@tailwindcss/postcss": "^4.0.4",
50
+ "autoprefixer": "^10.4.20",
51
+ "postcss": "^8.5.1",
52
+ "react": "^19.0.0",
53
+ "react-dom": "^19.0.0"
54
+ },
55
+ "peerDependenciesMeta": {
56
+ "react": {
57
+ "optional": true
58
+ },
59
+ "react-dom": {
60
+ "optional": true
61
+ },
62
+ "@tailwindcss/postcss": {
63
+ "optional": true
64
+ },
65
+ "autoprefixer": {
66
+ "optional": true
67
+ }
40
68
  },
41
69
  "scripts": {
42
70
  "build": "rimraf ./dist && esbuild ./src/index.ts --bundle --platform=node --target=node18 --format=esm --outdir=./dist --sourcemap=linked --packages=external && pnpm run build:declarations",