@dbos-inc/dbos-sdk 1.20.7-preview → 1.20.11-preview

Sign up to get free protection for your applications and to get access to all the features.
package/eslint.config.js CHANGED
@@ -32,10 +32,12 @@ module.exports = typescriptEslint.config(
32
32
  },
33
33
 
34
34
  rules: {
35
+ "eqeqeq": "error",
35
36
  "@typescript-eslint/indent": "off",
36
37
  "@typescript-eslint/unbound-method": ["error", { ignoreStatic: true }],
37
38
  "@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_", varsIgnorePattern: "^_", caughtErrors: "none" }],
38
- "@typescript-eslint/no-misused-promises": ["error", { checksVoidReturn: false }]
39
+ "@typescript-eslint/no-misused-promises": ["error", { checksVoidReturn: false }],
40
+ "@typescript-eslint/no-floating-promises": "error"
39
41
  }
40
42
  }
41
43
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "1.20.7-preview",
3
+ "version": "1.20.11-preview",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {