@milkio/stargate 1.0.0-alpha.95 → 1.0.0-alpha.97

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -331,7 +331,7 @@ export async function createStargate<Generated extends { routeSchema: any; rejec
331
331
  }
332
332
  }
333
333
  },
334
- cookbook: {
334
+ __cookbook: {
335
335
  subscribe: async (baseUrl: string) => {
336
336
  const headers = {
337
337
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milkio/stargate",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.95",
4
+ "version": "1.0.0-alpha.97",
5
5
  "module": "index.ts",
6
6
  "dependencies": {
7
7
  "@southern-aurora/tson": "^2.0.2"