@dbos-inc/dbos-sdk 1.1.2-preview → 1.1.9-preview.gb854acef85

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.9-preview.gb854acef85",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {