ipld-schema-describer
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -0,1 +1,7 @@ | ||
## [3.0.11](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.10...v3.0.11) (2024-09-25) | ||
### Trivial Changes | ||
* **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 ([701b324](https://github.com/rvagg/js-ipld-schema-describer/commit/701b324183662d1351b14a2e879ea15b81a1859b)) | ||
## [3.0.10](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.9...v3.0.10) (2024-07-10) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "ipld-schema-describer", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "IPLD Schema Describer", | ||
@@ -5,0 +5,0 @@ "main": "ipld-schema-describer.js", |
@@ -15,6 +15,6 @@ /** | ||
}; | ||
export type Schema = import('ipld-schema/schema-schema').Schema; | ||
export type TypeDefnLink = import('ipld-schema/schema-schema').TypeDefnLink; | ||
export type TypeDefnList = import('ipld-schema/schema-schema').TypeDefnList; | ||
export type TypeDefnMap = import('ipld-schema/schema-schema').TypeDefnMap; | ||
export type Schema = import("ipld-schema/schema-schema").Schema; | ||
export type TypeDefnLink = import("ipld-schema/schema-schema").TypeDefnLink; | ||
export type TypeDefnList = import("ipld-schema/schema-schema").TypeDefnList; | ||
export type TypeDefnMap = import("ipld-schema/schema-schema").TypeDefnMap; | ||
//# sourceMappingURL=ipld-schema-describer.d.ts.map |
@@ -9,3 +9,3 @@ /** | ||
export function kind(obj: any): RepresentationKindString; | ||
export type RepresentationKindString = 'bool' | 'string' | 'bytes' | 'int' | 'float' | 'list' | 'map' | 'null' | 'link'; | ||
export type RepresentationKindString = "bool" | "string" | "bytes" | "int" | "float" | "list" | "map" | "null" | "link"; | ||
//# sourceMappingURL=kind.d.ts.map |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34782
19