Skip to content

Commit

Permalink
update packages for v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed May 16, 2024
1 parent e78814c commit c3b4cfb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Datasworn v0.0.8
# Datasworn v0.0.9

[![@datasworn/core on npm](https://img.shields.io/npm/v/@datasworn/core?logo=npm)](https://www.npmjs.com/package/@datasworn/core)
[![@datasworn/core on npm](https://img.shields.io/npm/dm/@datasworn/core?logo=npm)](https://www.npmjs.com/package/@datasworn/core)
Expand All @@ -9,7 +9,7 @@

This is a pre-release of the successor to the original Datasworn repository and Dataforged package, which provided game rules from the *Ironsworn* and *Ironsworn: Starforged* in JSON.

Until it reaches v1.0, it may receive breaking changes on any version change.
**Until it reaches v1.0, it may receive breaking changes on any version change.**

If you're looking for the original Datasworn JSON files, they are available on the [`legacy` branch](https://github.com/rsek/datasworn/tree/legacy).

Expand Down
18 changes: 5 additions & 13 deletions pkg/nodejs/@datasworn/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,13 @@
"description": "Typings and JSON schema common to Datasworn. This is a pre-release package, provided for developer feedback. It will almost certainly receive breaking changes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"json"
],
"files": ["dist", "README.md", "json"],
"repository": {
"type": "git",
"url": "git+https://github.com/rsek/datasworn.git",
"directory": "pkg/nodejs/@datasworn/core"
},
"keywords": [
"ironsworn",
"datasworn",
"dataforged",
"TTRPG"
],
"keywords": ["ironsworn", "datasworn", "dataforged", "TTRPG"],
"contributors": [
{
"name": "rsek",
Expand All @@ -30,5 +21,6 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/rsek/datasworn/issues"
}
}
},
"dependencies": {}
}
4 changes: 2 additions & 2 deletions pkg/nodejs/@datasworn/ironsworn-classic-delve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"url": "https://github.com/rsek/datasworn/issues"
},
"dependencies": {
"@datasworn/core": "0.0.8",
"@datasworn/ironsworn-classic": "0.0.8"
"@datasworn/core": "0.0.9",
"@datasworn/ironsworn-classic": "0.0.9"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/@datasworn/ironsworn-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/rsek/datasworn/issues"
},
"dependencies": {
"@datasworn/core": "0.0.8"
"@datasworn/core": "0.0.9"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/@datasworn/starforged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/rsek/datasworn/issues"
},
"dependencies": {
"@datasworn/core": "0.0.8"
"@datasworn/core": "0.0.9"
},
"authors": [
{
Expand Down

0 comments on commit c3b4cfb

Please sign in to comment.