Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "algolia-create-objects",
name: "Create Objects",
description: "Adds an array of JavaScript objects to the given index. [See docs here](https://www.algolia.com/doc/api-reference/api-methods/save-objects/)",
version: "0.0.2",
version: "0.0.3",
type: "action",
props: {
algolia,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "algolia-delete-objects",
name: "Delete Objects",
description: "Delete objects from the given index. [See docs here](https://www.algolia.com/doc/api-reference/api-methods/delete-objects/)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
algolia,
Expand Down
2 changes: 1 addition & 1 deletion components/algolia/algolia.app.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import algoliasearch from "algoliasearch";
import { algoliasearch } from "algoliasearch";

export default {
type: "app",
Expand Down
2 changes: 1 addition & 1 deletion components/algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/algolia",
"version": "0.0.4",
"version": "0.0.5",
"description": "Pipedream Algolia Components",
"main": "algolia.app.js",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading