@dxs-ts/eveli-ide 0.0.144 → 0.0.145
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/build/index.js +1 -1
- package/package.json +6 -1
package/build/index.js
CHANGED
|
@@ -5034,7 +5034,7 @@ function x4n(n) {
|
|
|
5034
5034
|
getReleaseContent: async (u) => i.fetch(o({ releaseId: u }), { method: c }).then((m) => m.json())
|
|
5035
5035
|
};
|
|
5036
5036
|
}
|
|
5037
|
-
const xCt = { tag: "eveli-ide-0.0.
|
|
5037
|
+
const xCt = { tag: "eveli-ide-0.0.145", built: "20/03/2025" }, b7t = cs("worker/rest/api/assets/stencil/version.GET")({
|
|
5038
5038
|
hook: E4n
|
|
5039
5039
|
});
|
|
5040
5040
|
function E4n(n) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxs-ts/eveli-ide",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"homepage": "https://github.com/digiexpress-io/digiexpress-parent",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -87,6 +87,11 @@
|
|
|
87
87
|
"last 1 safari version"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
+
"exports": {
|
|
91
|
+
"./build/index.css": {
|
|
92
|
+
"import": "./build/style.css"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
90
95
|
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
|
|
91
96
|
"scripts": {
|
|
92
97
|
"start-wrench": "START_MODE=wrench vite",
|