@crowdedkingdoms/crowdyjs 1.0.0 → 1.0.1

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.ts CHANGED
@@ -41,7 +41,7 @@
41
41
  * or internal tooling, never an untrusted browser.
42
42
  */
43
43
  /** The published package version. Mirrors `package.json`. */
44
- export declare const VERSION = "1.0.0";
44
+ export declare const VERSION = "1.0.1";
45
45
  export { CrowdyClient, createCrowdyClient, type CrowdyClientConfig, } from './crowdy-client.js';
46
46
  export { BrowserLocalStorageTokenStore, SessionStore, type SessionListener, type TokenStore, } from './session.js';
47
47
  export { GraphQLClient, GraphQLTransport, type GraphQLClientConfig, } from './client.js';
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@
41
41
  * or internal tooling, never an untrusted browser.
42
42
  */
43
43
  /** The published package version. Mirrors `package.json`. */
44
- export const VERSION = '1.0.0';
44
+ export const VERSION = '1.0.1';
45
45
  export { CrowdyClient, createCrowdyClient, } from './crowdy-client.js';
46
46
  export { BrowserLocalStorageTokenStore, SessionStore, } from './session.js';
47
47
  export { GraphQLClient, GraphQLTransport, } from './client.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdedkingdoms/crowdyjs",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Client SDK for Crowded Kingdoms GraphQL API with UDP proxy support",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",