@datasworn-community/ironsmith 0.2.1 → 0.3.0-experimental.16.e203b7187695
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/json/ironsmith.json +2 -1
- package/package.json +4 -4
package/json/ironsmith.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_id": "ironsmith",
|
|
3
3
|
"type": "expansion",
|
|
4
|
-
"datasworn_version": "0.
|
|
4
|
+
"datasworn_version": "0.3.0",
|
|
5
5
|
"ruleset": "classic",
|
|
6
6
|
"title": "Ironsmith",
|
|
7
7
|
"date": "2021-10-21",
|
|
@@ -37514,6 +37514,7 @@
|
|
|
37514
37514
|
"atlas": {},
|
|
37515
37515
|
"npcs": {},
|
|
37516
37516
|
"truths": {},
|
|
37517
|
+
"worlds": {},
|
|
37517
37518
|
"rarities": {},
|
|
37518
37519
|
"delve_sites": {},
|
|
37519
37520
|
"site_themes": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datasworn-community/ironsmith",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-experimental.16.e203b7187695",
|
|
4
4
|
"description": "Datasworn JSON data for Ironsmith, a Classic Ironsworn expansion by Eric Bright.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"json"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@datasworn-community/core": "^0.
|
|
23
|
-
"@datasworn-community/ironsworn-classic": "^0.
|
|
24
|
-
"@datasworn-community/ironsworn-classic-delve": "^0.
|
|
22
|
+
"@datasworn-community/core": "^0.3.0",
|
|
23
|
+
"@datasworn-community/ironsworn-classic": "^0.3.0",
|
|
24
|
+
"@datasworn-community/ironsworn-classic-delve": "^0.3.0"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|