@getcronit/pylon 3.0.0-canary-20250218210337.5fd3a977d589c14cc224729b00d712f57339cb3d → 3.0.0-canary-20250219195325.e978949d02ea426b3a5c9890a83d38d4d1b34075

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.
@@ -1,4 +1,2 @@
1
1
  import { type Plugin } from '../index';
2
- export declare function useUnhandledRoute(args: {
3
- graphqlEndpoint: string;
4
- }): Plugin;
2
+ export declare function useUnhandledRoute(): Plugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcronit/pylon",
3
- "version": "3.0.0-canary-20250218210337.5fd3a977d589c14cc224729b00d712f57339cb3d",
3
+ "version": "3.0.0-canary-20250219195325.e978949d02ea426b3a5c9890a83d38d4d1b34075",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,9 +30,11 @@
30
30
  "dependencies": {
31
31
  "@envelop/core": "^5.0.3",
32
32
  "@gqty/react": "^3.1.0",
33
+ "@graphql-yoga/plugin-disable-introspection": "^2.13.0",
33
34
  "@hono/sentry": "^1.2.0",
34
35
  "@sentry/bun": "^8.17.0",
35
36
  "@sentry/node": "^8.54.0",
37
+ "chokidar": "^4.0.3",
36
38
  "consola": "^3.2.3",
37
39
  "gqty": "3.4.0-canary-20250207102900.644ad9fdeafa6318516627577b1d4d754d5c5a98",
38
40
  "graphql": "^16.9.0",
@@ -41,20 +43,19 @@
41
43
  "hono": "^4.0.8",
42
44
  "jsonwebtoken": "^9.0.2",
43
45
  "openid-client": "^6.1.7",
46
+ "postcss-load-config": "^6.0.1",
44
47
  "react-router": "^7.1.5",
45
48
  "sharp": "^0.33.5",
46
49
  "tiny-glob": "^0.2.9",
47
50
  "toucan-js": "^4.1.0",
48
- "winston": "^3.8.2",
49
- "postcss-load-config": "^6.0.1",
50
- "chokidar": "^4.0.3",
51
51
  "@getcronit/pylon-telemetry": "^1.0.3"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=18.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@sentry/types": "^8.54.0"
57
+ "@sentry/types": "^8.54.0",
58
+ "@types/react-dom": "^19.0.4"
58
59
  },
59
60
  "peerDependencies": {
60
61
  "@tailwindcss/postcss": "^4.0.4",
@@ -5,7 +5,7 @@
5
5
  "module": "esnext",
6
6
  "target": "esnext",
7
7
 
8
- "moduleResolution": "bundler", // support `import` from `node_modules`
8
+ "moduleResolution": "node", // support `import` from `node_modules`
9
9
  "noImplicitAny": false,
10
10
  "noImplicitThis": false,
11
11