@datasworn-community/starsmith 0.2.0-experimental.3.175ec1f2c85e → 0.2.1

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.
Files changed (3) hide show
  1. package/index.d.ts +2 -2
  2. package/index.js +1 -1
  3. package/package.json +1 -1
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datasworn-community/starsmith",
3
- "version": "0.2.0-experimental.3.175ec1f2c85e",
3
+ "version": "0.2.1",
4
4
  "description": "Datasworn JSON data for Starsmith Expanded Oracles by Eric Bright.",
5
5
  "type": "module",
6
6
  "main": "./index.js",