@designliquido/potigol 0.1.25 → 0.1.26
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 -2
package/README.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# potigol
|
|
2
2
|
|
|
3
|
-
Nossa implementação do dialeto Potigol, usando TypeScript.
|
|
3
|
+
Nossa implementação do dialeto Potigol, usando TypeScript.
|
|
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/potigol/issues" target="_blank">
|
|
11
|
+
<img src="https://img.shields.io/github/issues/Designliquido/potigol" />
|
|
12
|
+
</a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/@designliquido/potigol" target="_blank">
|
|
14
|
+
<img src="https://img.shields.io/npm/v/@designliquido/potigol" />
|
|
15
|
+
</a>
|
|
16
|
+
<img src="https://img.shields.io/npm/dw/@designliquido/potigol" />
|
|
17
|
+
<img src="https://img.shields.io/github/license/Designliquido/potigol" />
|
|
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/potigol",
|
|
3
3
|
"description": "Dialeto de Potigol baseado em Delégua e TypeScript",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.26",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/DesignLiquido/potigol/issues"
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"eslint-config-prettier": "^10.1.5",
|
|
35
35
|
"eslint-plugin-prettier": "^5.5.0",
|
|
36
36
|
"jest": "^30.0.2",
|
|
37
|
+
"jest-coverage-badges": "^1.1.2",
|
|
37
38
|
"prettier": "^3.5.3",
|
|
38
39
|
"rimraf": "^6.0.1",
|
|
39
40
|
"ts-jest": "^29.3.4",
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"typescript": "^5.8.3"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@designliquido/delegua": "^0.
|
|
46
|
+
"@designliquido/delegua": "^0.43.0",
|
|
46
47
|
"lodash": "^4.17.21"
|
|
47
48
|
}
|
|
48
49
|
}
|