@valbuild/shared 0.60.23 → 0.60.24

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.
@@ -2066,8 +2066,7 @@ var ValStore = /*#__PURE__*/function () {
2066
2066
  patch: true,
2067
2067
  treePath: moduleId,
2068
2068
  includeSource: true,
2069
- includeSchema: true,
2070
- validate: true
2069
+ includeSchema: true
2071
2070
  });
2072
2071
  case 5:
2073
2072
  data = _context.sent;
@@ -2152,8 +2151,7 @@ var ValStore = /*#__PURE__*/function () {
2152
2151
  patch: true,
2153
2152
  treePath: moduleId,
2154
2153
  includeSource: true,
2155
- includeSchema: true,
2156
- validate: true
2154
+ includeSchema: true
2157
2155
  });
2158
2156
  case 5:
2159
2157
  data = _context2.sent;
@@ -2293,8 +2291,7 @@ var ValStore = /*#__PURE__*/function () {
2293
2291
  return this.api.getTree({
2294
2292
  patch: false,
2295
2293
  includeSource: false,
2296
- includeSchema: true,
2297
- validate: false
2294
+ includeSchema: true
2298
2295
  });
2299
2296
  case 2:
2300
2297
  data = _context5.sent;
@@ -2350,8 +2347,7 @@ var ValStore = /*#__PURE__*/function () {
2350
2347
  patch: true,
2351
2348
  treePath: treePath,
2352
2349
  includeSource: true,
2353
- includeSchema: true,
2354
- validate: true
2350
+ includeSchema: true
2355
2351
  });
2356
2352
  case 2:
2357
2353
  data = _context7.sent;
@@ -2066,8 +2066,7 @@ var ValStore = /*#__PURE__*/function () {
2066
2066
  patch: true,
2067
2067
  treePath: moduleId,
2068
2068
  includeSource: true,
2069
- includeSchema: true,
2070
- validate: true
2069
+ includeSchema: true
2071
2070
  });
2072
2071
  case 5:
2073
2072
  data = _context.sent;
@@ -2152,8 +2151,7 @@ var ValStore = /*#__PURE__*/function () {
2152
2151
  patch: true,
2153
2152
  treePath: moduleId,
2154
2153
  includeSource: true,
2155
- includeSchema: true,
2156
- validate: true
2154
+ includeSchema: true
2157
2155
  });
2158
2156
  case 5:
2159
2157
  data = _context2.sent;
@@ -2293,8 +2291,7 @@ var ValStore = /*#__PURE__*/function () {
2293
2291
  return this.api.getTree({
2294
2292
  patch: false,
2295
2293
  includeSource: false,
2296
- includeSchema: true,
2297
- validate: false
2294
+ includeSchema: true
2298
2295
  });
2299
2296
  case 2:
2300
2297
  data = _context5.sent;
@@ -2350,8 +2347,7 @@ var ValStore = /*#__PURE__*/function () {
2350
2347
  patch: true,
2351
2348
  treePath: treePath,
2352
2349
  includeSource: true,
2353
- includeSchema: true,
2354
- validate: true
2350
+ includeSchema: true
2355
2351
  });
2356
2352
  case 2:
2357
2353
  data = _context7.sent;
@@ -2042,8 +2042,7 @@ var ValStore = /*#__PURE__*/function () {
2042
2042
  patch: true,
2043
2043
  treePath: moduleId,
2044
2044
  includeSource: true,
2045
- includeSchema: true,
2046
- validate: true
2045
+ includeSchema: true
2047
2046
  });
2048
2047
  case 5:
2049
2048
  data = _context.sent;
@@ -2128,8 +2127,7 @@ var ValStore = /*#__PURE__*/function () {
2128
2127
  patch: true,
2129
2128
  treePath: moduleId,
2130
2129
  includeSource: true,
2131
- includeSchema: true,
2132
- validate: true
2130
+ includeSchema: true
2133
2131
  });
2134
2132
  case 5:
2135
2133
  data = _context2.sent;
@@ -2269,8 +2267,7 @@ var ValStore = /*#__PURE__*/function () {
2269
2267
  return this.api.getTree({
2270
2268
  patch: false,
2271
2269
  includeSource: false,
2272
- includeSchema: true,
2273
- validate: false
2270
+ includeSchema: true
2274
2271
  });
2275
2272
  case 2:
2276
2273
  data = _context5.sent;
@@ -2326,8 +2323,7 @@ var ValStore = /*#__PURE__*/function () {
2326
2323
  patch: true,
2327
2324
  treePath: treePath,
2328
2325
  includeSource: true,
2329
- includeSchema: true,
2330
- validate: true
2326
+ includeSchema: true
2331
2327
  });
2332
2328
  case 2:
2333
2329
  data = _context7.sent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/shared",
3
- "version": "0.60.23",
3
+ "version": "0.60.24",
4
4
  "private": false,
5
5
  "description": "Val shared types and utilities",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "exports": true
30
30
  },
31
31
  "dependencies": {
32
- "@valbuild/core": "~0.60.23",
32
+ "@valbuild/core": "~0.60.24",
33
33
  "marked": "^9.0.3",
34
34
  "zod": "^3.22.4"
35
35
  },