@genesislcap/vite-builder 14.219.0 → 14.219.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/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAc3D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;8BAEwB,YAAY;AAAvC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAc3D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;8BAEwB,YAAY;AAAvC,wBAsJE"}
|
package/dist/index.js
CHANGED
|
@@ -52,7 +52,7 @@ exports.default = (ctx) => tslib_1.__awaiter(void 0, void 0, void 0, function* (
|
|
|
52
52
|
}),
|
|
53
53
|
],
|
|
54
54
|
resolve: {
|
|
55
|
-
alias: Object.assign(Object.assign({}, alias), { 'foundationZero/ZeroDesignSystem': '@genesislcap/foundation-zero' }),
|
|
55
|
+
alias: Object.assign(Object.assign({}, alias), { 'foundationZero/ZeroDesignSystem': '@genesislcap/foundation-zero', 'foundationRapid/RapidDesignSystem': '@genesislcap/rapid-design-system' }),
|
|
56
56
|
/**
|
|
57
57
|
* A side effect of using npm linked packages like `@genesislcap/pbc-reporting` in Vite, seems to be that it will
|
|
58
58
|
* allow these to keep their own dependency graph, even though we may specify these as peerDependencies, which
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/vite-builder",
|
|
3
3
|
"description": "Vite builder",
|
|
4
|
-
"version": "14.219.
|
|
4
|
+
"version": "14.219.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dev": "tsc -b ./tsconfig.json -w"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@genesislcap/build-kit": "14.219.
|
|
17
|
+
"@genesislcap/build-kit": "14.219.1",
|
|
18
18
|
"consola": "^3.0.2",
|
|
19
19
|
"copyfiles": "^2.4.1",
|
|
20
20
|
"tslib": "^2.3.1",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "2d9851b8d1b8457a36d8416cde2e7c4e13a159f1"
|
|
37
37
|
}
|
package/src/index.ts
CHANGED
|
@@ -80,6 +80,7 @@ export default async (ctx: BuildContext) => {
|
|
|
80
80
|
alias: {
|
|
81
81
|
...alias,
|
|
82
82
|
'foundationZero/ZeroDesignSystem': '@genesislcap/foundation-zero',
|
|
83
|
+
'foundationRapid/RapidDesignSystem': '@genesislcap/rapid-design-system',
|
|
83
84
|
},
|
|
84
85
|
/**
|
|
85
86
|
* A side effect of using npm linked packages like `@genesislcap/pbc-reporting` in Vite, seems to be that it will
|