@loopstack/core 0.0.2 → 0.0.4

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/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # @loopstack/core
2
+
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Bugixes for various issues bootstrapping the application via installer
8
+ - Updated dependencies
9
+ - @loopstack/shared@0.0.3
10
+
11
+ ## 0.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Update version to actual
16
+ - Updated dependencies
17
+ - @loopstack/shared@0.0.2
@@ -1,5 +1,6 @@
1
1
  workflowTemplates:
2
2
  - name: core/userInputTemplate
3
+ type: stateMachine
3
4
  transitions:
4
5
  - name: start
5
6
  from: start
@@ -36,8 +36,8 @@ let LoopCoreModule = class LoopCoreModule extends loop_core_module_definition_1.
36
36
  ],
37
37
  providers: [migrations_service_1.MigrationsService, config_provider_service_1.ConfigProviderService],
38
38
  exports: [
39
- modules_1.CommonModule,
40
39
  modules_1.ConfigurationModule,
40
+ modules_1.CommonModule,
41
41
  modules_1.PersistenceModule,
42
42
  modules_1.WorkflowProcessorModule,
43
43
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"loop-core.module.js","sourceRoot":"","sources":["../src/loop-core.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAuD;AACvD,2CAA8C;AAC9C,+EAGuC;AACvC,uCAKmB;AACnB,sEAAkE;AAClE,uEAAkE;AAG3D,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,qDAAuB;IACzD,MAAM,CAAC,OAAO,CAAC,OAA+B;QAC5C,OAAO;YACL,GAAG,KAAK,CAAC,QAAQ,CAAC,OAAO,IAAI,EAAE,CAAC;YAChC,OAAO,EAAE;gBACP,qBAAY,CAAC,OAAO,CAAC;oBACnB,QAAQ,EAAE,IAAI;oBACd,IAAI,EAAE;wBACJ,GAAG,EAAE,CAAC,CAAC;4BACL,gBAAgB,EACd,SAAS,KAAK,OAAO,EAAE,gBAAgB;gCACrC,CAAC,CAAC,IAAI;gCACN,CAAC,CAAC,OAAO,CAAC,gBAAgB;4BAC9B,OAAO,EAAE,OAAO,EAAE,OAAO,IAAI,EAAE;yBAChC,CAAC;qBACH;iBACF,CAAC;gBACF,sBAAY;gBACZ,6BAAmB;gBACnB,2BAAiB;gBACjB,iCAAuB;aACxB;YACD,SAAS,EAAE,CAAC,sCAAiB,EAAE,+CAAqB,CAAC;YACrD,OAAO,EAAE;gBACP,sBAAY;gBACZ,6BAAmB;gBACnB,2BAAiB;gBACjB,iCAAuB;aACxB;SACF,CAAC;IACJ,CAAC;CACF,CAAA;AA/BY,wCAAc;yBAAd,cAAc;IAD1B,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,cAAc,CA+B1B"}
1
+ {"version":3,"file":"loop-core.module.js","sourceRoot":"","sources":["../src/loop-core.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAuD;AACvD,2CAA8C;AAC9C,+EAGuC;AACvC,uCAKmB;AACnB,sEAAkE;AAClE,uEAAkE;AAG3D,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,qDAAuB;IACzD,MAAM,CAAC,OAAO,CAAC,OAA+B;QAC5C,OAAO;YACL,GAAG,KAAK,CAAC,QAAQ,CAAC,OAAO,IAAI,EAAE,CAAC;YAChC,OAAO,EAAE;gBACP,qBAAY,CAAC,OAAO,CAAC;oBACnB,QAAQ,EAAE,IAAI;oBACd,IAAI,EAAE;wBACJ,GAAG,EAAE,CAAC,CAAC;4BACL,gBAAgB,EACd,SAAS,KAAK,OAAO,EAAE,gBAAgB;gCACrC,CAAC,CAAC,IAAI;gCACN,CAAC,CAAC,OAAO,CAAC,gBAAgB;4BAC9B,OAAO,EAAE,OAAO,EAAE,OAAO,IAAI,EAAE;yBAChC,CAAC;qBACH;iBACF,CAAC;gBACF,sBAAY;gBACZ,6BAAmB;gBACnB,2BAAiB;gBACjB,iCAAuB;aACxB;YACD,SAAS,EAAE,CAAC,sCAAiB,EAAE,+CAAqB,CAAC;YACrD,OAAO,EAAE;gBACP,6BAAmB;gBACnB,sBAAY;gBACZ,2BAAiB;gBACjB,iCAAuB;aACxB;SACF,CAAC;IACJ,CAAC;CACF,CAAA;AA/BY,wCAAc;yBAAd,cAAc;IAD1B,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,cAAc,CA+B1B"}
@@ -16,48 +16,48 @@ export declare const CreateDocumentWithSchema: z.ZodObject<{
16
16
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
17
17
  data: z.ZodOptional<z.ZodAny>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- invalidate?: boolean | undefined;
20
19
  data?: any;
21
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
20
+ invalidate?: boolean | undefined;
21
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
22
22
  enableTransitions?: string[] | undefined;
23
23
  enableAtPlaces?: string[] | undefined;
24
24
  hideAtPlaces?: string[] | undefined;
25
25
  }, {
26
- invalidate?: boolean | undefined;
27
26
  data?: any;
28
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
27
+ invalidate?: boolean | undefined;
28
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
29
29
  enableTransitions?: string[] | undefined;
30
30
  enableAtPlaces?: string[] | undefined;
31
31
  hideAtPlaces?: string[] | undefined;
32
32
  }>>>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- schema?: any;
35
34
  name?: string | undefined;
36
35
  content?: any;
37
- ui?: any;
38
- tags?: string[] | undefined;
39
36
  meta?: {
40
- invalidate?: boolean | undefined;
41
37
  data?: any;
42
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
38
+ invalidate?: boolean | undefined;
39
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
43
40
  enableTransitions?: string[] | undefined;
44
41
  enableAtPlaces?: string[] | undefined;
45
42
  hideAtPlaces?: string[] | undefined;
46
43
  } | undefined;
47
- }, {
48
44
  schema?: any;
49
- name?: string | undefined;
50
- content?: any;
51
45
  ui?: any;
52
46
  tags?: string[] | undefined;
47
+ }, {
48
+ name?: string | undefined;
49
+ content?: any;
53
50
  meta?: {
54
- invalidate?: boolean | undefined;
55
51
  data?: any;
56
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
52
+ invalidate?: boolean | undefined;
53
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
57
54
  enableTransitions?: string[] | undefined;
58
55
  enableAtPlaces?: string[] | undefined;
59
56
  hideAtPlaces?: string[] | undefined;
60
57
  } | undefined;
58
+ schema?: any;
59
+ ui?: any;
60
+ tags?: string[] | undefined;
61
61
  }>>;
62
62
  create: z.ZodOptional<z.ZodObject<{
63
63
  name: z.ZodString;
@@ -73,110 +73,110 @@ export declare const CreateDocumentWithSchema: z.ZodObject<{
73
73
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
74
74
  data: z.ZodOptional<z.ZodAny>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- invalidate?: boolean | undefined;
77
76
  data?: any;
78
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
77
+ invalidate?: boolean | undefined;
78
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
79
79
  enableTransitions?: string[] | undefined;
80
80
  enableAtPlaces?: string[] | undefined;
81
81
  hideAtPlaces?: string[] | undefined;
82
82
  }, {
83
- invalidate?: boolean | undefined;
84
83
  data?: any;
85
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
84
+ invalidate?: boolean | undefined;
85
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
86
86
  enableTransitions?: string[] | undefined;
87
87
  enableAtPlaces?: string[] | undefined;
88
88
  hideAtPlaces?: string[] | undefined;
89
89
  }>>;
90
90
  }, "strip", z.ZodTypeAny, {
91
91
  name: string;
92
- schema?: any;
93
92
  content?: any;
94
- ui?: any;
95
- tags?: string[] | undefined;
96
93
  meta?: {
97
- invalidate?: boolean | undefined;
98
94
  data?: any;
99
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
95
+ invalidate?: boolean | undefined;
96
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
100
97
  enableTransitions?: string[] | undefined;
101
98
  enableAtPlaces?: string[] | undefined;
102
99
  hideAtPlaces?: string[] | undefined;
103
100
  } | undefined;
104
- }, {
105
- name: string;
106
101
  schema?: any;
107
- content?: any;
108
102
  ui?: any;
109
103
  tags?: string[] | undefined;
104
+ }, {
105
+ name: string;
106
+ content?: any;
110
107
  meta?: {
111
- invalidate?: boolean | undefined;
112
108
  data?: any;
113
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
109
+ invalidate?: boolean | undefined;
110
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
114
111
  enableTransitions?: string[] | undefined;
115
112
  enableAtPlaces?: string[] | undefined;
116
113
  hideAtPlaces?: string[] | undefined;
117
114
  } | undefined;
115
+ schema?: any;
116
+ ui?: any;
117
+ tags?: string[] | undefined;
118
118
  }>>;
119
119
  }, "strip", z.ZodTypeAny, {
120
120
  create?: {
121
121
  name: string;
122
- schema?: any;
123
122
  content?: any;
124
- ui?: any;
125
- tags?: string[] | undefined;
126
123
  meta?: {
127
- invalidate?: boolean | undefined;
128
124
  data?: any;
129
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
125
+ invalidate?: boolean | undefined;
126
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
130
127
  enableTransitions?: string[] | undefined;
131
128
  enableAtPlaces?: string[] | undefined;
132
129
  hideAtPlaces?: string[] | undefined;
133
130
  } | undefined;
131
+ schema?: any;
132
+ ui?: any;
133
+ tags?: string[] | undefined;
134
134
  } | undefined;
135
135
  update?: {
136
- schema?: any;
137
136
  name?: string | undefined;
138
137
  content?: any;
139
- ui?: any;
140
- tags?: string[] | undefined;
141
138
  meta?: {
142
- invalidate?: boolean | undefined;
143
139
  data?: any;
144
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
140
+ invalidate?: boolean | undefined;
141
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
145
142
  enableTransitions?: string[] | undefined;
146
143
  enableAtPlaces?: string[] | undefined;
147
144
  hideAtPlaces?: string[] | undefined;
148
145
  } | undefined;
146
+ schema?: any;
147
+ ui?: any;
148
+ tags?: string[] | undefined;
149
149
  } | undefined;
150
150
  }, {
151
151
  create?: {
152
152
  name: string;
153
- schema?: any;
154
153
  content?: any;
155
- ui?: any;
156
- tags?: string[] | undefined;
157
154
  meta?: {
158
- invalidate?: boolean | undefined;
159
155
  data?: any;
160
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
156
+ invalidate?: boolean | undefined;
157
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
161
158
  enableTransitions?: string[] | undefined;
162
159
  enableAtPlaces?: string[] | undefined;
163
160
  hideAtPlaces?: string[] | undefined;
164
161
  } | undefined;
162
+ schema?: any;
163
+ ui?: any;
164
+ tags?: string[] | undefined;
165
165
  } | undefined;
166
166
  update?: {
167
- schema?: any;
168
167
  name?: string | undefined;
169
168
  content?: any;
170
- ui?: any;
171
- tags?: string[] | undefined;
172
169
  meta?: {
173
- invalidate?: boolean | undefined;
174
170
  data?: any;
175
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
171
+ invalidate?: boolean | undefined;
172
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
176
173
  enableTransitions?: string[] | undefined;
177
174
  enableAtPlaces?: string[] | undefined;
178
175
  hideAtPlaces?: string[] | undefined;
179
176
  } | undefined;
177
+ schema?: any;
178
+ ui?: any;
179
+ tags?: string[] | undefined;
180
180
  } | undefined;
181
181
  }>;
