@dbos-inc/dbos-sdk 0.8.50-preview.gb70145e277 → 0.8.52-preview.g611df9b955

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "0.8.50-preview.gb70145e277",
3
+ "version": "0.8.52-preview.g611df9b955",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,6 +13,7 @@
13
13
  "types": "dist/index.d.ts",
14
14
  "scripts": {
15
15
  "build": "tsc --project tsconfig.json",
16
+ "test": "echo 'No tests'",
16
17
  "setversion": "grunt setversion"
17
18
  },
18
19
  "devDependencies": {
@@ -22,6 +23,7 @@
22
23
  "typescript": "^5.3.3"
23
24
  },
24
25
  "dependencies": {
25
- "@dbos-inc/dbos-sdk": "^0.8.41-preview"
26
+ "@dbos-inc/dbos-sdk": "^0.8.41-preview",
27
+ "bcryptjs": "^2.4.3"
26
28
  }
27
29
  }
@@ -13,6 +13,7 @@
13
13
  "types": "dist/index.d.ts",
14
14
  "scripts": {
15
15
  "build": "tsc --project tsconfig.json",
16
+ "test": "echo 'No tests'",
16
17
  "setversion": "grunt setversion"
17
18
  },
18
19
  "devDependencies": {
@@ -13,6 +13,7 @@
13
13
  "types": "dist/index.d.ts",
14
14
  "scripts": {
15
15
  "build": "tsc --project tsconfig.json",
16
+ "test": "echo 'No tests'",
16
17
  "setversion": "grunt setversion"
17
18
  },
18
19
  "devDependencies": {