local-first-auth-simulator 1.4.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -169,7 +169,7 @@ declare class MockLocalFirstAuth implements LocalFirstAuth {
169
169
 
170
170
  /**
171
171
  * Create and sign a JWT using Ed25519
172
- * Matches the Antler IRL Browser app implementation
172
+ * Matches the Antler Local First Auth app implementation
173
173
  *
174
174
  * @param payload - JWT payload containing claims
175
175
  * @param profile - Profile with privateKey (base64-encoded 64-byte secret key)
package/dist/index.d.ts CHANGED
@@ -169,7 +169,7 @@ declare class MockLocalFirstAuth implements LocalFirstAuth {
169
169
 
170
170
  /**
171
171
  * Create and sign a JWT using Ed25519
172
- * Matches the Antler IRL Browser app implementation
172
+ * Matches the Antler Local First Auth app implementation
173
173
  *
174
174
  * @param payload - JWT payload containing claims
175
175
  * @param profile - Profile with privateKey (base64-encoded 64-byte secret key)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-first-auth-simulator",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "Development tool for testing Local First Auth mini-apps. Injects window.localFirstAuth into a regular browser to help you test Local First Auth host apps while in development environments.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",