Update package names

This commit is contained in:
Christopher Schleiden
2023-03-23 09:56:36 -07:00
committed by Christopher Schleiden
parent a4ce40af4d
commit 0ddee77479
6 changed files with 105 additions and 892 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"main": "index.js",
"type": "module",
"dependencies": {
"@github/actions-languageserver": "^0.1.181",
"@actions/languageserver": "^0.1.152",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-workers": "^0.34.2",
"monaco-languageclient": "^4.0.3",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-expressions",
"version": "0.1.181",
"name": "@actions/expressions",
"version": "0.1.152",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.181",
"name": "@actions/languageserver",
"version": "0.1.152",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -40,8 +40,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-languageservice": "^0.1.181",
"@github/actions-workflow-parser": "^0.1.181",
"@actions/languageservice": "^0.1.152",
"@actions/workflow-parser": "^0.1.152",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageservice",
"version": "0.1.181",
"name": "@actions/languageservice",
"version": "0.1.152",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -41,8 +41,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "^0.1.181",
"@github/actions-workflow-parser": "^0.1.181",
"@actions/expressions": "^0.1.152",
"@actions/workflow-parser": "^0.1.152",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.7",
+91 -878
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.1.181",
"name": "@actions/workflow-parser",
"version": "0.1.152",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -40,7 +40,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "^0.1.181",
"@actions/expressions": "^0.1.152",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},