@mossbear/projections 0.1.0-alpha.28 → 0.1.0-alpha.29
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,4 +4,4 @@ Guide-file format detection and compatibility renderers for [Mossbear](https://a
|
|
|
4
4
|
|
|
5
5
|
You normally don't install this directly; it ships as a dependency of `mossbear`.
|
|
6
6
|
|
|
7
|
-
Source: https://github.com/
|
|
7
|
+
Source: https://github.com/mossbear-io/mossbear (`packages/projections`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mossbear/projections",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.29",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Guide file format detection and compatibility renderers for Mossbear — AGENTS.md, .agents/, CLAUDE.md, .claude/rules/, .cursorrules.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/mossbear-io/mossbear.git",
|
|
25
25
|
"directory": "packages/projections"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test": "vitest run"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mossbear/protocol": "0.1.0-alpha.
|
|
42
|
+
"@mossbear/protocol": "0.1.0-alpha.29"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typescript": "*"
|