@farming-labs/next 0.1.144 → 0.2.0

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 (2) hide show
  1. package/dist/config.mjs +1 -1
  2. package/package.json +3 -3
package/dist/config.mjs CHANGED
@@ -139,7 +139,7 @@ const FILE_EXTS = [
139
139
  "js"
140
140
  ];
141
141
  const INTERNAL_DOCS_CONFIG_ALIAS = "@farming-labs/next-internal-docs-config";
142
- const DEFAULT_DOCS_CLOUD_ANALYTICS_ENDPOINT = "https://docs-app.farming-labs.dev/api/analytics/events";
142
+ const DEFAULT_DOCS_CLOUD_ANALYTICS_ENDPOINT = "https://api.farming-labs.dev/v1/analytics/events";
143
143
  const NEXT_PACKAGE_ROOT = fileURLToPath(new URL("..", import.meta.url));
144
144
  const DEFAULT_AGENT_SPEC_ROUTE = "/api/docs/agent/spec";
145
145
  const DEFAULT_AGENT_SPEC_WELL_KNOWN_ROUTE = "/.well-known/agent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/next",
3
- "version": "0.1.144",
3
+ "version": "0.2.0",
4
4
  "description": "Next.js adapter for @farming-labs/docs — MDX config wrapper",
5
5
  "keywords": [
6
6
  "docs",
@@ -105,8 +105,8 @@
105
105
  "tsdown": "^0.20.3",
106
106
  "typescript": "^5.9.3",
107
107
  "vitest": "^4.1.8",
108
- "@farming-labs/theme": "0.1.144",
109
- "@farming-labs/docs": "0.1.144"
108
+ "@farming-labs/docs": "0.2.0",
109
+ "@farming-labs/theme": "0.2.0"
110
110
  },
111
111
  "peerDependencies": {
112
112
  "@farming-labs/docs": ">=0.0.1",