lancer-shared 1.2.108 → 1.2.109

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.
@@ -12745,7 +12745,7 @@ z.object({
12745
12745
  summary: z.string(),
12746
12746
  coreServices: z.string(),
12747
12747
  toolsSkillsTechnologies: z.string(),
12748
- // approach: z.string(),
12748
+ approach: z.string(),
12749
12749
  icp: z.string(),
12750
12750
  projectsTheyAvoid: z.string(),
12751
12751
  spokenLanguages: z.string(),
@@ -295,6 +295,7 @@ declare const organizationProfileSchema: z.ZodObject<{
295
295
  summary: z.ZodString;
296
296
  coreServices: z.ZodString;
297
297
  toolsSkillsTechnologies: z.ZodString;
298
+ approach: z.ZodString;
298
299
  icp: z.ZodString;
299
300
  projectsTheyAvoid: z.ZodString;
300
301
  spokenLanguages: z.ZodString;
@@ -327,6 +328,7 @@ declare const organizationProfileSchema: z.ZodObject<{
327
328
  summary: string;
328
329
  coreServices: string;
329
330
  toolsSkillsTechnologies: string;
331
+ approach: string;
330
332
  icp: string;
331
333
  projectsTheyAvoid: string;
332
334
  spokenLanguages: string;
@@ -345,6 +347,7 @@ declare const organizationProfileSchema: z.ZodObject<{
345
347
  summary: string;
346
348
  coreServices: string;
347
349
  toolsSkillsTechnologies: string;
350
+ approach: string;
348
351
  icp: string;
349
352
  projectsTheyAvoid: string;
350
353
  spokenLanguages: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.108",
3
+ "version": "1.2.109",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",