@absolutejs/absolute 0.19.0-beta.58 → 0.19.0-beta.59
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/.claude/settings.local.json +3 -1
- package/dist/build.js +4 -12
- package/dist/build.js.map +3 -3
- package/dist/index.js +4 -12
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
|
@@ -210,7 +210,9 @@
|
|
|
210
210
|
"Bash(kill 856233)",
|
|
211
211
|
"Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.55\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.56\"\"\"\"/' package.json)",
|
|
212
212
|
"Bash(kill 862855)",
|
|
213
|
-
"Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.56\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.57\"\"\"\"/' package.json)"
|
|
213
|
+
"Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.56\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.57\"\"\"\"/' package.json)",
|
|
214
|
+
"Bash(kill 868777)",
|
|
215
|
+
"Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.57\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.58\"\"\"\"/' package.json)"
|
|
214
216
|
]
|
|
215
217
|
}
|
|
216
218
|
}
|
package/dist/build.js
CHANGED
|
@@ -172165,17 +172165,9 @@ var detectFramework = (filePath, resolved) => {
|
|
|
172165
172165
|
svelteDir: config.svelteDirectory,
|
|
172166
172166
|
vueDir: config.vueDirectory
|
|
172167
172167
|
};
|
|
172168
|
-
push(cfg.reactDir
|
|
172169
|
-
push(cfg.
|
|
172170
|
-
push(cfg.
|
|
172171
|
-
push(cfg.svelteDir, "components");
|
|
172172
|
-
push(cfg.svelteDir, "pages");
|
|
172173
|
-
push(cfg.svelteDir, "composables");
|
|
172174
|
-
push(cfg.svelteDir, "styles");
|
|
172175
|
-
push(cfg.vueDir, "components");
|
|
172176
|
-
push(cfg.vueDir, "pages");
|
|
172177
|
-
push(cfg.vueDir, "composables");
|
|
172178
|
-
push(cfg.vueDir, "styles");
|
|
172168
|
+
push(cfg.reactDir);
|
|
172169
|
+
push(cfg.svelteDir);
|
|
172170
|
+
push(cfg.vueDir);
|
|
172179
172171
|
push(cfg.angularDir);
|
|
172180
172172
|
push(cfg.htmlDir, "pages");
|
|
172181
172173
|
push(cfg.htmlDir, "scripts");
|
|
@@ -204838,5 +204830,5 @@ export {
|
|
|
204838
204830
|
build
|
|
204839
204831
|
};
|
|
204840
204832
|
|
|
204841
|
-
//# debugId=
|
|
204833
|
+
//# debugId=CBCA8C077DABB15E64756E2164756E21
|
|
204842
204834
|
//# sourceMappingURL=build.js.map
|