From aa1f428a9dd354cd7b8b17c49a8dcab43cf12724 Mon Sep 17 00:00:00 2001
From: Quazia
Date: Tue, 12 Sep 2023 19:36:01 -0400
Subject: [PATCH] Chore(changest): gen v alpha.8 (#12)
* Chore(changest): gen v alpha.8
* Chore(changeset): push changeset
---
.changeset/silent-scissors-refuse.md | 5 ++
README.md | 5 ++
pnpm-lock.yaml | 114 ++++++++++++++-------------
src/errors/version.ts | 2 +-
4 files changed, 69 insertions(+), 57 deletions(-)
create mode 100644 .changeset/silent-scissors-refuse.md
diff --git a/.changeset/silent-scissors-refuse.md b/.changeset/silent-scissors-refuse.md
new file mode 100644
index 0000000..9378c21
--- /dev/null
+++ b/.changeset/silent-scissors-refuse.md
@@ -0,0 +1,5 @@
+---
+"@rabbitholegg/questdk": patch
+---
+
+Simple hotfix for BigInt handling in the filter function
diff --git a/README.md b/README.md
index b4c260e..6a1f3ed 100644
--- a/README.md
+++ b/README.md
@@ -25,3 +25,8 @@
+### Publishing
+In order to publish you need to make sure that the pull request you're submitting has a changeset. If you don't want to publish this isn't needed.
+In order to generate a changeset run `pnpm changeset`, select a change type [major,minor,patch], and draft a small summary of the changeset.
+
+After this all you need to do is push and merge the pull request and the Github Action will handle the process of versioning, and publishing.
\ No newline at end of file
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6cd5dd3..6f80304 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,64 +1,66 @@
lockfileVersion: '6.0'
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false
+
overrides:
questdk: workspace:*
-importers:
-
- .:
- dependencies:
- abitype:
- specifier: ^0.9.0
- version: 0.9.0(typescript@5.1.6)
- rimraf:
- specifier: ^5.0.1
- version: 5.0.1
- viem:
- specifier: ^1.2.13
- version: 1.2.13(typescript@5.1.6)
- devDependencies:
- '@actions/core':
- specifier: ^1.10.0
- version: 1.10.0
- '@actions/github':
- specifier: ^5.1.1
- version: 5.1.1
- '@changesets/changelog-github':
- specifier: ^0.4.8
- version: 0.4.8
- '@changesets/cli':
- specifier: ^2.26.2
- version: 2.26.2
- '@size-limit/preset-big-lib':
- specifier: ^8.2.6
- version: 8.2.6(size-limit@8.2.6)
- '@types/fs-extra':
- specifier: ^11.0.1
- version: 11.0.1
- '@vitest/coverage-v8':
- specifier: ^0.33.0
- version: 0.33.0(vitest@0.33.0)
- bun:
- specifier: ^0.6.14
- version: 0.6.14
- fs-extra:
- specifier: ^11.1.1
- version: 11.1.1
- rome:
- specifier: ^12.1.3
- version: 12.1.3
- simple-git-hooks:
- specifier: ^2.8.1
- version: 2.8.1
- size-limit:
- specifier: ^8.2.6
- version: 8.2.6
- typescript:
- specifier: ^5.1.6
- version: 5.1.6
- vitest:
- specifier: ^0.33.0
- version: 0.33.0
+dependencies:
+ abitype:
+ specifier: ^0.9.0
+ version: 0.9.0(typescript@5.1.6)
+ rimraf:
+ specifier: ^5.0.1
+ version: 5.0.1
+ viem:
+ specifier: ^1.2.13
+ version: 1.2.13(typescript@5.1.6)
+
+devDependencies:
+ '@actions/core':
+ specifier: ^1.10.0
+ version: 1.10.0
+ '@actions/github':
+ specifier: ^5.1.1
+ version: 5.1.1
+ '@changesets/changelog-github':
+ specifier: ^0.4.8
+ version: 0.4.8
+ '@changesets/cli':
+ specifier: ^2.26.2
+ version: 2.26.2
+ '@size-limit/preset-big-lib':
+ specifier: ^8.2.6
+ version: 8.2.6(size-limit@8.2.6)
+ '@types/fs-extra':
+ specifier: ^11.0.1
+ version: 11.0.1
+ '@vitest/coverage-v8':
+ specifier: ^0.33.0
+ version: 0.33.0(vitest@0.33.0)
+ bun:
+ specifier: ^0.6.14
+ version: 0.6.14
+ fs-extra:
+ specifier: ^11.1.1
+ version: 11.1.1
+ rome:
+ specifier: ^12.1.3
+ version: 12.1.3
+ simple-git-hooks:
+ specifier: ^2.8.1
+ version: 2.8.1
+ size-limit:
+ specifier: ^8.2.6
+ version: 8.2.6
+ typescript:
+ specifier: ^5.1.6
+ version: 5.1.6
+ vitest:
+ specifier: ^0.33.0
+ version: 0.33.0
packages:
diff --git a/src/errors/version.ts b/src/errors/version.ts
index b2e6831..09287cd 100644
--- a/src/errors/version.ts
+++ b/src/errors/version.ts
@@ -1 +1 @@
-export const version = '1.0.1-alpha.3'
+export const version = '1.0.1-alpha.8'