@trigger.dev/sdk 0.2.12-next.0 → 0.2.12

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -907,7 +907,7 @@ var import_zod13 = require("zod");
907
907
 
908
908
  // package.json
909
909
  var name = "@trigger.dev/sdk";
910
- var version = "0.2.12-next.0";
910
+ var version = "0.2.12";
911
911
 
912
912
  // src/connection.ts
913
913
  var import_uuid = require("uuid");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/sdk",
3
- "version": "0.2.12-next.0",
3
+ "version": "0.2.12",
4
4
  "description": "trigger.dev Node.JS SDK",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",