crumbtrail-install-shared 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.
Files changed (1) hide show
  1. package/package.json +17 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crumbtrail-install-shared",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -16,14 +16,14 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "crumbtrail-core": "^0.2.2"
19
+ "crumbtrail-core": "^0.2.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^19.0.0",
23
23
  "react": "^19.0.0"
24
24
  },
25
25
  "license": "MIT",
26
- "homepage": "https://github.com/crumbtrail-dev/crumbtrail-js/tree/main/packages/install-shared#readme",
26
+ "homepage": "https://crumbtrail.dev",
27
27
  "bugs": {
28
28
  "url": "https://github.com/crumbtrail-dev/crumbtrail-js/issues"
29
29
  },
@@ -35,6 +35,20 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
+ "description": "Shared Crumbtrail install recipes, OTLP facts and agent prompts used by the crumbtrail CLI and dashboard. See https://crumbtrail.dev",
39
+ "keywords": [
40
+ "crumbtrail",
41
+ "debugging",
42
+ "bug-reporting",
43
+ "ai-agents",
44
+ "coding-agent",
45
+ "session-replay",
46
+ "observability",
47
+ "developer-tools",
48
+ "install",
49
+ "recipes",
50
+ "internal"
51
+ ],
38
52
  "scripts": {
39
53
  "build": "tsup",
40
54
  "test": "vitest run",