silgi 0.29.17 → 0.29.19

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,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { defineCommand, runMain } from 'citty';
3
3
 
4
- const version = "0.29.17";
4
+ const version = "0.29.19";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -33,6 +33,7 @@ import { snakeCase } from 'scule';
33
33
  async function generateApiFul(silgi) {
34
34
  const config = silgi.options.apiFul;
35
35
  if (!hasSilgiModule("openapi")) {
36
+ consola.info("Silgi OpenAPI module not found, if you want to use it, please install it @silgi/openapi");
36
37
  return;
37
38
  }
38
39
  if (!config.services || hasSilgiModule("openapi")) {
@@ -1959,6 +1960,9 @@ async function prepareServerFiles(silgi) {
1959
1960
  imports: [
1960
1961
  {
1961
1962
  name: "createSilgi"
1963
+ },
1964
+ {
1965
+ name: "createShared"
1962
1966
  }
1963
1967
  ]
1964
1968
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.29.17",
4
+ "version": "0.29.19",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {