@glint/type-test 2.0.1-unstable.76a0759 → 2.0.1-unstable.f415a3e

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -117,3 +117,4 @@ let hi: string = 'hi';
117
117
  {{expectTypeOf hi to.beAssignableToTypeOf a}}
118
118
  </template>
119
119
  ```
120
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glint/type-test",
3
- "version": "2.0.1-unstable.76a0759",
3
+ "version": "2.0.1-unstable.f415a3e",
4
4
  "repository": "typed-ember/glint",
5
5
  "description": "Tools for testing inferred types in Glint-enabled templates",
6
6
  "license": "MIT",
@@ -23,10 +23,10 @@
23
23
  "expect-type": "^0.15.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@glint/template": "1.4.1-unstable.76a0759"
26
+ "@glint/template": "1.6.1-unstable.f415a3e"
27
27
  },
28
28
  "devDependencies": {
29
- "@glint/template": "1.4.1-unstable.76a0759"
29
+ "@glint/template": "1.6.1-unstable.f415a3e"
30
30
  },
31
31
  "release-plan": {
32
32
  "semverIncrementAs": {