@tramvai/tokens-server-private 2.149.1 → 2.150.1

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/lib/index.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -159,3 +159,4 @@ export declare const PAPI_FASTIFY_INIT_TOKEN: FASTIFY_APP_INIT_HANDLER & {
159
159
  __type?: "multi token" | undefined;
160
160
  };
161
161
  export {};
162
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-server-private",
3
- "version": "2.149.1",
3
+ "version": "2.150.1",
4
4
  "description": "Tramvai private tokens for @tramvai/module-server",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,7 +18,7 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/papi": "2.149.1"
21
+ "@tramvai/papi": "2.150.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.16",