crumbtrail 0.2.1 → 0.2.2
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 +14 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crumbtrail",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Crumbtrail
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "Set up Crumbtrail in one command: npx crumbtrail detects your framework, wires in the SDK, and verifies the first event. See https://crumbtrail.dev",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -10,10 +10,18 @@
|
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"crumbtrail",
|
|
13
|
+
"debugging",
|
|
14
|
+
"bug-reporting",
|
|
15
|
+
"ai-agents",
|
|
16
|
+
"coding-agent",
|
|
17
|
+
"session-replay",
|
|
18
|
+
"observability",
|
|
19
|
+
"developer-tools",
|
|
13
20
|
"cli",
|
|
14
21
|
"setup",
|
|
15
22
|
"wizard",
|
|
16
|
-
"install"
|
|
23
|
+
"install",
|
|
24
|
+
"codegen"
|
|
17
25
|
],
|
|
18
26
|
"type": "module",
|
|
19
27
|
"main": "./dist/index.cjs",
|
|
@@ -41,10 +49,10 @@
|
|
|
41
49
|
},
|
|
42
50
|
"devDependencies": {
|
|
43
51
|
"@types/node": "^25.5.0",
|
|
44
|
-
"crumbtrail-core": "^0.2.
|
|
45
|
-
"crumbtrail-install-shared": "^0.2.
|
|
52
|
+
"crumbtrail-core": "^0.2.3",
|
|
53
|
+
"crumbtrail-install-shared": "^0.2.2"
|
|
46
54
|
},
|
|
47
|
-
"homepage": "https://
|
|
55
|
+
"homepage": "https://crumbtrail.dev",
|
|
48
56
|
"bugs": {
|
|
49
57
|
"url": "https://github.com/crumbtrail-dev/crumbtrail-js/issues"
|
|
50
58
|
},
|