publishing w/ parser update
This commit is contained in:
Родитель
ac81f95e85
Коммит
13ef991060
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "@microsoft/powerquery-formatter",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@microsoft/powerquery-formatter",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@microsoft/powerquery-parser": "0.9.3"
|
||||
"@microsoft/powerquery-parser": "0.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.0",
|
||||
|
@ -204,9 +204,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@microsoft/powerquery-parser": {
|
||||
"version": "0.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/powerquery-parser/-/powerquery-parser-0.9.3.tgz",
|
||||
"integrity": "sha512-/EPdrlGbYk/W58LJ+UvBdlTsxkTWGlU4pPMVNPLi7gkK9BZRycTPYyPYwFA9swA6yIbjPiGsQe18esUJfAjCrg==",
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/powerquery-parser/-/powerquery-parser-0.9.4.tgz",
|
||||
"integrity": "sha512-BE/nTb/vpDxIcp/8jXdkRtxQFlbO4K/kzcWej0ZBNNsrMNHrDiirG11qHQNqgR3il8Agfl+onW2O1hp6J1N85A==",
|
||||
"dependencies": {
|
||||
"grapheme-splitter": "^1.0.4",
|
||||
"performance-now": "^2.1.0"
|
||||
|
@ -3055,9 +3055,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@microsoft/powerquery-parser": {
|
||||
"version": "0.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/powerquery-parser/-/powerquery-parser-0.9.3.tgz",
|
||||
"integrity": "sha512-/EPdrlGbYk/W58LJ+UvBdlTsxkTWGlU4pPMVNPLi7gkK9BZRycTPYyPYwFA9swA6yIbjPiGsQe18esUJfAjCrg==",
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/powerquery-parser/-/powerquery-parser-0.9.4.tgz",
|
||||
"integrity": "sha512-BE/nTb/vpDxIcp/8jXdkRtxQFlbO4K/kzcWej0ZBNNsrMNHrDiirG11qHQNqgR3il8Agfl+onW2O1hp6J1N85A==",
|
||||
"requires": {
|
||||
"grapheme-splitter": "^1.0.4",
|
||||
"performance-now": "^2.1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/powerquery-formatter",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"author": "Microsoft",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -50,7 +50,7 @@
|
|||
"typescript": "^4.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/powerquery-parser": "0.9.3"
|
||||
"@microsoft/powerquery-parser": "0.9.4"
|
||||
},
|
||||
"files": [
|
||||
"lib/powerquery-formatter/**/*"
|
||||
|
|
Загрузка…
Ссылка в новой задаче