@docfy/ember 0.10.3 → 0.10.4

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.
@@ -1,3 +1,6 @@
1
- import type RouterDSL from '@ember/routing/-private/router-dsl';
1
+ interface RouterDSL {
2
+ route(name: string, callback?: () => void): void;
3
+ }
2
4
  export declare function addDocfyRoutes(context: RouterDSL): void;
5
+ export {};
3
6
  //# sourceMappingURL=routing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../src/routing.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,SAAS,MAAM,oCAAoC,CAAC;AA0BhE,wBAAgB,cAAc,CAAC,OAAO,EAAE,SAAS,GAAG,IAAI,CAEvD"}
1
+ {"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../src/routing.ts"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;CAClD;AAyBD,wBAAgB,cAAc,CAAC,OAAO,EAAE,SAAS,GAAG,IAAI,CAEvD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docfy/ember",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "description": "The default blueprint for Embroider v2 addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -30,20 +30,20 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@embroider/addon-shim": "^1.8.9",
33
- "@embroider/macros": "^1.18.0",
33
+ "@embroider/macros": "^1.18.1",
34
34
  "decorator-transforms": "^2.3.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "ember-source": ">= 4.12.0"
37
+ "ember-source": ">= 6.5.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@babel/core": "^7.25.2",
41
41
  "@babel/eslint-parser": "^7.25.1",
42
42
  "@babel/plugin-transform-typescript": "^7.25.2",
43
- "@babel/runtime": "^7.25.6",
43
+ "@babel/runtime": "^7.28.2",
44
44
  "@ember/library-tsconfig": "^1.0.0",
45
45
  "@embroider/addon-dev": "^8.1.0",
46
- "@eslint/js": "^9.17.0",
46
+ "@eslint/js": "^9.32.0",
47
47
  "@glimmer/component": "^2.0.0",
48
48
  "@glint/core": "1.5.2",
49
49
  "@glint/environment-ember-loose": "1.5.2",
@@ -55,14 +55,14 @@
55
55
  "concurrently": "^9.0.1",
56
56
  "ember-source": "^6.3.0",
57
57
  "ember-template-lint": "^7.9.0",
58
- "eslint": "^9.17.0",
59
- "eslint-config-prettier": "^10.1.5",
60
- "eslint-plugin-ember": "^12.3.3",
58
+ "eslint": "^9.32.0",
59
+ "eslint-config-prettier": "^10.1.8",
60
+ "eslint-plugin-ember": "^12.7.0",
61
61
  "eslint-plugin-import": "^2.31.0",
62
62
  "eslint-plugin-n": "^17.15.1",
63
63
  "globals": "^16.1.0",
64
64
  "prettier": "^3.4.2",
65
- "prettier-plugin-ember-template-tag": "^2.0.4",
65
+ "prettier-plugin-ember-template-tag": "^2.1.0",
66
66
  "rollup": "^4.22.5",
67
67
  "typescript": "~5.8.3",
68
68
  "typescript-eslint": "^8.19.1"
@@ -104,5 +104,5 @@
104
104
  ]
105
105
  }
106
106
  },
107
- "gitHead": "7873dd64e9ba6d82f96ec11c727f383501483fd4"
107
+ "gitHead": "15540dbbee270dd754a39bdeb67c060e54b538d9"
108
108
  }