@h3ravel/shared 0.28.3 → 0.28.4
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- /package/{tsconfig.json → tsconfig.base.json} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -787,7 +787,7 @@ var Resolver = class {
|
|
|
787
787
|
//#endregion
|
|
788
788
|
//#region src/Utils/scripts.ts
|
|
789
789
|
const mainTsconfig = {
|
|
790
|
-
extends: "@h3ravel/shared/tsconfig.json",
|
|
790
|
+
extends: "@h3ravel/shared/tsconfig.base.json",
|
|
791
791
|
compilerOptions: {
|
|
792
792
|
baseUrl: ".",
|
|
793
793
|
outDir: "dist",
|
package/dist/index.js
CHANGED
|
@@ -754,7 +754,7 @@ var Resolver = class {
|
|
|
754
754
|
//#endregion
|
|
755
755
|
//#region src/Utils/scripts.ts
|
|
756
756
|
const mainTsconfig = {
|
|
757
|
-
extends: "@h3ravel/shared/tsconfig.json",
|
|
757
|
+
extends: "@h3ravel/shared/tsconfig.base.json",
|
|
758
758
|
compilerOptions: {
|
|
759
759
|
baseUrl: ".",
|
|
760
760
|
outDir: "dist",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h3ravel/shared",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.4",
|
|
4
4
|
"description": "Shared Utilities.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
|
-
"tsconfig.json"
|
|
25
|
+
"tsconfig.base.json"
|
|
26
26
|
],
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
File without changes
|