File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " browser-playground" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " " ,
55 "private" : true ,
66 "main" : " index.js" ,
77 "type" : " module" ,
88 "dependencies" : {
9- "@actions/languageserver" : " ^0.1.2 " ,
9+ "@actions/languageserver" : " ^0.2.0 " ,
1010 "monaco-editor-webpack-plugin" : " ^7.0.1" ,
1111 "monaco-editor-workers" : " ^0.34.2" ,
1212 "monaco-languageclient" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @actions/expressions" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "source" : " ./src/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @actions/languageserver" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Language server for GitHub Actions" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
4040 "watch" : " tsc --build tsconfig.build.json --watch"
4141 },
4242 "dependencies" : {
43- "@actions/languageservice" : " ^0.1.2 " ,
44- "@actions/workflow-parser" : " ^0.1.2 " ,
43+ "@actions/languageservice" : " ^0.2.0 " ,
44+ "@actions/workflow-parser" : " ^0.2.0 " ,
4545 "@octokit/rest" : " ^19.0.7" ,
4646 "@octokit/types" : " ^9.0.0" ,
4747 "vscode-languageserver" : " ^8.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @actions/languageservice" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Language service for GitHub Actions" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
4141 "watch" : " tsc --build tsconfig.build.json --watch"
4242 },
4343 "dependencies" : {
44- "@actions/expressions" : " ^0.1.2 " ,
45- "@actions/workflow-parser" : " ^0.1.2 " ,
44+ "@actions/expressions" : " ^0.2.0 " ,
45+ "@actions/workflow-parser" : " ^0.2.0 " ,
4646 "vscode-languageserver-textdocument" : " ^1.0.7" ,
4747 "vscode-languageserver-types" : " ^3.17.2" ,
4848 "vscode-uri" : " ^3.0.7" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
33 "useWorkspaces" : true ,
4- "version" : " 0.1.2 "
4+ "version" : " 0.2.0 "
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @actions/workflow-parser" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "source" : " ./src/index.ts" ,
4040 "watch" : " tsc --build tsconfig.build.json --watch"
4141 },
4242 "dependencies" : {
43- "@actions/expressions" : " ^0.1.2 " ,
43+ "@actions/expressions" : " ^0.2.0 " ,
4444 "cronstrue" : " ^2.21.0" ,
4545 "yaml" : " ^2.0.0-8"
4646 },
You can’t perform that action at this time.
0 commit comments