@glint/template 1.4.0 → 1.4.1-unstable.2e45a79

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.
@@ -27,8 +27,8 @@ import { ResolveOrReturn } from './types';
27
27
  * down to their most general form, which breaks complex declarations like `fn` that
28
28
  * rely on having multiple overrides to be typed correctly.
29
29
  *
30
- * In GlimmerX (and potentially other future environments), plain functions can themselves
31
- * be invokables with their own particular resolution semantics.
30
+ * In modern Ember.js, plain functions can themselves be invokables with their
31
+ * own particular resolution semantics.
32
32
  */
33
33
 
34
34
  export declare function resolve<T extends DirectInvokable>(item: T): T[typeof InvokeDirect];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glint/template",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-unstable.2e45a79",
4
4
  "repository": "typed-ember/glint",
5
5
  "description": "Type definitions to back typechecking for Glimmer templates",
6
6
  "license": "MIT",
@@ -16,7 +16,6 @@
16
16
  ],
17
17
  "devDependencies": {
18
18
  "@glimmer/component": "^1.1.2",
19
- "@glimmerx/component": "^0.6.7",
20
19
  "@types/ember__component": "~4.0.8",
21
20
  "expect-type": "^0.15.0",
22
21
  "sums-up": "^2.1.0"