File tree 11 files changed +24
-24
lines changed
11 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 26
26
"release-it-yarn-workspaces" : " ^2.0.0" ,
27
27
"typescript" : " ^4.1.5"
28
28
},
29
- "version" : " 0.4.3 "
29
+ "version" : " 0.4.4 "
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/config" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " Tools to read configuration for @glint packages" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/core" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " A CLI for performing typechecking on Glimmer templates" ,
6
6
"license" : " MIT" ,
21
21
"prepack" : " yarn build"
22
22
},
23
23
"dependencies" : {
24
- "@glint/config" : " ^0.4.3 " ,
25
- "@glint/transform" : " ^0.4.3 " ,
24
+ "@glint/config" : " ^0.4.4 " ,
25
+ "@glint/transform" : " ^0.4.4 " ,
26
26
"resolve" : " ^1.17.0" ,
27
27
"vscode-languageserver" : " ^7.0.0" ,
28
28
"vscode-languageserver-textdocument" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/environment-ember-loose" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " A Glint environment to support loose-mode Ember.js projects" ,
6
6
"license" : " MIT" ,
27
27
" registry/**/*.{js,d.ts}"
28
28
],
29
29
"dependencies" : {
30
- "@glint/config" : " ^0.4.3 " ,
31
- "@glint/template" : " ^0.4.3 "
30
+ "@glint/config" : " ^0.4.4 " ,
31
+ "@glint/template" : " ^0.4.4 "
32
32
},
33
33
"devDependencies" : {
34
34
"@glimmer/component" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/environment-glimmerx" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " A Glint environment to support GlimmerX projects" ,
6
6
"license" : " MIT" ,
24
24
" component/**/*.{js,d.ts}"
25
25
],
26
26
"dependencies" : {
27
- "@glint/config" : " ^0.4.3 " ,
28
- "@glint/template" : " ^0.4.3 "
27
+ "@glint/config" : " ^0.4.4 " ,
28
+ "@glint/template" : " ^0.4.4 "
29
29
},
30
30
"devDependencies" : {
31
31
"@glimmerx/component" : " ^0.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/template" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " Type definitions to back typechecking for Glimmer templates" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/transform" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"description" : " Transforms Glimmer templates into TypeScript code that approximates their semantics" ,
6
6
"license" : " MIT" ,
22
22
"@babel/plugin-proposal-decorators" : " 7.10.5" ,
23
23
"@babel/preset-typescript" : " ^7.10.4" ,
24
24
"@glimmer/syntax" : " ^0.68.1" ,
25
- "@glint/config" : " ^0.4.3 "
25
+ "@glint/config" : " ^0.4.4 "
26
26
},
27
27
"devDependencies" : {
28
28
"@types/babel__core" : " ^7.1.7" ,
Original file line number Diff line number Diff line change 2
2
"name" : " glint-vscode" ,
3
3
"displayName" : " Glint" ,
4
4
"description" : " Glint language server integration for VS Code" ,
5
- "version" : " 0.4.3 " ,
5
+ "version" : " 0.4.4 " ,
6
6
"publisher" : " typed-ember" ,
7
7
"preview" : true ,
8
8
"private" : true ,
54
54
"vscode-languageclient" : " ^7.0.0"
55
55
},
56
56
"devDependencies" : {
57
- "@glint/core" : " ^0.4.3 " ,
57
+ "@glint/core" : " ^0.4.4 " ,
58
58
"@types/jest" : " ^26.0.13" ,
59
59
"@types/vscode" : " ^1.52.0" ,
60
60
"intercept-stdout" : " ^0.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-glimmerx-app" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"description" : " A brand new Glimmer app." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
27
27
"@glimmerx/eslint-plugin" : " ^0.4.2" ,
28
28
"@glimmerx/helper" : " ^0.4.2" ,
29
29
"@glimmerx/modifier" : " ^0.4.2" ,
30
- "@glint/core" : " ^0.4.3 " ,
30
+ "@glint/core" : " ^0.4.4 " ,
31
31
"babel-loader" : " ^8.1.0" ,
32
32
"clean-webpack-plugin" : " ^3.0.0" ,
33
33
"copy-webpack-plugin" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-ember-app" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"private" : true ,
5
5
"description" : " Small description for ts-ember-app goes here" ,
6
6
"repository" : " " ,
22
22
"@ember/optional-features" : " ^2.0.0" ,
23
23
"@glimmer/component" : " ^1.0.2" ,
24
24
"@glimmer/tracking" : " ^1.0.2" ,
25
- "@glint/core" : " ^0.4.3 " ,
26
- "@glint/environment-ember-loose" : " ^0.4.3 " ,
25
+ "@glint/core" : " ^0.4.4 " ,
26
+ "@glint/environment-ember-loose" : " ^0.4.4 " ,
27
27
"@types/ember" : " ^3.16.2" ,
28
28
"@types/ember-qunit" : " ^3.4.13" ,
29
29
"@types/ember-resolver" : " ^5.0.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-glimmerx-app" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"description" : " A brand new Glimmer app." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
30
30
"@glimmerx/helper" : " ^0.4.2" ,
31
31
"@glimmerx/modifier" : " ^0.4.2" ,
32
32
"@glimmerx/service" : " ^0.4.2" ,
33
- "@glint/core" : " ^0.4.3 " ,
34
- "@glint/environment-glimmerx" : " ^0.4.3 " ,
33
+ "@glint/core" : " ^0.4.4 " ,
34
+ "@glint/environment-glimmerx" : " ^0.4.4 " ,
35
35
"@types/qunit" : " ^2.9.1" ,
36
36
"@typescript-eslint/eslint-plugin" : " ^4.9.0" ,
37
37
"@typescript-eslint/parser" : " ^4.9.0" ,
You can’t perform that action at this time.
0 commit comments