@motion-script/code 0.2.0 → 0.2.5
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@motion-script/code",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Animated, syntax-highlighted code blocks for Motion Script, with token-level append, insert, remove, replace, and highlight transitions.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
],
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@motion-script/core": "
|
|
30
|
+
"@motion-script/core": "0.2.5"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"shiki": "^4.0.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@motion-script/core": "*",
|
|
37
36
|
"@types/node": "^25.6.2",
|
|
38
37
|
"tsc-alias": "^1.8.16",
|
|
39
38
|
"typescript": "^6.0.3",
|
|
40
|
-
"vitest": "^4.1.5"
|
|
39
|
+
"vitest": "^4.1.5",
|
|
40
|
+
"@motion-script/core": "0.2.5"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsc -b && tsc-alias",
|