@aexol/spectral 0.9.170 → 0.9.171

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.
@@ -740,14 +740,9 @@ export var InferenceStatus;
740
740
  export var ArtifactType;
741
741
  (function (ArtifactType) {
742
742
  ArtifactType["GRAPHQL"] = "GRAPHQL";
743
- ArtifactType["PRISMA"] = "PRISMA";
744
- ArtifactType["ROUTES"] = "ROUTES";
745
743
  ArtifactType["FRONTEND"] = "FRONTEND";
746
- ArtifactType["WEBHOOKS"] = "WEBHOOKS";
747
- ArtifactType["CRON"] = "CRON";
748
744
  ArtifactType["E2E"] = "E2E";
749
- ArtifactType["TECHNICAL_DOCS"] = "TECHNICAL_DOCS";
750
- ArtifactType["CUSTOM"] = "CUSTOM";
745
+ ArtifactType["BACKEND"] = "BACKEND";
751
746
  })(ArtifactType || (ArtifactType = {}));
752
747
  export var ModelApiFormat;
753
748
  (function (ModelApiFormat) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aexol/spectral",
3
- "version": "0.9.170",
3
+ "version": "0.9.171",
4
4
  "description": "AI coding agent for Aexol with relay-based browser access.",
5
5
  "type": "module",
6
6
  "private": false,