@designliquido/portugol-studio 0.4.20 → 0.4.21
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.
- package/README.md +16 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# portugol-studio
|
|
2
2
|
|
|
3
|
-
Nossa implementação do dialeto Portugol Studio
|
|
3
|
+
Nossa implementação do dialeto Portugol Studio usando TypeScript, baseado no núcleo de Delégua.
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<img src="./recursos/imagens/badge-statements.svg" />
|
|
7
|
+
<img src="./recursos/imagens/badge-lines.svg" />
|
|
8
|
+
<img src="./recursos/imagens/badge-functions.svg" />
|
|
9
|
+
<img src="./recursos/imagens/badge-branches.svg" />
|
|
10
|
+
<a href="https://github.com/DesignLiquido/portugol-studio/issues" target="_blank">
|
|
11
|
+
<img src="https://img.shields.io/github/issues/Designliquido/portugol-studio" />
|
|
12
|
+
</a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/@designliquido/portugol-studio" target="_blank">
|
|
14
|
+
<img src="https://img.shields.io/npm/v/@designliquido/portugol-studio" />
|
|
15
|
+
</a>
|
|
16
|
+
<img src="https://img.shields.io/npm/dw/@designliquido/portugol-studio" />
|
|
17
|
+
<img src="https://img.shields.io/github/license/Designliquido/portugol-studio" />
|
|
18
|
+
</p>
|
|
4
19
|
|
|
5
20
|
## Sobre este dialeto
|
|
6
21
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designliquido/portugol-studio",
|
|
3
3
|
"description": "Dialeto de Portugol Studio baseado em Delégua e TypeScript",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.21",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/DesignLiquido/portugol-studio/issues"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"deixar-codigo-bonito": "yarn prettier --config .prettierrc --write fontes/**/*.ts"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@designliquido/delegua": "^0.
|
|
27
|
+
"@designliquido/delegua": "^0.43.0",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"node-fetch": "2",
|
|
30
30
|
"xml2js": "^0.6.2"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/estree": "^1.0.7",
|
|
34
34
|
"@types/jest": "^29.5.14",
|
|
35
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^24.0.3",
|
|
36
36
|
"copyfiles": "^2.4.1",
|
|
37
37
|
"jest": "^29.7.0",
|
|
38
38
|
"jest-coverage-badges": "^1.1.2",
|