Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 4, 2024
1 parent 435ac62 commit 580809a
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
17 changes: 17 additions & 0 deletions -/v1/search
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"total": 2,
"objects": [
{
"package": {
"version": "0.9.0",
"name": "com.brcmapstation.common"
}
},
{
"package": {
"version": "0.9.0",
"name": "com.brcmapstation.tools"
}
}
]
}
18 changes: 18 additions & 0 deletions com.brcmapstation.common
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "com.brcmapstation.common",
"versions": {
"0.9.0": {
"name": "com.brcmapstation.common",
"version": "0.9.0",
"dist": {
"tarball": "https://brcmapstation.github.io/PackageRegistry/tarballs/com.brcmapstation.common/-/com.brcmapstation.common-0.9.0.tgz",
"shasum": "A47DE06C050FF39AEEAF26C6E2CA333CD77F5B8C"
},
"description": "Mapping tools for Bomb Rush Cyberfunk",
"displayName": "BRC MapStation: Common Code"
}
},
"dist-tags": {
"latest": "0.9.0"
}
}
21 changes: 21 additions & 0 deletions com.brcmapstation.tools
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "com.brcmapstation.tools",
"versions": {
"0.9.0": {
"version": "0.9.0",
"name": "com.brcmapstation.tools",
"dependencies": {
"com.brcmapstation.common": "0.9.0"
},
"displayName": "BRC MapStation: Editor Tools",
"dist": {
"tarball": "https://brcmapstation.github.io/PackageRegistry/tarballs/com.brcmapstation.tools/-/com.brcmapstation.tools-0.9.0.tgz",
"shasum": "A528AF4FE27F24E8FBADFEA655DA06EE205D3AD4"
},
"description": "Mapping tools for Bomb Rush Cyberfunk"
}
},
"dist-tags": {
"latest": "0.9.0"
}
}
Binary file not shown.
Binary file not shown.

0 comments on commit 580809a

Please sign in to comment.