@glint/template 1.6.1-unstable.80ff9cf → 1.6.1-unstable.845d5fa

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/-private/dsl.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // This module exports functions and types directly referenced by
2
- // the output of `@glint/core`'s transform layer. It comprises the
2
+ // the output of `ember-tsc`'s transform layer. It comprises the
3
3
  // basis from which environments construct their exports.
4
4
 
5
- export * from './dsl/resolve';
6
5
  export * from './dsl/emit';
6
+ export * from './dsl/resolve';
7
7
  export * from './dsl/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glint/template",
3
- "version": "1.6.1-unstable.80ff9cf",
3
+ "version": "1.6.1-unstable.845d5fa",
4
4
  "repository": "typed-ember/glint",
5
5
  "description": "Type definitions to back typechecking for Glimmer templates",
6
6
  "license": "MIT",