@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Datasworn } from '@datasworn-community/core'
2
2
 
3
- declare const data: Datasworn.RulesPackage
4
- export { data }
3
+ declare const data: Datasworn.Expansion
4
+ export { data, data as starsmith }
5
5
  export default data
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import data from './json/starsmith.json' with { type: 'json' }
2
2
 
3
- export { data }
3
+ export { data, data as starsmith }
4
4
  export default data
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_id": "starsmith",
3
3
  "type": "expansion",
4
- "datasworn_version": "0.2.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.2.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.2.0",
23
- "@datasworn-community/starforged": "^0.2.0"
22
+ "@datasworn-community/core": "^0.3.0",
23
+ "@datasworn-community/starforged": "^0.3.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",