From 5d77cf36d941245fb8a9217aa2c5035510210546 Mon Sep 17 00:00:00 2001 From: phortx Date: Sat, 2 May 2020 19:17:50 +0200 Subject: [PATCH] build --- dist/vuex-orm-graphql.cjs.js | 3 +-- dist/vuex-orm-graphql.esm-bundler.js | 3 +-- dist/vuex-orm-graphql.esm.js | 3 +-- dist/vuex-orm-graphql.esm.prod.js | 3 +-- dist/vuex-orm-graphql.global.js | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/dist/vuex-orm-graphql.cjs.js b/dist/vuex-orm-graphql.cjs.js index 576ce7f7..27b99c67 100644 --- a/dist/vuex-orm-graphql.cjs.js +++ b/dist/vuex-orm-graphql.cjs.js @@ -7912,8 +7912,7 @@ var Model = /** @class */ (function () { if (!field) return false; var context = Context.getInstance(); - return field instanceof context.components.Number || - field instanceof context.components.Uid; + return field instanceof context.components.Number || field instanceof context.components.Uid; }; /** * Tells if a field is a attribute (and thus not a relation) diff --git a/dist/vuex-orm-graphql.esm-bundler.js b/dist/vuex-orm-graphql.esm-bundler.js index ecbae0cc..02f29f07 100644 --- a/dist/vuex-orm-graphql.esm-bundler.js +++ b/dist/vuex-orm-graphql.esm-bundler.js @@ -7796,8 +7796,7 @@ class Model { if (!field) return false; const context = Context.getInstance(); - return field instanceof context.components.Number || - field instanceof context.components.Uid; + return field instanceof context.components.Number || field instanceof context.components.Uid; } /** * Tells if a field is a attribute (and thus not a relation) diff --git a/dist/vuex-orm-graphql.esm.js b/dist/vuex-orm-graphql.esm.js index ecbae0cc..02f29f07 100644 --- a/dist/vuex-orm-graphql.esm.js +++ b/dist/vuex-orm-graphql.esm.js @@ -7796,8 +7796,7 @@ class Model { if (!field) return false; const context = Context.getInstance(); - return field instanceof context.components.Number || - field instanceof context.components.Uid; + return field instanceof context.components.Number || field instanceof context.components.Uid; } /** * Tells if a field is a attribute (and thus not a relation) diff --git a/dist/vuex-orm-graphql.esm.prod.js b/dist/vuex-orm-graphql.esm.prod.js index ecbae0cc..02f29f07 100644 --- a/dist/vuex-orm-graphql.esm.prod.js +++ b/dist/vuex-orm-graphql.esm.prod.js @@ -7796,8 +7796,7 @@ class Model { if (!field) return false; const context = Context.getInstance(); - return field instanceof context.components.Number || - field instanceof context.components.Uid; + return field instanceof context.components.Number || field instanceof context.components.Uid; } /** * Tells if a field is a attribute (and thus not a relation) diff --git a/dist/vuex-orm-graphql.global.js b/dist/vuex-orm-graphql.global.js index 861dc5a7..21312c57 100644 --- a/dist/vuex-orm-graphql.global.js +++ b/dist/vuex-orm-graphql.global.js @@ -7911,8 +7911,7 @@ var VuexORMGraphQLPlugin = (function (exports) { if (!field) return false; var context = Context.getInstance(); - return field instanceof context.components.Number || - field instanceof context.components.Uid; + return field instanceof context.components.Number || field instanceof context.components.Uid; }; /** * Tells if a field is a attribute (and thus not a relation)