mock-block-dock
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,2 +0,2 @@ | ||
import { MockData } from "../useMockDatastore"; | ||
import { MockData } from "../use-mock-datastore"; | ||
export declare const mockData: MockData; |
@@ -5,11 +5,11 @@ "use strict"; | ||
var entities_1 = require("./entities"); | ||
var entityTypes_1 = require("./entityTypes"); | ||
var linkedAggregationDefinitions_1 = require("./linkedAggregationDefinitions"); | ||
var entity_types_1 = require("./entity-types"); | ||
var linked_aggregation_definitions_1 = require("./linked-aggregation-definitions"); | ||
var links_1 = require("./links"); | ||
exports.mockData = { | ||
entities: entities_1.entities, | ||
entityTypes: entityTypes_1.entityTypes, | ||
entityTypes: entity_types_1.entityTypes, | ||
links: links_1.links, | ||
linkedAggregationDefinitions: linkedAggregationDefinitions_1.linkedAggregationDefinitions, | ||
linkedAggregationDefinitions: linked_aggregation_definitions_1.linkedAggregationDefinitions, | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export { MockBlockDock } from "./MockBlockDock"; | ||
export { MockBlockDock } from "./mock-block-dock"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MockBlockDock = void 0; | ||
var MockBlockDock_1 = require("./MockBlockDock"); | ||
Object.defineProperty(exports, "MockBlockDock", { enumerable: true, get: function () { return MockBlockDock_1.MockBlockDock; } }); | ||
var mock_block_dock_1 = require("./mock-block-dock"); | ||
Object.defineProperty(exports, "MockBlockDock", { enumerable: true, get: function () { return mock_block_dock_1.MockBlockDock; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -66,2 +66,3 @@ "use strict"; | ||
var item = (0, lodash_1.get)(entity, filterItem.field); | ||
// @todo support non-string comparison | ||
if (typeof item !== "string") { | ||
@@ -68,0 +69,0 @@ return null; |
@@ -1,2 +0,2 @@ | ||
import { MockData } from "../useMockDatastore"; | ||
import { MockData } from "../use-mock-datastore"; | ||
export declare const mockData: MockData; |
import { entities } from "./entities"; | ||
import { entityTypes } from "./entityTypes"; | ||
import { linkedAggregationDefinitions } from "./linkedAggregationDefinitions"; | ||
import { entityTypes } from "./entity-types"; | ||
import { linkedAggregationDefinitions } from "./linked-aggregation-definitions"; | ||
import { links } from "./links"; | ||
@@ -5,0 +5,0 @@ export var mockData = { |
@@ -1,1 +0,1 @@ | ||
export { MockBlockDock } from "./MockBlockDock"; | ||
export { MockBlockDock } from "./mock-block-dock"; |
@@ -1,2 +0,2 @@ | ||
export { MockBlockDock } from "./MockBlockDock"; | ||
export { MockBlockDock } from "./mock-block-dock"; | ||
//# sourceMappingURL=index.js.map |
@@ -61,2 +61,3 @@ var __assign = (this && this.__assign) || function () { | ||
var item = get(entity, filterItem.field); | ||
// @todo support non-string comparison | ||
if (typeof item !== "string") { | ||
@@ -63,0 +64,0 @@ return null; |
{ | ||
"name": "mock-block-dock", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A mock embedding application for Block Protocol blocks", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"dependencies": { | ||
"blockprotocol": "0.0.9", | ||
"blockprotocol": "0.0.10", | ||
"lodash": "^4.17.21", | ||
@@ -41,0 +41,0 @@ "uuid": "^8.3.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
164037
2082
1
+ Addedblockprotocol@0.0.10(transitive)
- Removedblockprotocol@0.0.9(transitive)
Updatedblockprotocol@0.0.10