@datasworn-community/starsmith 0.2.0 → 0.3.0
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/index.d.ts +2 -2
- package/index.js +1 -1
- package/json/starsmith.json +2 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/json/starsmith.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_id": "starsmith",
|
|
3
3
|
"type": "expansion",
|
|
4
|
-
"datasworn_version": "0.
|
|
4
|
+
"datasworn_version": "0.3.0",
|
|
5
5
|
"ruleset": "starforged",
|
|
6
6
|
"assets": {
|
|
7
7
|
"module": {
|
|
@@ -120361,6 +120361,7 @@
|
|
|
120361
120361
|
"atlas": {},
|
|
120362
120362
|
"npcs": {},
|
|
120363
120363
|
"truths": {},
|
|
120364
|
+
"worlds": {},
|
|
120364
120365
|
"rarities": {},
|
|
120365
120366
|
"delve_sites": {},
|
|
120366
120367
|
"site_themes": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datasworn-community/starsmith",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Datasworn JSON data for Starsmith Expanded Oracles by Eric Bright.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"json"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@datasworn-community/core": "^0.
|
|
23
|
-
"@datasworn-community/starforged": "^0.
|
|
22
|
+
"@datasworn-community/core": "^0.3.0",
|
|
23
|
+
"@datasworn-community/starforged": "^0.3.0"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|