@w5s/configurator-core 1.6.0 → 1.8.0

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/dist/index.cjs CHANGED
@@ -346,9 +346,9 @@ function toFileOption$1({ update, ...otherOptions }) {
346
346
  //#endregion
347
347
  //#region src/meta.ts
348
348
  const meta = Object.freeze({
349
- buildNumber: 1787747761,
349
+ buildNumber: 1787833367,
350
350
  name: "@w5s/configurator-core",
351
- version: "1.6.0"
351
+ version: "1.8.0"
352
352
  });
353
353
  //#endregion
354
354
  //#region src/yaml.ts
package/dist/index.js CHANGED
@@ -322,9 +322,9 @@ function toFileOption$1({ update, ...otherOptions }) {
322
322
  //#endregion
323
323
  //#region src/meta.ts
324
324
  const meta = Object.freeze({
325
- buildNumber: 1787747761,
325
+ buildNumber: 1787833367,
326
326
  name: "@w5s/configurator-core",
327
- version: "1.6.0"
327
+ version: "1.8.0"
328
328
  });
329
329
  //#endregion
330
330
  //#region src/yaml.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/configurator-core",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "description": "Core library for @w5s/configurator-core",
5
5
  "keywords": [
6
6
  "config",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "453a787db3d7e7897ed62c5bc74f4dd98a1ad0c7"
49
+ "gitHead": "3faf83392b177f6216a43be14da411a14c14cd57"
50
50
  }