@apollo-elements/mixins
Advanced tools
Comparing version 4.0.0-next.2 to 4.0.0-next.4
# @apollo-elements/mixins | ||
## 4.0.0-next.4 | ||
### Patch Changes | ||
- 41bc768c: fix homepage link in package.json | ||
## 4.0.0-next.3 | ||
### Patch Changes | ||
- 87a0e907: Update manifests | ||
- Updated dependencies [87a0e907] | ||
- @apollo-elements/core@0.0.1-next.3 | ||
## 4.0.0-next.2 | ||
@@ -4,0 +18,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { plugins, copyPlugin } from '../docs/custom-elements-manifests-plugins/index.js'; | ||
import { plugins } from '@apollo-elements/cem-preset'; | ||
@@ -6,6 +6,3 @@ /** @type {import('@open-wc/custom-elements-manifest').Plugin} */ | ||
exclude: ['*.d.ts'], | ||
plugins: [ | ||
...plugins, | ||
copyPlugin(import.meta.url), | ||
], | ||
plugins, | ||
}); |
{ | ||
"schemaVersion": "0.1.0", | ||
"schemaVersion": "1.0.0", | ||
"readme": "", | ||
@@ -20,2 +20,3 @@ "modules": [ | ||
}, | ||
"default": "client", | ||
"description": "The client specified with `ApolloClientMixin`." | ||
@@ -86,11 +87,20 @@ } | ||
"name": "documentType", | ||
"static": true | ||
"static": true, | ||
"default": "'mutation'", | ||
"type": { | ||
"text": "'mutation'" | ||
} | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "controller" | ||
"name": "controller", | ||
"default": "new ApolloMutationController<D, V>(this, null, {\n update: this.updater,\n onCompleted: data => data && this.onCompleted?.(data),\n onError: error => this.onError?.(error),\n })" | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "called" | ||
"name": "called", | ||
"type": { | ||
"text": "boolean" | ||
}, | ||
"default": "false" | ||
}, | ||
@@ -102,3 +112,4 @@ { | ||
"text": "ComponentDocument<D> | null" | ||
} | ||
}, | ||
"default": "null" | ||
}, | ||
@@ -117,3 +128,4 @@ { | ||
"text": "RefetchQueriesType<D> | null" | ||
} | ||
}, | ||
"default": "null" | ||
}, | ||
@@ -136,3 +148,7 @@ { | ||
"kind": "field", | ||
"name": "ignoreResults" | ||
"name": "ignoreResults", | ||
"type": { | ||
"text": "boolean" | ||
}, | ||
"default": "false" | ||
}, | ||
@@ -608,2 +624,7 @@ { | ||
] | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "shouldSubscribe", | ||
"default": "(x?: Partial<SubscriptionOptions>) =>\n (shouldSubscribe?.(x) ?? true) && this.shouldSubscribe(x)" | ||
} | ||
@@ -610,0 +631,0 @@ ], |
{ | ||
"name": "@apollo-elements/mixins", | ||
"version": "4.0.0-next.2", | ||
"version": "4.0.0-next.4", | ||
"description": "👩🚀🌛 Custom Element class mixins for Apollo GraphQL 🚀👨🚀", | ||
@@ -63,8 +63,7 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://apolloelements.dev/modules/_apollo_elements_mixins.html", | ||
"homepage": "https://apolloelements.dev/api/libraries/mixins/", | ||
"dependencies": { | ||
"@apollo-elements/core": "^0.0.1-next.2", | ||
"@apollo/client": "^3.3.20", | ||
"@apollo-elements/core": "^0.0.1-next.3", | ||
"@apollo/client": "^3.3.21", | ||
"@open-wc/dedupe-mixin": "^1.3.0", | ||
"bind-decorator": "^1.0.11", | ||
"tslib": "^2.3.0" | ||
@@ -71,0 +70,0 @@ }, |
391720
4
3895
- Removedbind-decorator@^1.0.11
- Removedbind-decorator@1.0.11(transitive)
Updated@apollo/client@^3.3.21