@vnejs/compatibility.scenario.point_and_click-with-vars.flags 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/types.ts +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vnejs/compatibility.scenario.point_and_click-with-vars.flags",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types.ts CHANGED
@@ -1,6 +1,10 @@
1
1
  import type { ModuleCoreConstants, ModuleCoreEvents, ModuleCoreParams, ModuleCoreSettings } from "@vnejs/module.core";
2
2
  import type { PluginName as PointAndClickPluginName, SubscribeEvents as PointAndClickSubscribeEvents } from "@vnejs/contracts.scenario.point_and_click";
3
- import type { PluginName as VarsFlagsPluginName, Constants as VarsFlagsConstants, SubscribeEvents as VarsFlagsSubscribeEvents } from "@vnejs/contracts.vars.flags";
3
+ import type {
4
+ PluginName as VarsFlagsPluginName,
5
+ Constants as VarsFlagsConstants,
6
+ SubscribeEvents as VarsFlagsSubscribeEvents,
7
+ } from "@vnejs/contracts.vars.flags";
4
8
 
5
9
  export type PluginEvents = ModuleCoreEvents &
6
10
  Record<PointAndClickPluginName, PointAndClickSubscribeEvents> &