vft 0.0.367 → 0.0.368
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/es/index.js +0 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +2 -2
- package/web-types.json +1 -1
package/es/index.js
CHANGED
|
@@ -204,7 +204,6 @@ export { watermarkProps } from "./components/watermark/watermark.js";
|
|
|
204
204
|
export { vLoading, createLoadingDirective } from "./components/loading/directive.js";
|
|
205
205
|
export { Loading } from "./components/loading/service.js";
|
|
206
206
|
export { messageDefaults, messageTypes } from "./components/message/types.js";
|
|
207
|
-
const t = e.install, f = e.version;
|
|
208
207
|
|
|
209
208
|
|
|
210
209
|
const install = installer.install;
|
package/es/package.json.d.ts
CHANGED
package/es/package.json.js
CHANGED
package/lib/package.json.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.368";exports.version=e;
|
package/lib/package.json.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vft",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.368",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"sortablejs": "1.15.0",
|
|
57
57
|
"photoswipe": "5.4.4",
|
|
58
58
|
"@vft/constants": "0.0.72",
|
|
59
|
-
"@vft/router": "0.0.65",
|
|
60
59
|
"@vft/store": "0.0.54",
|
|
60
|
+
"@vft/router": "0.0.65",
|
|
61
61
|
"@vft/use": "0.0.77",
|
|
62
62
|
"@vft/utils": "0.0.131",
|
|
63
63
|
"@vft/directives": "0.0.33"
|
package/web-types.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"vft","version":"0.0.
|
|
1
|
+
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"vft","version":"0.0.368","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{}}}
|