@goodbones/browser 0.1.0-beta.1 → 0.1.0-beta.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 +6 -6
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodbones/browser",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"description": "The Architecture Browser and the Campaign Browser for @goodbones: an Astro
|
|
6
|
+
"description": "The Architecture Browser and the Campaign Browser for @goodbones: an Astro page, prebuilt and served by one bin, that draws a repository's tree with its architecture.yaml laid over it and every campaign's phases, sectors and holdouts — redrawn over a live feed as the code changes, or exported as a static snapshot.",
|
|
7
7
|
"author": "zacharyweidenbach",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"architecture",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"effect": "4.0.0-beta.94",
|
|
50
|
-
"@goodbones/
|
|
51
|
-
"@goodbones/
|
|
52
|
-
"@goodbones/
|
|
53
|
-
"@goodbones/typescript": "0.1.0-beta.
|
|
50
|
+
"@goodbones/ast-grep": "0.1.3-beta.3",
|
|
51
|
+
"@goodbones/campaigns": "0.1.1-beta.3",
|
|
52
|
+
"@goodbones/core": "0.1.0-beta.14",
|
|
53
|
+
"@goodbones/typescript": "0.1.0-beta.14"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@astrojs/react": "^7.0.0",
|