@w5s/configurator-core 1.0.0-alpha.15 → 1.0.0-alpha.17
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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.0.0-alpha.
|
|
351
|
+
version: "1.0.0-alpha.17"
|
|
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.0.0-alpha.
|
|
327
|
+
version: "1.0.0-alpha.17"
|
|
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.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.17",
|
|
4
4
|
"description": "Core library for @w5s/configurator-core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"sideEffect": false,
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "94f5cdc797d9115b31f8af85da85fb5d9e509562"
|
|
50
50
|
}
|