@vnejs/shared 0.0.7 → 0.0.9

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 (3) hide show
  1. package/index.d.ts +6 -8
  2. package/package.json +1 -1
  3. package/README.md +0 -0
package/index.d.ts CHANGED
@@ -4,11 +4,9 @@ declare interface PARAMS {}
4
4
  declare interface SETTINGS {}
5
5
  declare interface MODULE_EXTENSIONS {}
6
6
 
7
- declare module "@vnejs/shared" {
8
- export const VNE: {
9
- CONST: CONST;
10
- EVENTS: EVENTS;
11
- PARAMS: PARAMS;
12
- SETTINGS: SETTINGS;
13
- };
14
- }
7
+ export const VNE: {
8
+ CONST: CONST;
9
+ EVENTS: EVENTS;
10
+ PARAMS: PARAMS;
11
+ SETTINGS: SETTINGS;
12
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vnejs/shared",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
package/README.md DELETED
File without changes