@dbos-inc/dbos-sdk 1.1.2-preview → 1.1.10-preview.g36cbbbe114

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.
@@ -4,7 +4,7 @@
4
4
  "target": "esnext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
5
5
  "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
6
6
  "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
7
- "module": "commonjs", /* Specify what module code is generated. */
7
+ "module": "Node16", /* Specify what module code is generated. */
8
8
  "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
9
9
  "declarationMap": true, /* Create sourcemaps for d.ts files. */
10
10
  "sourceMap": true, /* Create source map files for emitted JavaScript files. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "1.1.2-preview",
3
+ "version": "1.1.10-preview.g36cbbbe114",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {