@vuetify/one 3.0.2 → 3.1.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/{auth-DqaHPcFk.js → auth-DK4fBwyp.js} +2 -2
- package/dist/index.js +1401 -2777
- package/dist/stores/auth.js +1 -1
- package/dist/styles.d.ts +1 -0
- package/package.json +7 -2
package/dist/stores/auth.js
CHANGED
package/dist/styles.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Empty declaration file for noUncheckedSideEffectImports
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
"types": "./dist/stores/auth.d.ts",
|
|
25
25
|
"default": "./dist/stores/auth.js"
|
|
26
26
|
},
|
|
27
|
-
"./styles":
|
|
27
|
+
"./styles": {
|
|
28
|
+
"types": "./dist/styles.d.ts",
|
|
29
|
+
"default": "./dist/one.css"
|
|
30
|
+
}
|
|
28
31
|
},
|
|
29
32
|
"peerDependencies": {
|
|
30
33
|
"@mdi/js": "7.4.47",
|
|
@@ -35,6 +38,7 @@
|
|
|
35
38
|
"vuetify": "^4.0.0"
|
|
36
39
|
},
|
|
37
40
|
"dependencies": {
|
|
41
|
+
"jdenticon": "^3.3.0",
|
|
38
42
|
"@vuetify/auth": "0.1.8"
|
|
39
43
|
},
|
|
40
44
|
"devDependencies": {
|
|
@@ -80,6 +84,7 @@
|
|
|
80
84
|
"dev": "vite",
|
|
81
85
|
"build": "vite build --config vite.build.config.ts && pnpm build:types",
|
|
82
86
|
"build:dev": "vite build --mode development --config vite.config.ts",
|
|
87
|
+
"build:site": "vite build --outDir dist-site",
|
|
83
88
|
"build:types": "rimraf types-temp && vue-tsc --pretty -p tsconfig.json && rollup --config rollup.types.config.js && rimraf types-temp",
|
|
84
89
|
"typecheck": "vue-tsc --noEmit -p tsconfig.json",
|
|
85
90
|
"release": "pnpm build && bumpp",
|