devskill 2.0.12 → 2.0.13
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": "devskill",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "Equip Cursor, Windsurf, Cline, Antigravity, Claude Code, Codex, GitHub Copilot and other AI Agents with expert programming superpowers via a single interactive prompt.",
|
|
5
5
|
"homepage": "https://vskill.vercel.app",
|
|
6
6
|
"repository": {
|
|
@@ -24,9 +24,6 @@ metadata:
|
|
|
24
24
|
defmodule BuilderxApiWeb.V1.ExampleController do
|
|
25
25
|
use BuilderxApiWeb, :controller
|
|
26
26
|
|
|
27
|
-
# Required: Declare action_fallback
|
|
28
|
-
action_fallback BuilderxApiWeb.FallbackController
|
|
29
|
-
|
|
30
27
|
def show(conn, %{"id" => id}) do
|
|
31
28
|
# Context functions should return tuples compatible with FallbackController instead of standard {:ok, data}
|
|
32
29
|
# Example:
|