@w5s/configurator-core 1.5.0 → 1.7.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
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:
|
|
349
|
+
buildNumber: 1787822914,
|
|
350
350
|
name: "@w5s/configurator-core",
|
|
351
|
-
version: "1.
|
|
351
|
+
version: "1.7.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:
|
|
325
|
+
buildNumber: 1787822914,
|
|
326
326
|
name: "@w5s/configurator-core",
|
|
327
|
-
version: "1.
|
|
327
|
+
version: "1.7.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.
|
|
3
|
+
"version": "1.7.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": "
|
|
49
|
+
"gitHead": "33447bdc0ec90e7ac57633399553002a2bc77b6b"
|
|
50
50
|
}
|