@lunora/advisor 0.0.0 → 1.0.0-alpha.10

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.
Files changed (49) hide show
  1. package/LICENSE.md +105 -0
  2. package/README.md +130 -9
  3. package/__assets__/package-og.svg +14 -0
  4. package/dist/index.d.mts +1680 -0
  5. package/dist/index.d.ts +1680 -0
  6. package/dist/index.mjs +89 -0
  7. package/dist/packem_shared/AE_METRIC_EVENTS-DexctYv6.mjs +85 -0
  8. package/dist/packem_shared/adminRouteWithoutGuard-UUGBkAjU.mjs +33 -0
  9. package/dist/packem_shared/authApiCallWithoutHeaders-BeJhCZaf.mjs +38 -0
  10. package/dist/packem_shared/circularFk-B2freHrP.mjs +84 -0
  11. package/dist/packem_shared/constraintValidator-Dr9Py3FD.mjs +186 -0
  12. package/dist/packem_shared/containerOversizedInstance-5U1VKPRM.mjs +36 -0
  13. package/dist/packem_shared/containerPublicInternet-CuNerJE5.mjs +30 -0
  14. package/dist/packem_shared/duplicateIndex-BOublMSt.mjs +57 -0
  15. package/dist/packem_shared/emptyIndex-BX8EuEY7.mjs +32 -0
  16. package/dist/packem_shared/externalSourceOnGlobal-Bg-NfCX9.mjs +30 -0
  17. package/dist/packem_shared/externalSourceUnscoped-5vT-Bup3.mjs +44 -0
  18. package/dist/packem_shared/filterWithoutIndex-BYVeJaSs.mjs +31 -0
  19. package/dist/packem_shared/finding-Dm_zvzS1.mjs +16 -0
  20. package/dist/packem_shared/fk-index-IUK1ukgs.mjs +7 -0
  21. package/dist/packem_shared/fromServerSchema-WVRvXPy8.mjs +56 -0
  22. package/dist/packem_shared/hardcodedSecret-W2pz1UZB.mjs +35 -0
  23. package/dist/packem_shared/helpers-DNCkMWZQ.mjs +4 -0
  24. package/dist/packem_shared/hotShard-Ir5D0B6J.mjs +48 -0
  25. package/dist/packem_shared/hyperdriveOutsideAction-BgZqX7Xg.mjs +30 -0
  26. package/dist/packem_shared/indexReferencesUnknownField-DH0_dbUY.mjs +36 -0
  27. package/dist/packem_shared/indexUtilization-B5DMQ3bI.mjs +45 -0
  28. package/dist/packem_shared/maskUncoveredPiiColumn-DjGIPG6M.mjs +61 -0
  29. package/dist/packem_shared/mutatorFullRowReplace-BJnNDaIV.mjs +26 -0
  30. package/dist/packem_shared/nondeterministicQueryMutation-GXES1fLp.mjs +35 -0
  31. package/dist/packem_shared/policyReferencesUnknownTable-DtaIEovd.mjs +38 -0
  32. package/dist/packem_shared/publicArgumentUsesAny-C71b2NCf.mjs +32 -0
  33. package/dist/packem_shared/publicMutationWithoutRatelimit-xBpJ6GWK.mjs +36 -0
  34. package/dist/packem_shared/r2sqlOutsideAction-CtqxvMuV.mjs +30 -0
  35. package/dist/packem_shared/relationReferencesUnknownField-YznyXt_7.mjs +54 -0
  36. package/dist/packem_shared/relationReferencesUnknownTable-DrorpKYe.mjs +33 -0
  37. package/dist/packem_shared/rlsUncoveredTable-CxEfZ5eZ.mjs +56 -0
  38. package/dist/packem_shared/shapeTargetsGlobalTable-DHrf4Koi.mjs +34 -0
  39. package/dist/packem_shared/shapeUnknownTable-C8aDWFoe.mjs +34 -0
  40. package/dist/packem_shared/sqlInjectionRisk-zwytYGLt.mjs +26 -0
  41. package/dist/packem_shared/tableWithoutInsert-CbbaYIP4.mjs +34 -0
  42. package/dist/packem_shared/unboundedStringArgument-DThg2-wt.mjs +32 -0
  43. package/dist/packem_shared/unindexedForeignKey-BgJbKyqK.mjs +45 -0
  44. package/dist/packem_shared/unindexedRelationTarget-D6eyj6Xx.mjs +53 -0
  45. package/dist/packem_shared/userCreatingMutationWithoutCaptcha-CH31YsUZ.mjs +42 -0
  46. package/dist/packem_shared/workflowDuplicateStepName-ioBxPBCy.mjs +48 -0
  47. package/dist/packem_shared/workflowUnknownTarget-Cdd7WhKQ.mjs +34 -0
  48. package/dist/packem_shared/workflowUnused-D0jHxdz9.mjs +38 -0
  49. package/package.json +40 -17
package/package.json CHANGED
@@ -1,31 +1,54 @@
1
1
  {
2
2
  "name": "@lunora/advisor",
3
- "version": "0.0.0",
3
+ "version": "1.0.0-alpha.10",
4
4
  "description": "Schema & query lints (splinter-style advisors) for Lunora, feeding the Studio Advisors view",
5
- "license": "FSL-1.1-Apache-2.0",
5
+ "keywords": [
6
+ "advisor",
7
+ "cloudflare",
8
+ "durable-objects",
9
+ "lint",
10
+ "lunora",
11
+ "schema",
12
+ "splinter",
13
+ "workers"
14
+ ],
6
15
  "homepage": "https://lunora.sh",
16
+ "bugs": "https://github.com/anolilab/lunora/issues",
17
+ "license": "FSL-1.1-Apache-2.0",
18
+ "author": {
19
+ "name": "Daniel Bannert",
20
+ "email": "d.bannert@anolilab.de"
21
+ },
7
22
  "repository": {
8
23
  "type": "git",
9
24
  "url": "git+https://github.com/anolilab/lunora.git",
10
25
  "directory": "packages/advisor"
11
26
  },
12
- "bugs": {
13
- "url": "https://github.com/anolilab/lunora/issues"
14
- },
15
- "keywords": [
16
- "lunora",
17
- "cloudflare",
18
- "workers",
19
- "durable-objects",
20
- "lint",
21
- "advisor",
22
- "schema",
23
- "splinter"
27
+ "files": [
28
+ "./dist",
29
+ "README.md",
30
+ "LICENSE.md",
31
+ "__assets__"
24
32
  ],
33
+ "type": "module",
34
+ "sideEffects": false,
35
+ "main": "./dist/index.mjs",
36
+ "module": "./dist/index.mjs",
37
+ "types": "./dist/index.d.ts",
38
+ "exports": {
39
+ ".": {
40
+ "types": "./dist/index.d.ts",
41
+ "import": "./dist/index.mjs"
42
+ },
43
+ "./package.json": "./package.json"
44
+ },
25
45
  "publishConfig": {
26
46
  "access": "public"
27
47
  },
28
- "files": [
29
- "README.md"
30
- ]
48
+ "dependencies": {
49
+ "@lunora/server": "1.0.0-alpha.8"
50
+ },
51
+ "engines": {
52
+ "node": "^22.15.0 || >=24.11.0"
53
+ }
31
54
  }