@macroforge/svelte-preprocessor 0.1.66 → 0.1.72
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"macroforge": "^0.1.
|
|
3
|
+
"macroforge": "^0.1.72"
|
|
4
4
|
},
|
|
5
5
|
"description": "Svelte preprocessor for expanding Macroforge macros in component script blocks",
|
|
6
6
|
"devDependencies": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"url": "git+https://github.com/macroforge-ts/svelte-preprocessor.git"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
|
-
"build": "tsc -p tsconfig.json",
|
|
33
|
+
"build": "deno install --node-modules-dir --quiet && deno run -A npm:typescript@5/tsc -p tsconfig.json",
|
|
34
34
|
"clean": "rm -rf dist",
|
|
35
35
|
"cleanbuild": "deno task clean && deno task build",
|
|
36
36
|
"test": "deno task build && node --test tests/**/*.test.js"
|
|
37
37
|
},
|
|
38
38
|
"type": "module",
|
|
39
39
|
"types": "dist/index.d.ts",
|
|
40
|
-
"version": "0.1.
|
|
40
|
+
"version": "0.1.72"
|
|
41
41
|
}
|