adnbn 0.2.0 → 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.
package/dist/index.d.mts CHANGED
@@ -296,7 +296,7 @@ interface Config {
296
296
  /**
297
297
  * Author of the application (extension).
298
298
  */
299
- author: string | (() => string | undefined);
299
+ author: undefined | string | (() => string | undefined);
300
300
  /**
301
301
  * The version of the extension.
302
302
  * Can be either:
package/dist/index.d.ts CHANGED
@@ -296,7 +296,7 @@ interface Config {
296
296
  /**
297
297
  * Author of the application (extension).
298
298
  */
299
- author: string | (() => string | undefined);
299
+ author: undefined | string | (() => string | undefined);
300
300
  /**
301
301
  * The version of the extension.
302
302
  * Can be either:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adnbn",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Addon 💀 Bone - Cross-browser web extension framework with shared code base",
5
5
  "homepage": "https://github.com/addonbone/addonbone",
6
6
  "repository": {