@ws-ui/shared 0.1.22 → 0.1.23

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.
@@ -27,6 +27,7 @@ export declare const FolderRootPath: {
27
27
  METHODS: string;
28
28
  SHARED: string;
29
29
  WEBFORMS: string;
30
+ CLASSES_FOLDER: string;
30
31
  };
31
32
  /**
32
33
  * Folder child type enumeration
@@ -48,6 +49,10 @@ export declare enum FileFolderType {
48
49
  * Represent a Class
49
50
  */
50
51
  CLASS = "class",
52
+ /**
53
+ * Represent a Class
54
+ */
55
+ CLASS_FOLDER = "classfolder",
51
56
  /**
52
57
  * Represent a Debugger
53
58
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.1.22",
4
+ "version": "0.1.23",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",