@w5s/configurator-core 1.0.0-alpha.4 → 1.0.0-alpha.5

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
@@ -323,7 +323,7 @@ function jsonSync(options) {
323
323
  //#region src/meta.ts
324
324
  const meta = Object.freeze({
325
325
  name: "@w5s/configurator-core",
326
- version: "1.0.0-alpha.4",
326
+ version: "1.0.0-alpha.5",
327
327
  buildNumber: 1
328
328
  });
329
329
  //#endregion
package/dist/index.js CHANGED
@@ -322,7 +322,7 @@ function jsonSync(options) {
322
322
  //#region src/meta.ts
323
323
  const meta = Object.freeze({
324
324
  name: "@w5s/configurator-core",
325
- version: "1.0.0-alpha.4",
325
+ version: "1.0.0-alpha.5",
326
326
  buildNumber: 1
327
327
  });
328
328
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/configurator-core",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "Core library for @w5s/configurator-core",
5
5
  "keywords": [
6
6
  "config",
@@ -14,13 +14,14 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+ssh@github.com:w5s/project-config.git",
17
+ "url": "git+https://github.com/w5s/project-config.git",
18
18
  "directory": "packages/configurator-core"
19
19
  },
20
20
  "license": "MIT",
21
21
  "author": "Julien Polo <julien.polo@gmail.com>",
22
22
  "type": "module",
23
23
  "exports": {
24
+ "./package.json": "./package.json",
24
25
  ".": {
25
26
  "require": {
26
27
  "types": "./dist/index.d.cts",
@@ -31,9 +32,8 @@
31
32
  "default": "./dist/index.js"
32
33
  }
33
34
  },
34
- "./dist/*": "./dist/*"
35
+ "./internal/*": null
35
36
  },
36
- "typings": "./index.d.ts",
37
37
  "files": [
38
38
  "dist/",
39
39
  "src/",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "sideEffect": false,
57
- "gitHead": "9102f7149f4d1faa4a9c96e7e910cbb296bd63e5"
57
+ "gitHead": "0fc09427b8a0c77dcc4adb9530e1d74a7fbf1d15"
58
58
  }