@absolutejs/absolute 0.18.0 → 0.18.1
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/prettier.cache.json +1 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
- package/.absolutejs/eslint.cache.json +0 -4
- package/.cache/angular-linker/06a9e2d762d5643836ae86f5dff6df3c.js +0 -379
- package/.cache/angular-linker/1738cbd085e242ded3cf971020659eb5.js +0 -1288
- package/.cache/angular-linker/2b273ec8888e3cb1d3cc1cfdf3f9c16e.js +0 -2023
- package/.cache/angular-linker/3a352d6950cb436dd76a9020c1a68282.js +0 -591
- package/.cache/angular-linker/4b7d67a86ab644d94bc73eaf4952d54c.js +0 -253
- package/.cache/angular-linker/637c0207c0a21fa6b137f78c917d79cb.js +0 -2867
- package/.cache/angular-linker/87d0d2c36c5691af4c04535137a24fb6.js +0 -122
- package/.cache/angular-linker/bb67444c64e8c9a604eb8f41bf98d960.js +0 -2820
- package/.cache/angular-linker/dba175feb089758c68b6240025da6116.js +0 -693
- package/.cache/angular-linker/df82a306a5f84d40fdd9cf6fefe58559.js +0 -31
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"example/angular/compiled/components/counter.component.js": "2oew7n0s1wzck",
|
|
141
141
|
"eslint.config.mjs": "wrfpn7mkcsw7",
|
|
142
142
|
"tsconfig.json": "2ipvhk1wx2wbh",
|
|
143
|
-
"package.json": "
|
|
143
|
+
"package.json": "v1tcqwtx137",
|
|
144
144
|
"tsconfig.build.json": "976e92rva922",
|
|
145
145
|
"example/svelte/pages/SvelteExample.svelte": "18y2nvi52u8ps",
|
|
146
146
|
"example/svelte/components/Counter.svelte": "1p92uo1pko0wo",
|
package/dist/build.js
CHANGED
|
@@ -716,7 +716,7 @@ import { dirname as dirname2, join as join4, relative, resolve as resolve3 } fro
|
|
|
716
716
|
import { createHash } from "crypto";
|
|
717
717
|
var CACHE_DIR, angularLinkerPlugin;
|
|
718
718
|
var init_angularLinkerPlugin = __esm(() => {
|
|
719
|
-
CACHE_DIR = resolve3(".cache", "angular-linker");
|
|
719
|
+
CACHE_DIR = resolve3(".absolutejs", "cache", "angular-linker");
|
|
720
720
|
angularLinkerPlugin = {
|
|
721
721
|
name: "angular-linker",
|
|
722
722
|
setup(bld) {
|
|
@@ -173649,5 +173649,5 @@ export {
|
|
|
173649
173649
|
build
|
|
173650
173650
|
};
|
|
173651
173651
|
|
|
173652
|
-
//# debugId=
|
|
173652
|
+
//# debugId=BA348D4CDFECAD5664756E2164756E21
|
|
173653
173653
|
//# sourceMappingURL=build.js.map
|