@edgestore/sdk 1.0.0-next.2 → 1.0.0-next.3

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/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const EDGE_STORE_PACKAGE_NAME = "@edgestore/sdk";
2
- export declare const EDGE_STORE_PACKAGE_VERSION = "1.0.0-next.2";
2
+ export declare const EDGE_STORE_PACKAGE_VERSION = "1.0.0-next.3";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  const EDGE_STORE_PACKAGE_NAME = '@edgestore/sdk';
2
- const EDGE_STORE_PACKAGE_VERSION = '1.0.0-next.2';
2
+ const EDGE_STORE_PACKAGE_VERSION = '1.0.0-next.3';
3
3
 
4
4
  export { EDGE_STORE_PACKAGE_NAME, EDGE_STORE_PACKAGE_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgestore/sdk",
3
- "version": "1.0.0-next.2",
3
+ "version": "1.0.0-next.3",
4
4
  "description": "Official low-level TypeScript SDK for the EdgeStore API",
5
5
  "homepage": "https://edgestore.dev",
6
6
  "license": "MIT",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export const EDGE_STORE_PACKAGE_NAME = '@edgestore/sdk';
2
- export const EDGE_STORE_PACKAGE_VERSION = '1.0.0-next.2';
2
+ export const EDGE_STORE_PACKAGE_VERSION = '1.0.0-next.3';