@schemavaults/auth-server-sdk 0.22.45 → 0.22.46

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/dist/cli.cjs +2 -2
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -89,7 +89,7 @@ var init_resolve_codegen_templates_directory = __esm({
89
89
 
90
90
  // src/NextjsAppDirectoryPlugin/codegen-marker.ts
91
91
  function getCodegenMarkerComment() {
92
- const version = true ? "0.22.45" : "unknown";
92
+ const version = true ? "0.22.46" : "unknown";
93
93
  return `${CODEGEN_MARKER_PREFIX}${version}`;
94
94
  }
95
95
  function hasCodegenMarker(firstLine) {
@@ -331,7 +331,7 @@ async function main() {
331
331
  return;
332
332
  }
333
333
  if (args.includes("--version") || args.includes("-v")) {
334
- console.log(`${PACKAGE_NAME}@${"0.22.45"}`);
334
+ console.log(`${PACKAGE_NAME}@${"0.22.46"}`);
335
335
  return;
336
336
  }
337
337
  const command = args.find((arg) => !arg.startsWith("-")) ?? "codegen";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@schemavaults/auth-server-sdk",
3
3
  "description": "TypeScript SDK for building authenticated endpoints/middlewares for the Auth Server and Resource Servers",
4
- "version": "0.22.45",
4
+ "version": "0.22.46",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
7
7
  "repository": {