@arrirpc/codegen-utils 0.70.1 → 0.71.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import { AppDefinition, RpcDefinition, ServiceDefinition } from '@arrirpc/type-d
2
2
  export * from '@arrirpc/type-defs';
3
3
  export * from 'scule';
4
4
 
5
- declare function unflattenProcedures(procedures: AppDefinition["procedures"]): Record<string, RpcDefinition | ServiceDefinition>;
5
+ declare function unflattenProcedures(procedures: AppDefinition['procedures']): Record<string, RpcDefinition | ServiceDefinition>;
6
6
  declare function unflattenObject(data: Record<string, any>): any;
7
7
  declare const removeDisallowedChars: (input: string, disallowedChars: string) => string;
8
8
  declare const stringStartsWithNumber: (input: string) => boolean;
package/dist/index.d.mts CHANGED
@@ -2,7 +2,7 @@ import { AppDefinition, RpcDefinition, ServiceDefinition } from '@arrirpc/type-d
2
2
  export * from '@arrirpc/type-defs';
3
3
  export * from 'scule';
4
4
 
5
- declare function unflattenProcedures(procedures: AppDefinition["procedures"]): Record<string, RpcDefinition | ServiceDefinition>;
5
+ declare function unflattenProcedures(procedures: AppDefinition['procedures']): Record<string, RpcDefinition | ServiceDefinition>;
6
6
  declare function unflattenObject(data: Record<string, any>): any;
7
7
  declare const removeDisallowedChars: (input: string, disallowedChars: string) => string;
8
8
  declare const stringStartsWithNumber: (input: string) => boolean;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { AppDefinition, RpcDefinition, ServiceDefinition } from '@arrirpc/type-d
2
2
  export * from '@arrirpc/type-defs';
3
3
  export * from 'scule';
4
4
 
5
- declare function unflattenProcedures(procedures: AppDefinition["procedures"]): Record<string, RpcDefinition | ServiceDefinition>;
5
+ declare function unflattenProcedures(procedures: AppDefinition['procedures']): Record<string, RpcDefinition | ServiceDefinition>;
6
6
  declare function unflattenObject(data: Record<string, any>): any;
7
7
  declare const removeDisallowedChars: (input: string, disallowedChars: string) => string;
8
8
  declare const stringStartsWithNumber: (input: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/codegen-utils",
3
- "version": "0.70.1",
3
+ "version": "0.71.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "joshmossas",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "scule": "^1.3.0",
26
- "@arrirpc/type-defs": "0.70.1"
26
+ "@arrirpc/type-defs": "0.71.1"
27
27
  },
28
28
  "devDependencies": {}
29
29
  }