@microsoft/paris
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ # [1.3.6] (2018-11-25) |
@@ -0,0 +0,0 @@ # Contributor Covenant Code of Conduct |
@@ -32,3 +32,3 @@ import { entityFieldsService } from "./entity-fields.service"; | ||
return null; | ||
var parentEntityDataType = Object.getPrototypeOf(dataEntityType).prototype, parentEntity = this._allEntities.get(parentEntityDataType), parentDataTypeFields = parentEntity && parentEntity.fields || this.getDataEntityTypeFields(parentEntityDataType) || null; | ||
var parentEntityDataType = Object.getPrototypeOf(dataEntityType), parentEntity = this._allEntities.get(parentEntityDataType), parentDataTypeFields = parentEntity && parentEntity.fields || this.getDataEntityTypeFields(parentEntityDataType) || null; | ||
var fullDataEntityTypeFields = new Map; | ||
@@ -35,0 +35,0 @@ if (parentDataTypeFields) |
@@ -0,0 +0,0 @@ # Paris |
@@ -0,0 +0,0 @@ const gulp = require('gulp'); |
export * from "./lib/main"; |
{ | ||
"_from": "json-stringify-safe@*", | ||
"_args": [ | ||
[ | ||
"json-stringify-safe@5.0.1", | ||
"/mnt/c/Users/aagreenw/code/paris" | ||
] | ||
], | ||
"_development": true, | ||
"_from": "json-stringify-safe@5.0.1", | ||
"_id": "json-stringify-safe@5.0.1", | ||
@@ -9,10 +16,10 @@ "_inBundle": false, | ||
"_requested": { | ||
"type": "range", | ||
"type": "version", | ||
"registry": true, | ||
"raw": "json-stringify-safe@*", | ||
"raw": "json-stringify-safe@5.0.1", | ||
"name": "json-stringify-safe", | ||
"escapedName": "json-stringify-safe", | ||
"rawSpec": "*", | ||
"rawSpec": "5.0.1", | ||
"saveSpec": null, | ||
"fetchSpec": "*" | ||
"fetchSpec": "5.0.1" | ||
}, | ||
@@ -25,5 +32,4 @@ "_requiredBy": [ | ||
"_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", | ||
"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb", | ||
"_spec": "json-stringify-safe@*", | ||
"_where": "/Users/maorfrankel/Workspace/paris", | ||
"_spec": "5.0.1", | ||
"_where": "/mnt/c/Users/aagreenw/code/paris", | ||
"author": { | ||
@@ -37,3 +43,2 @@ "name": "Isaac Z. Schlueter", | ||
}, | ||
"bundleDependencies": false, | ||
"contributors": [ | ||
@@ -46,3 +51,2 @@ { | ||
], | ||
"deprecated": false, | ||
"description": "Like JSON.stringify, but doesn't blow up on circular refs.", | ||
@@ -49,0 +53,0 @@ "devDependencies": { |
{ | ||
"name": "@microsoft/paris", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "Library for the implementation of Domain Driven Design with TypeScript + RxJS", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"dev": "rollup -c -w", | ||
"prepublish": "npm run build", | ||
"prepublish": "npm run build && npm run test", | ||
"test": "jest", | ||
@@ -17,0 +17,0 @@ "test:watch": "jest --watch", |
@@ -0,0 +0,0 @@ import resolve from 'rollup-plugin-node-resolve'; |
@@ -0,0 +0,0 @@ import { DataStoreService } from "../../lib/data_access/data-store.service"; |
@@ -0,0 +0,0 @@ import {ApiCall} from "../../lib/config/decorators/api-call.decorator"; |
@@ -0,0 +0,0 @@ import {of} from "rxjs"; |
interface MockConfigData { | ||
version: number | ||
} |
@@ -0,0 +0,0 @@ import {ModelBase} from "../../lib/config/model.base"; |
@@ -0,0 +0,0 @@ import {ModelBase} from "../../lib/config/model.base"; |
@@ -0,0 +0,0 @@ import {EntityModelBase} from "../../lib/config/entity-model.base"; |
@@ -0,0 +0,0 @@ import {Entity} from "../../lib/config/decorators/entity.decorator"; |
@@ -0,0 +0,0 @@ import {Todo} from "./todo.entity"; |
@@ -0,0 +0,0 @@ import { EntityModelBase } from '../../lib/config/entity-model.base'; |
@@ -0,0 +0,0 @@ import { ApiCallModel } from "../../lib/api/api-calls/api-call.model"; |
@@ -0,0 +0,0 @@ import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ module.exports = { |
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
263745