fable-serviceproviderbase 3.0.2 → 3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fable-serviceproviderbase",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Simple base classes for fable services.",
5
5
  "main": "source/Fable-ServiceProviderBase.js",
6
6
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "homepage": "https://github.com/stevenvelozo/fable-serviceproviderbase",
43
43
  "devDependencies": {
44
44
  "chai": "4.3.7",
45
- "fable": "^3.0.28",
45
+ "fable": "^3.0.29",
46
46
  "mocha": "10.2.0",
47
47
  "nyc": "^15.1.0"
48
48
  }
@@ -4,7 +4,6 @@
4
4
  * For a couple services, we need to be able to instantiate them before the Fable object is fully initialized.
5
5
  * This is a base class for those services.
6
6
  *
7
- * @license MIT
8
7
  * @author <steven@velozo.com>
9
8
  */
10
9
 
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * Fable Service Base
3
- * @license MIT
4
3
  * @author <steven@velozo.com>
5
4
  */
6
5