Skip to content

Commit

Permalink
Merge branch 'main' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM authored Aug 10, 2024
2 parents e2273dc + 01219c5 commit ffbdb91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

**Separate declaration and use of funnels** : For flexible design, we separate the part that defines the funnel from the part that uses it.


# Quick Start

## next.js app router
Expand Down
2 changes: 2 additions & 0 deletions packages/funnel-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": false,
"license": "MIT",
"main": "./dist/index.js",

"exports": {
".": {
"import": {
Expand All @@ -17,6 +18,7 @@
}
},
"files": ["dist"],

"scripts": {
"build": "tsup"
},
Expand Down
1 change: 1 addition & 0 deletions packages/funnel-client/src/external/funnel-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class FunnelClient<T extends NonEmptyArray<string>> {
this.deleteStep = this.deleteStep.bind(this);
this.stringifyStep = this.stringifyStep.bind(this);
this.parseQueryString = this.parseQueryString.bind(this);

}

createStep(step: T[number], options?: CreateStepOptionsType) {
Expand Down

0 comments on commit ffbdb91

Please sign in to comment.