@docfy/ember 0.10.1 → 0.10.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/dist/routing.js CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import output from '@docfy/virtual/output';
2
+ import output from '@docfy/ember/output:virtual';
3
3
 
4
4
  function addFromNested(context, nested) {
5
5
  function add() {
@@ -1,7 +1,7 @@
1
1
 
2
2
  import Service, { service } from '@ember/service';
3
3
  import { cached } from '@glimmer/tracking';
4
- import output from '@docfy/virtual/output';
4
+ import output from '@docfy/ember/output:virtual';
5
5
  import { g, i, n } from 'decorator-transforms/runtime';
6
6
 
7
7
  function flatNested(output, pages = []) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docfy/ember",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "The default blueprint for Embroider v2 addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -104,5 +104,5 @@
104
104
  ]
105
105
  }
106
106
  },
107
- "gitHead": "6db6c2042917d6152130aed54a7f56a12871d4f2"
107
+ "gitHead": "7873dd64e9ba6d82f96ec11c727f383501483fd4"
108
108
  }