silgi 0.29.18 → 0.29.21

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.18";
4
+ const version = "0.29.21";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -58,6 +58,10 @@ async function installPackages(silgi = useSilgiCLI()) {
58
58
  {
59
59
  name: "unadapter",
60
60
  isDev: false
61
+ },
62
+ {
63
+ name: "apiful",
64
+ isDev: false
61
65
  }
62
66
  ]);
63
67
  const packages = {
@@ -1960,6 +1960,9 @@ async function prepareServerFiles(silgi) {
1960
1960
  imports: [
1961
1961
  {
1962
1962
  name: "createSilgi"
1963
+ },
1964
+ {
1965
+ name: "createShared"
1963
1966
  }
1964
1967
  ]
1965
1968
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.29.18",
4
+ "version": "0.29.21",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {