@mana-app/types 0.0.2 → 0.0.3

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.
@@ -43,7 +43,7 @@ export type SourceInfo = {
43
43
  /**
44
44
  * The Developers of this Source
45
45
  */
46
- readonly developers: SourceDeveloper[];
46
+ readonly developers?: SourceDeveloper[];
47
47
  /**
48
48
  * The Semantic Version of the Source
49
49
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mana-app/types",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {