@mythpe/quasar-app-extension-qui 0.5.2 → 0.5.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.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";function r(e,t){if(e.boot.push("~@mythpe/quasar-app-extension-qui/dist/boot/register.js"),t.hasWebpack){let a=e.build.webpackTranspileDependencies||e.build.transpileDependencies;a&&typeof a.push=="function"&&a.push(/@mythpe\/quasar-app-extension-qui[\\/]dist/)}}function s(e){e.compatibleWith("quasar","^2.0.0"),e.hasVite?e.compatibleWith("@quasar/app-vite","^1.5.0 || ^2.0.0"):e.hasWebpack&&e.compatibleWith("@quasar/app-webpack","^3.10.0 || ^4.0.0"),e.extendQuasarConf(t=>r(t,e)),e.registerCommand("myth-command",({args:t,params:a})=>{})}module.exports=s;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mythpe/quasar-app-extension-qui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "MyTh Ahmed Faiz",
|
|
6
6
|
"mobile": "+966590470092",
|
|
@@ -20,23 +20,23 @@
|
|
|
20
20
|
"Quasar Extension"
|
|
21
21
|
],
|
|
22
22
|
"license": "MIT",
|
|
23
|
-
"main": "dist/index.
|
|
23
|
+
"main": "dist/index.js",
|
|
24
24
|
"type": "commonjs",
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"scripts": {
|
|
29
29
|
"clean": "rimraf dist",
|
|
30
|
-
"build": "yarn clean && tsup src/index.ts src/install.ts src/prompts.ts src/uninstall.ts src/boot/register.ts --format cjs --clean --minify",
|
|
31
30
|
"release": "yarn version --patch --no-git-tag-version",
|
|
32
31
|
"minor": "yarn version --minor --no-git-tag-version",
|
|
33
|
-
"major": "yarn version --major --no-git-tag-version"
|
|
32
|
+
"major": "yarn version --major --no-git-tag-version",
|
|
33
|
+
"build": "yarn clean && tsup src/index.ts src/install.ts src/prompts.ts src/uninstall.ts src/boot/register.ts --format cjs --clean --minify --cjsInterop"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@mythpe/quasar-ui-qui": "0.5.
|
|
36
|
+
"@mythpe/quasar-ui-qui": "0.5.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@mythpe/quasar-ui-qui": "0.5.
|
|
39
|
+
"@mythpe/quasar-ui-qui": "0.5.4",
|
|
40
40
|
"@quasar/app-vite": "^2.6.0",
|
|
41
41
|
"quasar": "^2.19.3",
|
|
42
42
|
"vee-validate": "^4.15.1",
|