Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 4, 2024
1 parent 580809a commit 739eb91
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 4 deletions.
14 changes: 13 additions & 1 deletion -/v1/search
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
{
"total": 2,
"total": 4,
"objects": [
{
"package": {
"version": "0.9.0",
"name": "com.brcmapstation.common"
}
},
{
"package": {
"version": "0.9.1",
"name": "com.brcmapstation.common"
}
},
{
"package": {
"version": "0.9.0",
"name": "com.brcmapstation.tools"
}
},
{
"package": {
"version": "0.9.1",
"name": "com.brcmapstation.tools"
}
}
]
}
12 changes: 11 additions & 1 deletion com.brcmapstation.common
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "com.brcmapstation.common",
"versions": {
"0.9.1": {
"name": "com.brcmapstation.common",
"version": "0.9.1",
"dist": {
"tarball": "https://brcmapstation.github.io/PackageRegistry/tarballs/com.brcmapstation.common/-/com.brcmapstation.common-0.9.1.tgz",
"shasum": "00B0984654F57EC60B26A63D08959A7933ED6CCE"
},
"description": "Mapping tools for Bomb Rush Cyberfunk",
"displayName": "BRC MapStation: Common Code"
},
"0.9.0": {
"name": "com.brcmapstation.common",
"version": "0.9.0",
Expand All @@ -13,6 +23,6 @@
}
},
"dist-tags": {
"latest": "0.9.0"
"latest": "0.9.1"
}
}
17 changes: 15 additions & 2 deletions com.brcmapstation.tools
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "com.brcmapstation.tools",
"versions": {
"0.9.1": {
"version": "0.9.1",
"name": "com.brcmapstation.tools",
"dependencies": {
"com.brcmapstation.common": "0.9.1"
},
"displayName": "BRC MapStation: Editor Tools",
"dist": {
"tarball": "https://brcmapstation.github.io/PackageRegistry/tarballs/com.brcmapstation.tools/-/com.brcmapstation.tools-0.9.1.tgz",
"shasum": "50692145603B4682A75AF8DC80FF8FCABFEF97C3"
},
"description": "Mapping tools for Bomb Rush Cyberfunk"
},
"0.9.0": {
"version": "0.9.0",
"name": "com.brcmapstation.tools",
"dependencies": {
"com.brcmapstation.common": "0.9.0"
"com.brcmapstation.common": "0.9.1"
},
"displayName": "BRC MapStation: Editor Tools",
"dist": {
Expand All @@ -16,6 +29,6 @@
}
},
"dist-tags": {
"latest": "0.9.0"
"latest": "0.9.1"
}
}
Binary file not shown.
Binary file not shown.

0 comments on commit 739eb91

Please sign in to comment.