@seedgrid/fe-components 2026.3.11-3 → 2026.3.11-4
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -170,9 +170,9 @@ npm publish --access public
|
|
|
170
170
|
|
|
171
171
|
## Suporte
|
|
172
172
|
|
|
173
|
-
- Issues: https://github.com/SeedGrid/seedgrid-
|
|
174
|
-
- Repositorio: https://github.com/SeedGrid/seedgrid-
|
|
175
|
-
- Home do pacote: https://github.com/SeedGrid/seedgrid-
|
|
173
|
+
- Issues: https://github.com/SeedGrid/seedgrid-fe-components/issues
|
|
174
|
+
- Repositorio: https://github.com/SeedGrid/seedgrid-fe-components
|
|
175
|
+
- Home do pacote: https://github.com/SeedGrid/seedgrid-fe-components/tree/main/packages/seedgrid-fe-components
|
|
176
176
|
|
|
177
177
|
## Licenca do pacote
|
|
178
178
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedgrid/fe-components",
|
|
3
|
-
"version": "2026.3.11-
|
|
3
|
+
"version": "2026.3.11-4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/SeedGrid/seedgrid-
|
|
8
|
+
"url": "git+https://github.com/SeedGrid/seedgrid-fe-components.git",
|
|
9
9
|
"directory": "packages/seedgrid-fe-components"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/SeedGrid/seedgrid-
|
|
11
|
+
"homepage": "https://github.com/SeedGrid/seedgrid-fe-components/tree/main/packages/seedgrid-fe-components",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/SeedGrid/seedgrid-
|
|
13
|
+
"url": "https://github.com/SeedGrid/seedgrid-fe-components/issues"
|
|
14
14
|
},
|
|
15
15
|
"main": "dist/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|