@loopstack/core 0.10.0 → 0.10.1

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @loopstack/core
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add local dev mode
8
+ - Updated dependencies
9
+ - @loopstack/shared@0.10.1
10
+
3
11
  ## 0.10.0
4
12
 
5
13
  ### Minor Changes
@@ -33,7 +33,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
33
33
  }>>;
34
34
  }, "strip", z.ZodTypeAny, {
35
35
  ui?: any;
36
- content?: any;
37
36
  meta?: {
38
37
  invalidate?: boolean | undefined;
39
38
  mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
@@ -42,10 +41,10 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
42
41
  hideAtPlaces?: string[] | undefined;
43
42
  } | undefined;
44
43
  schema?: any;
44
+ content?: any;
45
45
  tags?: string[] | undefined;
46
46
  }, {
47
47
  ui?: any;
48
- content?: any;
49
48
  meta?: {
50
49
  invalidate?: boolean | undefined;
51
50
  mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
@@ -54,6 +53,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
54
53
  hideAtPlaces?: string[] | undefined;
55
54
  } | undefined;
56
55
  schema?: any;
56
+ content?: any;
57
57
  tags?: string[] | undefined;
58
58
  }>>;
59
59
  }, "strict", z.ZodTypeAny, {
@@ -61,7 +61,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
61
61
  validate?: "strict" | "skip" | "safe" | undefined;
62
62
  update?: {
63
63
  ui?: any;
64
- content?: any;
65
64
  meta?: {
66
65
  invalidate?: boolean | undefined;
67
66
  mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
@@ -70,6 +69,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
70
69
  hideAtPlaces?: string[] | undefined;
71
70
  } | undefined;
72
71
  schema?: any;
72
+ content?: any;
73
73
  tags?: string[] | undefined;
74
74
  } | undefined;
75
75
  }, {
@@ -77,7 +77,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
77
77
  validate?: "strict" | "skip" | "safe" | undefined;
78
78
  update?: {
79
79
  ui?: any;
80
- content?: any;
81
80
  meta?: {
82
81
  invalidate?: boolean | undefined;
83
82
  mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
@@ -86,6 +85,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
86
85
  hideAtPlaces?: string[] | undefined;
87
86
  } | undefined;
88
87
  schema?: any;
88
+ content?: any;
89
89
  tags?: string[] | undefined;
90
90
  } | undefined;
91
91
  }>;
@@ -119,7 +119,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
119
119
  }>>;
120
120
  }, "strip", z.ZodTypeAny, {
121
121
  ui?: any;
122
- content?: any;
123
122
  meta?: {
124
123
  invalidate?: string | boolean | undefined;
125
124
  mimeType?: string | undefined;
@@ -128,10 +127,10 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
128
127
  hideAtPlaces?: string[] | undefined;
129
128
  } | undefined;
130
129
  schema?: any;
130
+ content?: any;
131
131
  tags?: string[] | undefined;
132
132
  }, {
133
133
  ui?: any;
134
- content?: any;
135
134
  meta?: {
136
135
  invalidate?: string | boolean | undefined;
137
136
  mimeType?: string | undefined;
@@ -140,6 +139,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
140
139
  hideAtPlaces?: string[] | undefined;
141
140
  } | undefined;
142
141
  schema?: any;
142
+ content?: any;
143
143
  tags?: string[] | undefined;
144
144
  }>>;
145
145
  }, "strict", z.ZodTypeAny, {
@@ -147,7 +147,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
147
147
  validate?: string | undefined;
148
148
  update?: {
149
149
  ui?: any;
150
- content?: any;
151
150
  meta?: {
152
151
  invalidate?: string | boolean | undefined;
153
152
  mimeType?: string | undefined;
@@ -156,6 +155,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
156
155
  hideAtPlaces?: string[] | undefined;
157
156
  } | undefined;
158
157
  schema?: any;
158
+ content?: any;
159
159
  tags?: string[] | undefined;
160
160
  } | undefined;
161
161
  }, {
@@ -163,7 +163,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
163
163
  validate?: string | undefined;
164
164
  update?: {
165
165
  ui?: any;
166
- content?: any;
167
166
  meta?: {
168
167
  invalidate?: string | boolean | undefined;
169
168
  mimeType?: string | undefined;
@@ -172,6 +171,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
172
171
  hideAtPlaces?: string[] | undefined;
173
172
  } | undefined;
174
173
  schema?: any;
174
+ content?: any;
175
175
  tags?: string[] | undefined;
176
176
  } | undefined;
177
177
  }>;
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.10.0",
5
+ "version": "0.10.1",
6
6
  "author": {
7
7
  "name": "Jakob Klippel",
8
8
  "url": "https://www.linkedin.com/in/jakob-klippel//"
@@ -20,7 +20,7 @@
20
20
  "typeorm": "^0.3.20"
21
21
  },
22
22
  "dependencies": {
23
- "@loopstack/shared": "^0.10.0",
23
+ "@loopstack/shared": "^0.10.1",
24
24
  "@nestjs/bullmq": "^11.0.3",
25
25
  "@nestjs/config": "^4.0.0",
26
26
  "@nestjs/event-emitter": "^3.0.1",