@daffodil/external-router 0.39.3 → 0.39.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daffodil/external-router",
3
- "version": "0.39.3",
3
+ "version": "0.39.4",
4
4
  "description": "A platform-agnostic package that connects the @angular/router with an external routing service (e.g. an API), allowing for runtime route resolution.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,12 +16,12 @@
16
16
  "@angular/common": "^11.0.0",
17
17
  "@angular/core": "^11.0.0",
18
18
  "@angular/router": "^11.0.0",
19
- "@daffodil/core": "0.39.3",
19
+ "@daffodil/core": "0.39.4",
20
20
  "rxjs": "6.6.3"
21
21
  },
22
22
  "optionalDependencies": {
23
23
  "apollo-angular": "^2.4.0",
24
- "@daffodil/driver": "0.39.3"
24
+ "@daffodil/driver": "0.39.4"
25
25
  },
26
26
  "main": "bundles/daffodil-external-router.umd.js",
27
27
  "module": "fesm2015/daffodil-external-router.js",