Skip to content

Commit

Permalink
Merge pull request #71 from rabbitholegg/mmackz-add-$nth-operator
Browse files Browse the repository at this point in the history
feat: add $nth operator to questDk
  • Loading branch information
mmackz authored Feb 7, 2024
2 parents 1f3e088 + 063813c commit c2f1a76
Show file tree
Hide file tree
Showing 8 changed files with 828 additions and 696 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-tigers-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rabbitholegg/questdk": minor
---

add $nth array operator
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ tsconfig*.tsbuildinfo
.env.development.local
.env.test.local
.env.production.local
.envrc
.envrc
~
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"rome": "^12.1.3",
"simple-git-hooks": "^2.8.1",
"size-limit": "^8.2.6",
"typescript": "^5.1.6",
"typescript": "5.1.6",
"vitest": "^0.33.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit c2f1a76

Please sign in to comment.