182
182
  export declare class DocumentHelperService {
@@ -21,13 +21,13 @@ exports.ConfigurationModule = ConfigurationModule = __decorate([
21
21
  (0, common_1.Module)({
22
22
  imports: [core_1.DiscoveryModule],
23
23
  providers: [
24
- services_1.ConfigurationService,
25
- json_schema_generator_service_1.JsonSchemaGeneratorService,
26
24
  services_2.ToolRegistry,
27
25
  services_1.AdapterRegistry,
26
+ services_1.ConfigProviderRegistry,
27
+ services_1.ConfigurationService,
28
+ json_schema_generator_service_1.JsonSchemaGeneratorService,
28
29
  generate_schemas_command_1.GenerateSchemasCommand,
29
30
  dynamic_schema_generator_service_1.DynamicSchemaGeneratorService,
30
- services_1.ConfigProviderRegistry,
31
31
  ],
32
32
  exports: [services_1.ConfigurationService, services_2.ToolRegistry, services_1.AdapterRegistry],
33
33
  })
@@ -1 +1 @@
1
- {"version":3,"file":"configuration.module.js","sourceRoot":"","sources":["../../../src/modules/configuration/configuration.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,yCAIoB;AACpB,4FAAsF;AACtF,yCAA0C;AAC1C,kFAA6E;AAC7E,kGAA4F;AAC5F,uCAA+C;AAexC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAAG,CAAA;AAAtB,kDAAmB;8BAAnB,mBAAmB;IAb/B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,sBAAe,CAAC;QAC1B,SAAS,EAAE;YACT,+BAAoB;YACpB,0DAA0B;YAC1B,uBAAY;YACZ,0BAAe;YACf,iDAAsB;YACtB,gEAA6B;YAC7B,iCAAsB;SACvB;QACD,OAAO,EAAE,CAAC,+BAAoB,EAAE,uBAAY,EAAE,0BAAe,CAAC;KAC/D,CAAC;GACW,mBAAmB,CAAG"}
1
+ {"version":3,"file":"configuration.module.js","sourceRoot":"","sources":["../../../src/modules/configuration/configuration.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,yCAIoB;AACpB,4FAAsF;AACtF,yCAA0C;AAC1C,kFAA6E;AAC7E,kGAA4F;AAC5F,uCAA+C;AAexC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAAG,CAAA;AAAtB,kDAAmB;8BAAnB,mBAAmB;IAb/B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,sBAAe,CAAC;QAC1B,SAAS,EAAE;YACT,uBAAY;YACZ,0BAAe;YACf,iCAAsB;YACtB,+BAAoB;YACpB,0DAA0B;YAC1B,iDAAsB;YACtB,gEAA6B;SAC9B;QACD,OAAO,EAAE,CAAC,+BAAoB,EAAE,uBAAY,EAAE,0BAAe,CAAC;KAC/D,CAAC;GACW,mBAAmB,CAAG"}
@@ -27,15 +27,15 @@ export declare class CreateDocumentService implements ToolInterface {
27
27
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
28
28
  data: z.ZodOptional<z.ZodAny>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- invalidate?: string | boolean | undefined;
31
30
  data?: any;
31
+ invalidate?: string | boolean | undefined;
32
32
  mimeType?: string | undefined;
33
33
  enableTransitions?: string[] | undefined;
34
34
  enableAtPlaces?: string[] | undefined;
35
35
  hideAtPlaces?: string[] | undefined;
36
36
  }, {
37
- invalidate?: string | boolean | undefined;
38
37
  data?: any;
38
+ invalidate?: string | boolean | undefined;
39
39
  mimeType?: string | undefined;
40
40
  enableTransitions?: string[] | undefined;
41
41
  enableAtPlaces?: string[] | undefined;
@@ -48,8 +48,8 @@ export declare class CreateDocumentService implements ToolInterface {
48
48
  ui?: any;
49
49
  tags?: string | string[] | undefined;
50
50
  meta?: {
51
- invalidate?: string | boolean | undefined;
52
51
  data?: any;
52
+ invalidate?: string | boolean | undefined;
53
53
  mimeType?: string | undefined;
54
54
  enableTransitions?: string[] | undefined;
55
55
  enableAtPlaces?: string[] | undefined;
@@ -62,8 +62,8 @@ export declare class CreateDocumentService implements ToolInterface {
62
62
  ui?: any;
63
63
  tags?: string | string[] | undefined;
64
64
  meta?: {
65
- invalidate?: string | boolean | undefined;
66
65
  data?: any;
66
+ invalidate?: string | boolean | undefined;
67
67
  mimeType?: string | undefined;
68
68
  enableTransitions?: string[] | undefined;
69
69
  enableAtPlaces?: string[] | undefined;
@@ -84,15 +84,15 @@ export declare class CreateDocumentService implements ToolInterface {
84
84
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
85
85
  data: z.ZodOptional<z.ZodAny>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- invalidate?: string | boolean | undefined;
88
87
  data?: any;
88
+ invalidate?: string | boolean | undefined;
89
89
  mimeType?: string | undefined;
90
90
  enableTransitions?: string[] | undefined;
91
91
  enableAtPlaces?: string[] | undefined;
92
92
  hideAtPlaces?: string[] | undefined;
93
93
  }, {
94
- invalidate?: string | boolean | undefined;
95
94
  data?: any;
95
+ invalidate?: string | boolean | undefined;
96
96
  mimeType?: string | undefined;
97
97
  enableTransitions?: string[] | undefined;
98
98
  enableAtPlaces?: string[] | undefined;
@@ -100,48 +100,48 @@ export declare class CreateDocumentService implements ToolInterface {
100
100
  }>>;
101
101
  }, "strip", z.ZodTypeAny, {
102
102
  name: string;
103
- schema?: any;
104
103
  content?: any;
105
- ui?: any;
106
- tags?: string | string[] | undefined;
107
104
  meta?: {
108
- invalidate?: string | boolean | undefined;
109
105
  data?: any;
106
+ invalidate?: string | boolean | undefined;
110
107
  mimeType?: string | undefined;
111
108
  enableTransitions?: string[] | undefined;
112
109
  enableAtPlaces?: string[] | undefined;
113
110
  hideAtPlaces?: string[] | undefined;
114
111
  } | undefined;
115
- }, {
116
- name: string;
117
112
  schema?: any;
118
- content?: any;
119
113
  ui?: any;
120
114
  tags?: string | string[] | undefined;
115
+ }, {
116
+ name: string;
117
+ content?: any;
121
118
  meta?: {
122
- invalidate?: string | boolean | undefined;
123
119
  data?: any;
120
+ invalidate?: string | boolean | undefined;
124
121
  mimeType?: string | undefined;
125
122
  enableTransitions?: string[] | undefined;
126
123
  enableAtPlaces?: string[] | undefined;
127
124
  hideAtPlaces?: string[] | undefined;
128
125
  } | undefined;
126
+ schema?: any;
127
+ ui?: any;
128
+ tags?: string | string[] | undefined;
129
129
  }>>;
130
130
  }, "strict", z.ZodTypeAny, {
131
131
  create?: {
132
132
  name: string;
133
- schema?: any;
134
133
  content?: any;
135
- ui?: any;
136
- tags?: string | string[] | undefined;
137
134
  meta?: {
138
- invalidate?: string | boolean | undefined;
139
135
  data?: any;
136
+ invalidate?: string | boolean | undefined;
140
137
  mimeType?: string | undefined;
141
138
  enableTransitions?: string[] | undefined;
142
139
  enableAtPlaces?: string[] | undefined;
143
140
  hideAtPlaces?: string[] | undefined;
144
141
  } | undefined;
142
+ schema?: any;
143
+ ui?: any;
144
+ tags?: string | string[] | undefined;
145
145
  } | undefined;
146
146
  update?: {
147
147
  name?: string | undefined;
@@ -150,8 +150,8 @@ export declare class CreateDocumentService implements ToolInterface {
150
150
  ui?: any;
151
151
  tags?: string | string[] | undefined;
152
152
  meta?: {
153
- invalidate?: string | boolean | undefined;
154
153
  data?: any;
154
+ invalidate?: string | boolean | undefined;
155
155
  mimeType?: string | undefined;
156
156
  enableTransitions?: string[] | undefined;
157
157
  enableAtPlaces?: string[] | undefined;
@@ -162,18 +162,18 @@ export declare class CreateDocumentService implements ToolInterface {
162
162
  }, {
163
163
  create?: {
164
164
  name: string;
165
- schema?: any;
166
165
  content?: any;
167
- ui?: any;
168
- tags?: string | string[] | undefined;
169
166
  meta?: {
170
- invalidate?: string | boolean | undefined;
171
167
  data?: any;
168
+ invalidate?: string | boolean | undefined;
172
169
  mimeType?: string | undefined;
173
170
  enableTransitions?: string[] | undefined;
174
171
  enableAtPlaces?: string[] | undefined;
175
172
  hideAtPlaces?: string[] | undefined;
176
173
  } | undefined;
174
+ schema?: any;
175
+ ui?: any;
176
+ tags?: string | string[] | undefined;
177
177
  } | undefined;
178
178
  update?: {
179
179
  name?: string | undefined;
@@ -182,8 +182,8 @@ export declare class CreateDocumentService implements ToolInterface {
182
182
  ui?: any;
183
183
  tags?: string | string[] | undefined;
184
184
  meta?: {
185
- invalidate?: string | boolean | undefined;
186
185
  data?: any;
186
+ invalidate?: string | boolean | undefined;
187
187
  mimeType?: string | undefined;
188
188
  enableTransitions?: string[] | undefined;
189
189
  enableAtPlaces?: string[] | undefined;
@@ -208,48 +208,48 @@ export declare class CreateDocumentService implements ToolInterface {
208
208
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
209
209
  data: z.ZodOptional<z.ZodAny>;
210
210
  }, "strip", z.ZodTypeAny, {
211
- invalidate?: boolean | undefined;
212
211
  data?: any;
213
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
212
+ invalidate?: boolean | undefined;
213
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
214
214
  enableTransitions?: string[] | undefined;
215
215
  enableAtPlaces?: string[] | undefined;
216
216
  hideAtPlaces?: string[] | undefined;
217
217
  }, {
218
- invalidate?: boolean | undefined;
219
218
  data?: any;
220
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
219
+ invalidate?: boolean | undefined;
220
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
221
221
  enableTransitions?: string[] | undefined;
222
222
  enableAtPlaces?: string[] | undefined;
223
223
  hideAtPlaces?: string[] | undefined;
224
224
  }>>>;
225
225
  }, "strip", z.ZodTypeAny, {
226
- schema?: any;
227
226
  name?: string | undefined;
228
227
  content?: any;
229
- ui?: any;
230
- tags?: string[] | undefined;
231
228
  meta?: {
232
- invalidate?: boolean | undefined;
233
229
  data?: any;
234
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
230
+ invalidate?: boolean | undefined;
231
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
235
232
  enableTransitions?: string[] | undefined;
236
233
  enableAtPlaces?: string[] | undefined;
237
234
  hideAtPlaces?: string[] | undefined;
238
235
  } | undefined;
239
- }, {
240
236
  schema?: any;
241
- name?: string | undefined;
242
- content?: any;
243
237
  ui?: any;
244
238
  tags?: string[] | undefined;
239
+ }, {
240
+ name?: string | undefined;
241
+ content?: any;
245
242
  meta?: {
246
- invalidate?: boolean | undefined;
247
243
  data?: any;
248
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
244
+ invalidate?: boolean | undefined;
245
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
249
246
  enableTransitions?: string[] | undefined;
250
247
  enableAtPlaces?: string[] | undefined;
251
248
  hideAtPlaces?: string[] | undefined;
252
249
  } | undefined;
250
+ schema?: any;
251
+ ui?: any;
252
+ tags?: string[] | undefined;
253
253
  }>>;
254
254
  create: z.ZodOptional<z.ZodObject<{
255
255
  name: z.ZodString;
@@ -265,111 +265,111 @@ export declare class CreateDocumentService implements ToolInterface {
265
265
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
266
266
  data: z.ZodOptional<z.ZodAny>;
267
267
  }, "strip", z.ZodTypeAny, {
268
- invalidate?: boolean | undefined;
269
268
  data?: any;
270
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
269
+ invalidate?: boolean | undefined;
270
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
271
271
  enableTransitions?: string[] | undefined;
272
272
  enableAtPlaces?: string[] | undefined;
273
273
  hideAtPlaces?: string[] | undefined;
274
274
  }, {
275
- invalidate?: boolean | undefined;
276
275
  data?: any;
277
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
276
+ invalidate?: boolean | undefined;
277
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
278
278
  enableTransitions?: string[] | undefined;
279
279
  enableAtPlaces?: string[] | undefined;
280
280
  hideAtPlaces?: string[] | undefined;
281
281
  }>>;
282
282
  }, "strip", z.ZodTypeAny, {
283
283
  name: string;
284
- schema?: any;
285
284
  content?: any;
286
- ui?: any;
287
- tags?: string[] | undefined;
288
285
  meta?: {
289
- invalidate?: boolean | undefined;
290
286
  data?: any;
291
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
287
+ invalidate?: boolean | undefined;
288
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
292
289
  enableTransitions?: string[] | undefined;
293
290
  enableAtPlaces?: string[] | undefined;
294
291
  hideAtPlaces?: string[] | undefined;
295
292
  } | undefined;
296
- }, {
297
- name: string;
298
293
  schema?: any;
299
- content?: any;
300
294
  ui?: any;
301
295
  tags?: string[] | undefined;
296
+ }, {
297
+ name: string;
298
+ content?: any;
302
299
  meta?: {
303
- invalidate?: boolean | undefined;
304
300
  data?: any;
305
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
301
+ invalidate?: boolean | undefined;
302
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
306
303
  enableTransitions?: string[] | undefined;
307
304
  enableAtPlaces?: string[] | undefined;
308
305
  hideAtPlaces?: string[] | undefined;
309
306
  } | undefined;
307
+ schema?: any;
308
+ ui?: any;
309
+ tags?: string[] | undefined;
310
310
  }>>;
311
311
  }, "strict", z.ZodTypeAny, {
312
312
  create?: {
313
313
  name: string;
314
- schema?: any;
315
314
  content?: any;
316
- ui?: any;
317
- tags?: string[] | undefined;
318
315
  meta?: {
319
- invalidate?: boolean | undefined;
320
316
  data?: any;
321
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
317
+ invalidate?: boolean | undefined;
318
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
322
319
  enableTransitions?: string[] | undefined;
323
320
  enableAtPlaces?: string[] | undefined;
324
321
  hideAtPlaces?: string[] | undefined;
325
322
  } | undefined;
323
+ schema?: any;
324
+ ui?: any;
325
+ tags?: string[] | undefined;
326
326
  } | undefined;
327
327
  update?: {
328
- schema?: any;
329
328
  name?: string | undefined;
330
329
  content?: any;
331
- ui?: any;
332
- tags?: string[] | undefined;
333
330
  meta?: {
334
- invalidate?: boolean | undefined;
335
331
  data?: any;
336
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
332
+ invalidate?: boolean | undefined;
333
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
337
334
  enableTransitions?: string[] | undefined;
338
335
  enableAtPlaces?: string[] | undefined;
339
336
  hideAtPlaces?: string[] | undefined;
340
337
  } | undefined;
338
+ schema?: any;
339
+ ui?: any;
340
+ tags?: string[] | undefined;
341
341
  } | undefined;
342
342
  document?: string | undefined;
343
343
  }, {
344
344
  create?: {
345
345
  name: string;
346
- schema?: any;
347
346
  content?: any;
348
- ui?: any;
349
- tags?: string[] | undefined;
350
347
  meta?: {
351
- invalidate?: boolean | undefined;
352
348
  data?: any;
353
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
349
+ invalidate?: boolean | undefined;
350
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
354
351
  enableTransitions?: string[] | undefined;
355
352
  enableAtPlaces?: string[] | undefined;
356
353
  hideAtPlaces?: string[] | undefined;
357
354
  } | undefined;
355
+ schema?: any;
356
+ ui?: any;
357
+ tags?: string[] | undefined;
358
358
  } | undefined;
359
359
  update?: {
360
- schema?: any;
361
360
  name?: string | undefined;
362
361
  content?: any;
363
- ui?: any;
364
- tags?: string[] | undefined;
365
362
  meta?: {
366
- invalidate?: boolean | undefined;
367
363
  data?: any;
368
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
364
+ invalidate?: boolean | undefined;
365
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
369
366
  enableTransitions?: string[] | undefined;
370
367
  enableAtPlaces?: string[] | undefined;
371
368
  hideAtPlaces?: string[] | undefined;
372
369
  } | undefined;
370
+ schema?: any;
371
+ ui?: any;
372
+ tags?: string[] | undefined;
373
373
  } | undefined;
374
374
  document?: string | undefined;
375
375
  }>;
@@ -21,15 +21,15 @@ export declare class UpdateDocumentService implements ToolInterface {
21
21
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
22
22
  data: z.ZodOptional<z.ZodAny>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- invalidate?: string | boolean | undefined;
25
24
  data?: any;
25
+ invalidate?: string | boolean | undefined;
26
26
  mimeType?: string | undefined;
27
27
  enableTransitions?: string[] | undefined;
28
28
  enableAtPlaces?: string[] | undefined;
29
29
  hideAtPlaces?: string[] | undefined;
30
30
  }, {
31
- invalidate?: string | boolean | undefined;
32
31
  data?: any;
32
+ invalidate?: string | boolean | undefined;
33
33
  mimeType?: string | undefined;
34
34
  enableTransitions?: string[] | undefined;
35
35
  enableAtPlaces?: string[] | undefined;
@@ -42,8 +42,8 @@ export declare class UpdateDocumentService implements ToolInterface {
42
42
  ui?: any;
43
43
  tags?: string | string[] | undefined;
44
44
  meta?: {
45
- invalidate?: string | boolean | undefined;
46
45
  data?: any;
46
+ invalidate?: string | boolean | undefined;
47
47
  mimeType?: string | undefined;
48
48
  enableTransitions?: string[] | undefined;
49
49
  enableAtPlaces?: string[] | undefined;
@@ -56,8 +56,8 @@ export declare class UpdateDocumentService implements ToolInterface {
56
56
  ui?: any;
57
57
  tags?: string | string[] | undefined;
58
58
  meta?: {
59
- invalidate?: string | boolean | undefined;
60
59
  data?: any;
60
+ invalidate?: string | boolean | undefined;
61
61
  mimeType?: string | undefined;
62
62
  enableTransitions?: string[] | undefined;
63
63
  enableAtPlaces?: string[] | undefined;
@@ -73,8 +73,8 @@ export declare class UpdateDocumentService implements ToolInterface {
73
73
  ui?: any;
74
74
  tags?: string | string[] | undefined;
75
75
  meta?: {
76
- invalidate?: string | boolean | undefined;
77
76
  data?: any;
77
+ invalidate?: string | boolean | undefined;
78
78
  mimeType?: string | undefined;
79
79
  enableTransitions?: string[] | undefined;
80
80
  enableAtPlaces?: string[] | undefined;
@@ -90,8 +90,8 @@ export declare class UpdateDocumentService implements ToolInterface {
90
90
  ui?: any;
91
91
  tags?: string | string[] | undefined;
92
92
  meta?: {
93
- invalidate?: string | boolean | undefined;
94
93
  data?: any;
94
+ invalidate?: string | boolean | undefined;
95
95
  mimeType?: string | undefined;
96
96
  enableTransitions?: string[] | undefined;
97
97
  enableAtPlaces?: string[] | undefined;
@@ -115,82 +115,82 @@ export declare class UpdateDocumentService implements ToolInterface {
115
115
  hideAtPlaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
116
116
  data: z.ZodOptional<z.ZodAny>;
117
117
  }, "strip", z.ZodTypeAny, {
118
- invalidate?: boolean | undefined;
119
118
  data?: any;
120
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
119
+ invalidate?: boolean | undefined;
120
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
121
121
  enableTransitions?: string[] | undefined;
122
122
  enableAtPlaces?: string[] | undefined;
123
123
  hideAtPlaces?: string[] | undefined;
124
124
  }, {
125
- invalidate?: boolean | undefined;
126
125
  data?: any;
127
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
126
+ invalidate?: boolean | undefined;
127
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
128
128
  enableTransitions?: string[] | undefined;
129
129
  enableAtPlaces?: string[] | undefined;
130
130
  hideAtPlaces?: string[] | undefined;
131
131
  }>>>;
132
132
  }, "strip", z.ZodTypeAny, {
133
- schema?: any;
134
133
  name?: string | undefined;
135
134
  content?: any;
136
- ui?: any;
137
- tags?: string[] | undefined;
138
135
  meta?: {
139
- invalidate?: boolean | undefined;
140
136
  data?: any;
141
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
137
+ invalidate?: boolean | undefined;
138
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
142
139
  enableTransitions?: string[] | undefined;
143
140
  enableAtPlaces?: string[] | undefined;
144
141
  hideAtPlaces?: string[] | undefined;
145
142
  } | undefined;
146
- }, {
147
143
  schema?: any;
148
- name?: string | undefined;
149
- content?: any;
150
144
  ui?: any;
151
145
  tags?: string[] | undefined;
146
+ }, {
147
+ name?: string | undefined;
148
+ content?: any;
152
149
  meta?: {
153
- invalidate?: boolean | undefined;
154
150
  data?: any;
155
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
151
+ invalidate?: boolean | undefined;
152
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
156
153
  enableTransitions?: string[] | undefined;
157
154
  enableAtPlaces?: string[] | undefined;
158
155
  hideAtPlaces?: string[] | undefined;
159
156
  } | undefined;
157
+ schema?: any;
158
+ ui?: any;
159
+ tags?: string[] | undefined;
160
160
  }>>;
161
161
  }, "strict", z.ZodTypeAny, {
162
162
  id: string;
163
163
  update?: {
164
- schema?: any;
165
164
  name?: string | undefined;
166
165
  content?: any;
167
- ui?: any;
168
- tags?: string[] | undefined;
169
166
  meta?: {
170
- invalidate?: boolean | undefined;
171
167
  data?: any;
172
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
168
+ invalidate?: boolean | undefined;
169
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
173
170
  enableTransitions?: string[] | undefined;
174
171
  enableAtPlaces?: string[] | undefined;
175
172
  hideAtPlaces?: string[] | undefined;
176
173
  } | undefined;
174
+ schema?: any;
175
+ ui?: any;
176
+ tags?: string[] | undefined;
177
177
  } | undefined;
178
178
  }, {
179
179
  id: string;
180
180
  update?: {
181
- schema?: any;
182
181
  name?: string | undefined;
183
182
  content?: any;
184
- ui?: any;
185
- tags?: string[] | undefined;
186
183
  meta?: {
187
- invalidate?: boolean | undefined;
188
184
  data?: any;
189
- mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
185
+ invalidate?: boolean | undefined;
186
+ mimeType?: "application/xml" | "text/html" | "text/xml" | "text/plain" | "text/css" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/yaml" | undefined;
190
187
  enableTransitions?: string[] | undefined;
191
188
  enableAtPlaces?: string[] | undefined;
192
189
  hideAtPlaces?: string[] | undefined;
193
190
  } | undefined;
191
+ schema?: any;
192
+ ui?: any;
193
+ tags?: string[] | undefined;
194
194
  } | undefined;
195
195
  }>;
196
196
  constructor(documentService: DocumentService);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@loopstack/core",
3
3
  "displayName": "Loopstack Core Module",
4
4
  "description": "The core module of the loopstack automation framework",
5
- "version": "0.0.2",
5
+ "version": "0.0.4",
6
6
  "author": {
7
7
  "name": "Jakob Klippel",
8
8
  "url": "https://www.linkedin.com/in/jakob-klippel//"
@@ -10,20 +10,8 @@
10
10
  "license": "MIT",
11
11
  "main": "dist/index.js",
12
12
  "types": "dist/index.d.ts",
13
- "scripts": {
14
- "build": "nest build",
15
- "watch": "nest build --watch",
16
- "compile": "tsc --noEmit",
17
- "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
18
- "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
19
- "test": "jest",
20
- "test:watch": "jest --watch",
21
- "test:cov": "jest --coverage",
22
- "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
23
- "test:e2e": "jest --config ./test/jest-e2e.json"
24
- },
25
13
  "dependencies": {
26
- "@loopstack/shared": "workspace:^",
14
+ "@loopstack/shared": "^0.0.3",
27
15
  "@nestjs/common": "^11.0.1",
28
16
  "@nestjs/config": "^4.0.0",
29
17
  "@nestjs/core": "^11.0.1",
@@ -90,5 +78,17 @@
90
78
  ],
91
79
  "coverageDirectory": "../coverage",
92
80
  "testEnvironment": "node"
81
+ },
82
+ "scripts": {
83
+ "build": "nest build",
84
+ "watch": "nest build --watch",
85
+ "compile": "tsc --noEmit",
86
+ "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
87
+ "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
88
+ "test": "jest",
89
+ "test:watch": "jest --watch",
90
+ "test:cov": "jest --coverage",
91
+ "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
92
+ "test:e2e": "jest --config ./test/jest-e2e.json"
93
93
  }
94
- }
94
+ }