@datasworn-community/ancient-wonders 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 ancient_wonders }
5
5
  export default data
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import data from './json/ancient_wonders.json' with { type: 'json' }
2
2
 
3
- export { data }
3
+ export { data, data as ancient_wonders }
4
4
  export default data
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_id": "ancient_wonders",
3
3
  "type": "expansion",
4
- "datasworn_version": "0.2.0",
4
+ "datasworn_version": "0.3.0",
5
5
  "ruleset": "starforged",
6
6
  "date": "2024-01-01",
7
7
  "title": "Ancient Wonders",
@@ -63150,6 +63150,7 @@
63150
63150
  "atlas": {},
63151
63151
  "npcs": {},
63152
63152
  "truths": {},
63153
+ "worlds": {},
63153
63154
  "rarities": {},
63154
63155
  "delve_sites": {},
63155
63156
  "site_themes": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datasworn-community/ancient-wonders",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Datasworn JSON data for Ancient Wonders, a Starforged expansion by Ludic Pen.",
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",