@elucim/dsl 0.1.2 → 0.1.3
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -238,7 +238,7 @@ const doc = presentation(darkTheme)
|
|
|
238
238
|
## Related
|
|
239
239
|
|
|
240
240
|
- **[@elucim/core](https://www.npmjs.com/package/@elucim/core)** — The React rendering engine (peer dependency)
|
|
241
|
-
- **[Elucim
|
|
241
|
+
- **[Elucim Docs](https://elucim.com)** — Full docs with live interactive examples
|
|
242
242
|
|
|
243
243
|
## License
|
|
244
244
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elucim/dsl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "JSON/YAML DSL for declarative Elucim animations — define visualizations without writing React code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/sethjuarez/elucim.git",
|
|
10
10
|
"directory": "packages/dsl"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://elucim.com",
|
|
13
13
|
"bugs": "https://github.com/sethjuarez/elucim/issues",
|
|
14
14
|
"keywords": [
|
|
15
15
|
"react",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@elucim/core": "0.1.
|
|
45
|
+
"@elucim/core": "0.1.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/react": "^18.3.0",
|