@w5s/configurator-core 1.2.0 → 1.3.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
@@ -348,7 +348,7 @@ function toFileOption$1({ update, ...otherOptions }) {
348
348
  const meta = Object.freeze({
349
349
  buildNumber: 1,
350
350
  name: "@w5s/configurator-core",
351
- version: "1.2.0"
351
+ version: "1.3.0"
352
352
  });
353
353
  //#endregion
354
354
  //#region src/yaml.ts
package/dist/index.js CHANGED
@@ -324,7 +324,7 @@ function toFileOption$1({ update, ...otherOptions }) {
324
324
  const meta = Object.freeze({
325
325
  buildNumber: 1,
326
326
  name: "@w5s/configurator-core",
327
- version: "1.2.0"
327
+ version: "1.3.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.2.0",
3
+ "version": "1.3.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": "155888078a06b3d3e9fcbd01a5de73c1e3bfdc36"
49
+ "gitHead": "dcf9e4d187060ae2e9c33250078634bd88735d0b"
50
50
  }