@meursyphus/flitter 2.0.0 → 2.0.2
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 +133 -138
- package/index.cjs +734 -18
- package/index.d.cts +391 -36
- package/index.d.ts +391 -36
- package/index.global.js +740 -28
- package/index.js +733 -17
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meursyphus/flitter",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A declarative, widget-based library built on SVG for simplifying data visualization with a Flutter-like syntax.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flitter",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"declarative",
|
|
11
11
|
"flutter"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://flitter.
|
|
13
|
+
"homepage": "https://flitter.dev",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
16
16
|
"build": "tsup && npm run copy-package && npm run copy-readme && cd dist && npm run fix-package",
|