silgi 0.19.3 → 0.19.4

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.
@@ -1,4 +1,4 @@
1
- const version = "0.19.3";
1
+ const version = "0.19.4";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -64,6 +64,8 @@ async function silgiGenerateType(silgi) {
64
64
  esModuleInterop: true,
65
65
  allowSyntheticDefaultImports: true,
66
66
  skipLibCheck: true,
67
+ allowImportingTsExtensions: true,
68
+ /* Target options: */
67
69
  target: "ESNext",
68
70
  allowJs: true,
69
71
  resolveJsonModule: true,
@@ -126,8 +128,6 @@ async function silgiGenerateType(silgi) {
126
128
  allowSyntheticDefaultImports: true,
127
129
  /* Base options: */
128
130
  esModuleInterop: false,
129
- // TODO: enable noUncheckedIndexedAccess in subsequent PR
130
- // "noUncheckedIndexedAccess": true,
131
131
  forceConsistentCasingInFileNames: true,
132
132
  isolatedModules: true,
133
133
  verbatimModuleSyntax: true,
@@ -1,4 +1,4 @@
1
- const version = "0.19.3";
1
+ const version = "0.19.4";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.19.3";
1
+ const version = "0.19.4";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.19.3",
4
+ "version": "0.19.4",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {