Skip to content

[Don't merge] [Naga] Alpha #833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 499 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
499 commits
Select commit Hold shift + click to select a range
0abe5c1
fix(linter): fixed imports for permissions directory
Ansonhkg Mar 13, 2025
1c13933
fix(linter): fix vNaga imports for higher level apis
Ansonhkg Mar 13, 2025
405a43d
feat(.gitignore): add `.cursor/rules` to ignore list, we can manually…
Ansonhkg Mar 13, 2025
694425c
fix(linter): vNaga imports for higher level apis
Ansonhkg Mar 13, 2025
5ef1e6a
fix(createLitContracts): 😡 hacky types to fix ts7056 but it works
Ansonhkg Mar 13, 2025
2016736
fix: remove module level loggers that were not updated if sdk logger …
FedericoAmura Mar 13, 2025
14a0ede
feat: add custom actions doc for event listener state machines
FedericoAmura Mar 14, 2025
5652cad
feat(test): ⭐️ remove `Bun` specific imports, so that the tests can b…
Ansonhkg Mar 14, 2025
bcf22fa
chore(test): remove bun imports
Ansonhkg Mar 14, 2025
46b3954
feat(package.json): add `pino-pretty` dep
Ansonhkg Mar 17, 2025
51e0ee9
feat(wip/networks): add `vDatil` code but need to fix linter and impo…
Ansonhkg Mar 17, 2025
d38c96f
fix(vNaga): fmt
Ansonhkg Mar 17, 2025
0bfd471
fix(networks): fix NetworkContext to be an interface (without realmId…
Ansonhkg Mar 17, 2025
851ab40
fmt
Ansonhkg Apr 3, 2025
b3205cb
fix(test): import paths
Ansonhkg Apr 3, 2025
f731a67
fix(.ts): import paths
Ansonhkg Apr 3, 2025
a08db3e
fmt
Ansonhkg Apr 3, 2025
edb6ab7
fmt
Ansonhkg Apr 3, 2025
aaf8c5f
Merge pull request #807 from LIT-Protocol/feat/lit-chain-manager-and-…
Ansonhkg Apr 3, 2025
9b63fd8
Merge branch 'LIT-4211-auth-refactor' into feature/lit-4238-clean-unn…
Ansonhkg Apr 3, 2025
a3041a5
chore: update yarn.lock
Ansonhkg Apr 3, 2025
f1d03ce
Merge pull request #802 from LIT-Protocol/feature/lit-4238-clean-unne…
Ansonhkg Apr 3, 2025
5407b80
fix(build): datil network module
Ansonhkg Apr 18, 2025
3918cb2
fmt
Ansonhkg Apr 18, 2025
f57c683
Merge pull request #822 from LIT-Protocol/feature/lit-4373-js-sdk-nag…
Ansonhkg Apr 18, 2025
42ada58
feat(auth): [WIP] added authentication module
Ansonhkg Apr 21, 2025
87e5bf5
feat(authContext): [WIP] add getEoaAuthContext
Ansonhkg Apr 21, 2025
37eac69
wip: getAuthContext
Ansonhkg Apr 21, 2025
dd1166d
wip: authContext
Ansonhkg Apr 21, 2025
85a79b4
feat: add `getAuthContext` component
Ansonhkg Apr 23, 2025
7b389a9
feat(schema): add `ObjectMapFromArray` helper
Ansonhkg Apr 23, 2025
13bad52
feat: separated auth context methods
Ansonhkg Apr 24, 2025
0bd210c
wip
Ansonhkg Apr 25, 2025
c2d91ee
feat: add placeholders
Ansonhkg Apr 25, 2025
9612936
add plan
Ansonhkg Apr 25, 2025
3ba5087
feat: remove unused litNodeClient in createSiweMessage helper function
Ansonhkg Apr 25, 2025
1945284
adding notes
Ansonhkg Apr 26, 2025
4b35a1e
wip: removed lit-core package and moved inside the litNodeClient pkg …
Ansonhkg Apr 28, 2025
d066c44
wip: extracting the signSessionKey logic
Ansonhkg Apr 28, 2025
25e3957
wip
Ansonhkg Apr 28, 2025
5d47c2f
wip: auth manager
Ansonhkg Apr 30, 2025
1f6987a
wip: rename metamask authenticator to eoa authenticator
Ansonhkg May 1, 2025
c8bd92f
wip: getEoaAuthContext binding
Ansonhkg May 2, 2025
bca6941
wip: got typed inferring working
Ansonhkg May 3, 2025
852bcc8
feat: add webauthn 2 different methods
Ansonhkg May 3, 2025
d462dc4
feat: add stytch
Ansonhkg May 3, 2025
e116c42
feat: add dynamic authMethodType when storing
Ansonhkg May 3, 2025
01b0af6
feat: add custom auth examples
Ansonhkg May 4, 2025
eb1b918
chore: organise components into the correct places
Ansonhkg May 5, 2025
aa4ca96
feat: use authData(sessionKey public key) on the adapter level and pa…
Ansonhkg May 5, 2025
2686db8
feat: build works
Ansonhkg May 6, 2025
6de2f16
feat: add createRefreshedValue function
Ansonhkg May 7, 2025
6284f82
wip
Ansonhkg May 8, 2025
9aef1ed
wip: Lit Network modules
Ansonhkg May 9, 2025
596c4c7
wip: temporarily removed `vDatil` and fixed builds to continue dev
Ansonhkg May 9, 2025
563e6aa
wip: fix build for accountOrWalletClient as smart contract args
Ansonhkg May 9, 2025
1a1302d
wip: createChainManager works
Ansonhkg May 9, 2025
66a0bc0
fix: paths issue when using Bun
Ansonhkg May 9, 2025
f577d88
fix: revert back to using aliases
Ansonhkg May 9, 2025
48dc050
wip: Lit Chain Client connection works
Ansonhkg May 9, 2025
bb56acb
wip: add naga module
Ansonhkg May 10, 2025
052f3a4
fix: add `pino-caller` and remove @ts-error
Ansonhkg May 12, 2025
8be99b0
wip: LitNagaNetworkModule
Ansonhkg May 12, 2025
c593331
chore: delete cypress
Ansonhkg May 12, 2025
dd152a1
feat: event listenr works on getLitClient
Ansonhkg May 12, 2025
3af579c
feat: add handshake orchestrator as callback to the state manager
Ansonhkg May 13, 2025
478b8db
wip
Ansonhkg May 14, 2025
ab5fa92
feat: request created for pkpSign
Ansonhkg May 14, 2025
57f5e72
wip: to make pkp sign works, but we need authMethod for auth manager …
Ansonhkg May 15, 2025
3ded563
wip: pkp sign works
Ansonhkg May 15, 2025
964c1e7
fix: getEoaAuthContext to use viem account
Ansonhkg May 15, 2025
40b9180
wip: add `DomainSchema`, fixed resource builder interface, added batc…
Ansonhkg May 15, 2025
265a4fb
feat: add Bytes32Schea for any toSign data passes in to pkpSign
Ansonhkg May 15, 2025
dabd22f
chore: remove esbuilder
Ansonhkg May 15, 2025
fc23013
feat: add viemAuthenticator, auth config builder, api-manager, types …
Ansonhkg May 15, 2025
d44459e
feat: sync wasm package with feat/rc-naga-2025-04-07
Ansonhkg May 15, 2025
eb3dcbb
feat: added crypto package back from feat/nc-naga-2025-04-07
Ansonhkg May 15, 2025
4985964
feat: fixed version for @lit-protocol/nacl, @lit-protocol/uint8arrays,
Ansonhkg May 15, 2025
6bd5117
wip: make build work
Ansonhkg May 15, 2025
97a027a
fix: example run
Ansonhkg May 15, 2025
06172fa
feat: combine PKP sign signatures work but need to fix types.
Ansonhkg May 16, 2025
4f12c15
feat: different hash functions work for pkpSign
Ansonhkg May 16, 2025
bbc6697
feat: pkpSign structured nicely
Ansonhkg May 16, 2025
35d7269
feat: added abstraction on pkpSign for ethereum and bitcoin so that i…
Ansonhkg May 16, 2025
5dff42c
fix: import paths and build
Ansonhkg May 16, 2025
b1eb595
remove: pkp-* packages
Ansonhkg May 16, 2025
ccd3c11
remove: misc-browser
Ansonhkg May 16, 2025
9956c20
remove: event-listener (we can add this back if someone requests it)
Ansonhkg May 16, 2025
e5d3b31
remove: contracts-sdk
Ansonhkg May 16, 2025
bee9690
temp fix to run tests
Ansonhkg May 16, 2025
a4b4dd3
feat: add lit-auth-storage to gitignore
Ansonhkg May 16, 2025
426d28c
delete: all unused packages, commands and code
Ansonhkg May 16, 2025
f6df629
delete: remove unused code make lit-client as default package
Ansonhkg May 16, 2025
a02f814
remove: lit-node-client
Ansonhkg May 16, 2025
62b0b83
chore: stop tracking lit-auth-storage folder
Ansonhkg May 16, 2025
be078ac
chore: stop tracking .ctx folder
Ansonhkg May 16, 2025
c68d879
feat: normalise everything to just use node/npx
Ansonhkg May 16, 2025
13ea413
fix: build
Ansonhkg May 16, 2025
35bb98e
feat: add publish command to project.json
Ansonhkg May 16, 2025
7be1696
feat: init changeset
Ansonhkg May 16, 2025
cb6b698
wip: test changeset publish
Ansonhkg May 16, 2025
2164678
patch version
Ansonhkg May 16, 2025
0d12992
patch
Ansonhkg May 17, 2025
e83da6a
feat: fix network export path
Ansonhkg May 17, 2025
47993d1
patch
Ansonhkg May 17, 2025
90b7eff
fix(neworks): import paths
Ansonhkg May 17, 2025
f4c5151
chore: update changeset
Ansonhkg May 17, 2025
9d25cc0
patch
Ansonhkg May 17, 2025
7af81b3
chore(networks): patch
Ansonhkg May 17, 2025
a68c752
fix(browser): logger.ts:9 Uncaught TypeError: pino is not a function
Ansonhkg May 18, 2025
ebf2dc2
fix(networks): pino for browser
Ansonhkg May 18, 2025
35d9f65
❗️FIX(BROWSER): linking actually works in frontend now.
Ansonhkg May 18, 2025
48bee33
feat(package.json): all linkings
Ansonhkg May 18, 2025
3ed0a77
chore: add changeset
Ansonhkg May 18, 2025
3bfe8e8
delete(cmd): tools.mjs --remove-local-dev'
Ansonhkg May 18, 2025
fa02e0a
delete: remove `--no-empty-directories=true`
Ansonhkg May 18, 2025
360ab9d
delete: `fixTsConfigFunc` command
Ansonhkg May 18, 2025
0c8d997
delete: tools.mjs and related commands
Ansonhkg May 18, 2025
646cb5f
delete: pub.mjs as now we are using changeset
Ansonhkg May 18, 2025
6179962
refactor(package.json): commands
Ansonhkg May 18, 2025
8b1184b
remove: deprecated cmd
Ansonhkg May 18, 2025
729646e
feat(package.json): update bun link scripts
Ansonhkg May 19, 2025
7386d2e
fix: add mains and typings in package.json
Ansonhkg May 19, 2025
59af64b
Merge branch 'wip-structure' of https://github.com/LIT-Protocol/js-sd…
Ansonhkg May 19, 2025
db1329e
wip: fix browser
Ansonhkg May 19, 2025
477c54c
feat(authConfig): make it even easier to add resources
Ansonhkg May 19, 2025
35a043b
feat(authenticators): add WalletClient authenticator
Ansonhkg May 19, 2025
405a09f
Merge branch 'fix/browser-account-type' into wip-structure
Ansonhkg May 19, 2025
1e6bb55
feat(pkp-auth-service): first
Ansonhkg May 20, 2025
33c51d1
feat(pkp-auth-service): tidy up structure
Ansonhkg May 20, 2025
1194132
feat(pkp-auth-service): update mintPKP api to accept optional params …
Ansonhkg May 20, 2025
24531b1
fix(pkp-auth-service): project.json build script
Ansonhkg May 20, 2025
819633c
feat(pkp-auth-service): add lit-login-server
Ansonhkg May 20, 2025
5888084
feat: rename `pkp-auth-service` to `auth-services`
Ansonhkg May 20, 2025
26d9460
feat: social minting works with custom login server and auth service
Ansonhkg May 21, 2025
d5790f8
feat(networkModule): add `authServerBaseUrl`
Ansonhkg May 21, 2025
60f82df
wip
Ansonhkg May 21, 2025
bc1a263
feat(wip): signSessionKey endpoint works! but need to fking tidy up 🥲
Ansonhkg May 21, 2025
eb5b283
feat(signSessionKey): handled response and signed with a Google PKP!.…
Ansonhkg May 21, 2025
e702d75
fix: build
Ansonhkg May 21, 2025
19fdeda
chore: removed old lib and renamed lib.v2 back to lib
Ansonhkg May 21, 2025
c5e66cd
feat: add cache to inner/delegation auth sig
Ansonhkg May 22, 2025
9c78c4a
chore: add logger to createLitClient
Ansonhkg May 22, 2025
d897225
fix: Discord
Ansonhkg May 22, 2025
83ae0e1
feat(auth-server): add webauthn support
Ansonhkg May 22, 2025
ed731cc
feat(auth): add webauthn support
Ansonhkg May 22, 2025
69b6162
chore: move authenticators into native
Ansonhkg May 22, 2025
13700c8
feat: add `mintNext` api; update Viem/WalletClient authenticators; ad…
Ansonhkg May 22, 2025
7debd4f
feat: auth service now use mintWithAuth API + overwrite to mint for u…
Ansonhkg May 22, 2025
57a0a83
fix: webauthn flows and remove overwrites, and introduce different ki…
Ansonhkg May 22, 2025
45ba4d6
fix: build
Ansonhkg May 22, 2025
6b0bde6
fix(PkpIdentifierSchema): convert any type to bigint
Ansonhkg May 23, 2025
14287ad
feat: stytch totp works
Ansonhkg May 23, 2025
73c2871
feat: improve pkpPermission context
Ansonhkg May 24, 2025
aa9cfb5
feat: custom auth demo works
Ansonhkg May 24, 2025
94ed988
feat: add `PermittedAuthMethodScopes` and `safeTransfer`
Ansonhkg May 25, 2025
a95e774
feat: `custom` auth works
Ansonhkg May 25, 2025
24b07dd
feat(docs): add examples
Ansonhkg May 25, 2025
4e4a045
delete unused
Ansonhkg May 25, 2025
e266798
feat: update @lit-protocol/contracts package
Ansonhkg May 25, 2025
3714b28
feat: encrypt/decrypt
Ansonhkg May 25, 2025
7dfce50
feat:
Ansonhkg May 26, 2025
a413660
feat:
Ansonhkg May 26, 2025
983be24
fix(getEoaAuthContext): used the wrong `AuthConfigSchema` type. Depre…
Ansonhkg May 27, 2025
d5a335d
feat: add api `createPKPViemAccount` with tests
Ansonhkg May 27, 2025
0184bfa
fix: signAndCombineEcdsa on lit action
Ansonhkg May 27, 2025
90a6b0f
feat:
Ansonhkg May 28, 2025
c6ef1b7
feat: e2ee logic works
Ansonhkg May 29, 2025
1230ffa
feat: e2ee works on pkpSign
Ansonhkg May 29, 2025
9317b3c
feat: add E2EE executeJs
Ansonhkg May 29, 2025
ffe0e55
wip: naga-local checkpoint
Ansonhkg May 29, 2025
b1eb898
feat: e2ee decrypt
Ansonhkg May 29, 2025
ad49927
feat: signSessionKey e2ee works
Ansonhkg May 29, 2025
d77be50
feat: e2e works
Ansonhkg May 29, 2025
ed6b033
fix: schemas and types
Ansonhkg May 29, 2025
9c72cb8
fix(naga-local): build works
Ansonhkg May 29, 2025
7e2487c
fix(test): pkpSign test works
Ansonhkg May 29, 2025
d01763b
feat: add e2e tests
Ansonhkg May 30, 2025
8bb1337
delete: old local-tests
Ansonhkg May 30, 2025
30c75bd
feat: naga-dev up
Ansonhkg May 30, 2025
937cd56
fix: add naga-dev
Ansonhkg May 30, 2025
0c6abd8
feat(networks): add naga-staging
Ansonhkg May 30, 2025
d514cdb
chore: update package.json
Ansonhkg May 30, 2025
ff75c6b
naga-prerelease
Ansonhkg May 30, 2025
f482a99
fix(auth-services): build
Ansonhkg May 30, 2025
2195da8
fix(build): auth-services
Ansonhkg May 30, 2025
9a6a7ef
fix(build): auth-services
Ansonhkg May 30, 2025
6c3938a
fix(build): auth-services
Ansonhkg May 30, 2025
12e304c
fix(build): auth-services
Ansonhkg May 30, 2025
d08eed4
fix(build): auth-services
Ansonhkg May 30, 2025
a0919a9
fix(build): auth-services
Ansonhkg May 30, 2025
cac8964
fix(build): auth-services
Ansonhkg May 30, 2025
53973d3
fix(build): auth-services
Ansonhkg May 30, 2025
20f98e5
git commit -m "fix(build): auth-services"
Ansonhkg May 30, 2025
c6bddb8
fix(publish): auth-services
Ansonhkg May 30, 2025
f2818e1
git commit -m "fix(config): auth-services"
Ansonhkg May 30, 2025
67cc0bf
fix(config): auth-services
Ansonhkg May 30, 2025
3a0a30d
fix(config): auth-services
Ansonhkg May 30, 2025
e56fa39
fix(config): auth-services
Ansonhkg May 30, 2025
a6eb1bc
fmt
Ansonhkg May 30, 2025
979440d
feat: add bun version
Ansonhkg May 30, 2025
da8bf7c
fix(config): add openagenda/verror
Ansonhkg May 30, 2025
4ad5cec
fix(config): wip
Ansonhkg May 30, 2025
8523cb7
fix(config): wip
Ansonhkg May 30, 2025
9d38582
fix(config): wip
Ansonhkg May 30, 2025
cb0bbed
fix(config): wip
Ansonhkg May 30, 2025
ebc090d
feat: add app
Ansonhkg May 30, 2025
f1df005
wip
Ansonhkg May 30, 2025
7d5640e
rm pkg
Ansonhkg May 30, 2025
25b5940
feat: docker test
Ansonhkg May 30, 2025
3c3f2da
fix: add required dependenceis for packages
Ansonhkg May 30, 2025
cd94213
feat: add two app examples
Ansonhkg May 30, 2025
138437b
fix(config): add required dependencies to packages
Ansonhkg May 30, 2025
2632763
update fmt
Ansonhkg May 30, 2025
851eb4c
fix(networks): add required dependencies
Ansonhkg May 30, 2025
d31c69f
fix(networks): update pkg
Ansonhkg May 30, 2025
1271cc0
feat(❗️build): add a script to check for missing dependencies. Otherw…
Ansonhkg May 30, 2025
857e330
fix(build): order of building is important
Ansonhkg May 30, 2025
65358db
chore: update authServiceBaseUrl for naga dev
Ansonhkg May 30, 2025
b8ae37b
publish new test version
Ansonhkg May 30, 2025
4c18aab
fix(auth-services): add cors origin
Ansonhkg May 30, 2025
c664381
wip
Ansonhkg May 30, 2025
ca72c25
wip
Ansonhkg May 30, 2025
3ac49c5
bump auth service
Ansonhkg May 31, 2025
f75bf67
delete: remove `@lit-protocol/misc-browser` dependency
Ansonhkg May 31, 2025
a072d33
fix: add "@lit-protocol/nacl": "7.1.1"
Ansonhkg May 31, 2025
9341309
fix: add "@lit-protocol/uint8arrays": "7.1.1",
Ansonhkg May 31, 2025
c044935
wip
Ansonhkg May 31, 2025
0dcfe66
feat(e2e): add publishable e2e tests
Ansonhkg Jun 2, 2025
10a1585
fix(e2e): remove workspace dependencies and rely on peers
Ansonhkg Jun 3, 2025
6bb5d1b
feat: add error handling handling responses
Ansonhkg Jun 4, 2025
f737066
delete: remove modals.ts
Ansonhkg Jun 4, 2025
961801b
delete: metamask
Ansonhkg Jun 4, 2025
367985a
fix: globalThis
Ansonhkg Jun 4, 2025
fbfa1eb
fix(config): make vite config minimum
Ansonhkg Jun 4, 2025
c144e19
chore: clean up auth package
Ansonhkg Jun 6, 2025
e4ff116
feat: make typedoc gen only for LitClient
Ansonhkg Jun 9, 2025
aa675b8
doc(wip): add typedoc
Ansonhkg Jun 9, 2025
db0512c
feat: improve logging, up the contracts package, generate curl comman…
Ansonhkg Jun 10, 2025
51f6098
feat: improve debugging
Ansonhkg Jun 10, 2025
dcdae8e
fix: init type and viem
Ansonhkg Jun 10, 2025
d87f4d5
fix: wasm build
Ansonhkg Jun 10, 2025
153ec58
fix: build
Ansonhkg Jun 10, 2025
3557d33
chore: add dir to reset
Ansonhkg Jun 10, 2025
56b3e76
fix(attestation): different challenge was used.
Ansonhkg Jun 10, 2025
7327567
feat(artillery): add scripts for artillery load testing
Ansonhkg Jun 12, 2025
cdedbde
chore: remove unused
Ansonhkg Jun 12, 2025
5464584
feat(payment): add Ledge ABIs
Ansonhkg Jun 19, 2025
49d8f68
release: lit-client & networks packages
Ansonhkg Jun 19, 2025
c754e60
chore(release): patch
Ansonhkg Jun 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .bun-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.10
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
5 changes: 5 additions & 0 deletions .changeset/all-memes-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

add "zod-validation-error": "^3.4.0"
5 changes: 5 additions & 0 deletions .changeset/bitter-nights-create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/networks': major
---

fix browser compatability
5 changes: 5 additions & 0 deletions .changeset/bitter-sloths-pick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

fixing cors
6 changes: 6 additions & 0 deletions .changeset/brown-houses-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lit-protocol/lit-client': major
'@lit-protocol/networks': major
---

feat(payment): add Ledge contract ABIs
17 changes: 17 additions & 0 deletions .changeset/chatty-poets-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@lit-protocol/access-control-conditions': patch
'@lit-protocol/access-control-conditions-schemas': patch
'@lit-protocol/auth': patch
'@lit-protocol/auth-helpers': patch
'@lit-protocol/auth-services': patch
'@lit-protocol/constants': patch
'@lit-protocol/crypto': patch
'@lit-protocol/lit-client': patch
'@lit-protocol/logger': patch
'@lit-protocol/networks': patch
'@lit-protocol/schemas': patch
'@lit-protocol/types': patch
'@lit-protocol/wasm': patch
---

add required dependencies
5 changes: 5 additions & 0 deletions .changeset/chilly-rice-stand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/networks': major
---

fix import paths
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": []
}
18 changes: 18 additions & 0 deletions .changeset/cuddly-comics-take.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

third attempt.
18 changes: 18 additions & 0 deletions .changeset/cuddly-rats-say.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

version 4
19 changes: 19 additions & 0 deletions .changeset/curvy-trams-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/auth-services': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

fix build pipeline -> dependencies order is important
5 changes: 5 additions & 0 deletions .changeset/cyan-knives-see.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

add "cbor-web": "^9.0.2",
5 changes: 5 additions & 0 deletions .changeset/easy-mugs-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/lit-client': major
---

add export to index.ts
5 changes: 5 additions & 0 deletions .changeset/evil-phones-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

fix build
5 changes: 5 additions & 0 deletions .changeset/few-clouds-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

test publish
18 changes: 18 additions & 0 deletions .changeset/fifty-loops-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

test
5 changes: 5 additions & 0 deletions .changeset/five-poems-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/networks': major
---

adding "@lit-protocol/contracts": "^0.1.23",
5 changes: 5 additions & 0 deletions .changeset/fluffy-buttons-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

fix imports
19 changes: 19 additions & 0 deletions .changeset/free-candles-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/auth-services': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

test
5 changes: 5 additions & 0 deletions .changeset/full-worms-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

fix import path
17 changes: 17 additions & 0 deletions .changeset/gentle-phones-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/auth-services': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
---

merged lit-login-server & relayer as auth-services
18 changes: 18 additions & 0 deletions .changeset/honest-windows-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

test
18 changes: 18 additions & 0 deletions .changeset/hot-baboons-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

Initial alpha publish.
5 changes: 5 additions & 0 deletions .changeset/late-trees-win.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

fix(config): auth-services
19 changes: 19 additions & 0 deletions .changeset/many-apes-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/auth-services': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

wip
19 changes: 19 additions & 0 deletions .changeset/pink-houses-show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': major
'@lit-protocol/access-control-conditions-schemas': major
'@lit-protocol/auth': major
'@lit-protocol/auth-helpers': major
'@lit-protocol/auth-services': major
'@lit-protocol/constants': major
'@lit-protocol/crypto': major
'@lit-protocol/lit-client': major
'@lit-protocol/logger': major
'@lit-protocol/networks': major
'@lit-protocol/schemas': major
'@lit-protocol/types': major
'@lit-protocol/wasm': major
'@lit-protocol/wrapped-keys': major
'@lit-protocol/wrapped-keys-lit-actions': major
---

fix dependencies
5 changes: 5 additions & 0 deletions .changeset/pink-ideas-find.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

wip
69 changes: 69 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@lit-protocol/access-control-conditions": "8.0.0-alpha.3",
"@lit-protocol/access-control-conditions-schemas": "8.0.0-alpha.3",
"@lit-protocol/auth": "8.0.0-alpha.3",
"@lit-protocol/auth-helpers": "8.0.0-alpha.3",
"@lit-protocol/constants": "8.0.0-alpha.3",
"@lit-protocol/crypto": "8.0.0-alpha.3",
"@lit-protocol/lit-client": "8.0.0-alpha.3",
"@lit-protocol/logger": "8.0.0-alpha.3",
"@lit-protocol/networks": "8.0.0-alpha.3",
"@lit-protocol/schemas": "8.0.0-alpha.3",
"@lit-protocol/types": "8.0.0-alpha.3",
"@lit-protocol/wasm": "8.0.0-alpha.3",
"@lit-protocol/wrapped-keys": "8.0.0-alpha.3",
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0-alpha.3",
"@lit-protocol/auth-services": "0.1.0"
},
"changesets": [
"all-memes-hang",
"bitter-nights-create",
"bitter-sloths-pick",
"brown-houses-matter",
"chatty-poets-grow",
"chilly-rice-stand",
"cuddly-comics-take",
"cuddly-rats-say",
"curvy-trams-fly",
"cyan-knives-see",
"easy-mugs-fry",
"evil-phones-heal",
"few-clouds-do",
"fifty-loops-clean",
"five-poems-warn",
"fluffy-buttons-heal",
"free-candles-shake",
"full-worms-talk",
"gentle-phones-wink",
"honest-windows-tan",
"hot-baboons-help",
"late-trees-win",
"many-apes-yawn",
"pink-houses-show",
"pink-ideas-find",
"puny-lines-know",
"purple-ants-shake",
"quick-parts-enjoy",
"quiet-bees-exist",
"rude-chicken-join",
"short-signs-check",
"silent-crabs-take",
"silver-lizards-accept",
"smart-women-enter",
"sour-candles-lick",
"sour-frogs-nail",
"spotty-rules-sink",
"tall-cases-think",
"tame-memes-crash",
"thick-hotels-cheer",
"tough-waves-double",
"vast-mails-melt",
"weak-news-buy",
"wicked-wasps-spend",
"yellow-cloths-poke",
"yellow-seas-crash"
]
}
5 changes: 5 additions & 0 deletions .changeset/puny-lines-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth-services': major
---

add "@openagenda/verror": "^3.1.4"
Loading