@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
package/dist/index.js
CHANGED
|
@@ -741,7 +741,7 @@ import { dirname as dirname2, join as join4, relative, resolve as resolve4 } fro
|
|
|
741
741
|
import { createHash } from "crypto";
|
|
742
742
|
var CACHE_DIR, angularLinkerPlugin;
|
|
743
743
|
var init_angularLinkerPlugin = __esm(() => {
|
|
744
|
-
CACHE_DIR = resolve4(".cache", "angular-linker");
|
|
744
|
+
CACHE_DIR = resolve4(".absolutejs", "cache", "angular-linker");
|
|
745
745
|
angularLinkerPlugin = {
|
|
746
746
|
name: "angular-linker",
|
|
747
747
|
setup(bld) {
|
|
@@ -174072,5 +174072,5 @@ export {
|
|
|
174072
174072
|
ANGULAR_INIT_TIMEOUT_MS
|
|
174073
174073
|
};
|
|
174074
174074
|
|
|
174075
|
-
//# debugId=
|
|
174075
|
+
//# debugId=22288981AAE4E94964756E2164756E21
|
|
174076
174076
|
//# sourceMappingURL=index.js.map
|