@nu-art/ts-common 0.204.102 → 0.204.103

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/db/types.d.ts +0 -1
  2. package/package.json +1 -1
package/db/types.d.ts CHANGED
@@ -57,7 +57,6 @@ type DependenciesImpl<T extends object, D extends ProtoDependencies<T>> = {
57
57
  * @template GeneratedSubType The subset of P's type that is auto-generated.
58
58
  */
59
59
  export type DBProto<P extends Proto_DB_Object<any, string, any, VersionsDeclaration<VersionType[]>, any, any>, ModifiableSubType = Omit<P['type'], P['generatedKeys'] | keyof DB_Object>, GeneratedSubType = SubsetObjectByKeys<P['type'], P['generatedKeys']>> = {
60
- proto: P;
61
60
  uiType: ModifiableSubType & Partial<GeneratedSubType> & Partial<DB_Object>;
62
61
  preDbType: ModifiableSubType & Partial<GeneratedSubType>;
63
62
  dbType: P['type'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-common",
3
- "version": "0.204.102",
3
+ "version": "0.204.103",
4
4
  "description": "js and ts infra",
5
5
  "keywords": [
6
6
  "TacB0sS",