@tableland/sdk
Advanced tools
Comparing version 4.5.2 to 4.5.3-dev.0
@@ -7,3 +7,3 @@ import { type Camelize, type PartialRequired } from "../helpers/utils.js"; | ||
type BaseSchema = Components["schemas"]["Schema"]; | ||
export interface Schema extends BaseSchema { | ||
export interface Schema extends Camelize<BaseSchema> { | ||
readonly columns: Array<PartialRequired<Column, "constraints">>; | ||
@@ -10,0 +10,0 @@ } |
@@ -7,3 +7,3 @@ import { type Camelize, type PartialRequired } from "../helpers/utils.js"; | ||
type BaseSchema = Components["schemas"]["Schema"]; | ||
export interface Schema extends BaseSchema { | ||
export interface Schema extends Camelize<BaseSchema> { | ||
readonly columns: Array<PartialRequired<Column, "constraints">>; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@tableland/sdk", | ||
"version": "4.5.2", | ||
"version": "4.5.3-dev.0", | ||
"description": "A database client and helpers for the Tableland network", | ||
@@ -98,3 +98,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "6cb12a13260f3f409afb88f5f163819ed6f4bfe1" | ||
"gitHead": "19582eb4fea10388d2659dacdf5bd151cf73c2fe" | ||
} |
@@ -20,3 +20,3 @@ import { | ||
type BaseSchema = Components["schemas"]["Schema"]; | ||
export interface Schema extends BaseSchema { | ||
export interface Schema extends Camelize<BaseSchema> { | ||
readonly columns: Array<PartialRequired<Column, "constraints">>; | ||
@@ -23,0 +23,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
570541
2
9