@openstax/ts-utils 1.34.1 → 1.35.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openstax/ts-utils",
3
- "version": "1.34.1",
3
+ "version": "1.35.0",
4
4
  "bin": {
5
5
  "ts-utils": "./script/bin-entry.bash"
6
6
  },
@@ -11,6 +11,7 @@
11
11
  "@aws-sdk/client-sts": "^3.171.0",
12
12
  "@aws-sdk/s3-presigned-post": "^3.267.0",
13
13
  "@aws-sdk/s3-request-presigner": "^3.267.0",
14
+ "@aws-sdk/util-dynamodb": "^3.171.0",
14
15
  "aws-sdk": "^2.1145.0",
15
16
  "cookie": "^0.5.0",
16
17
  "date-fns": "^2.29.2",
@@ -195,6 +196,11 @@
195
196
  "browser": "./dist/cjs/services/postgresConnection/index.js",
196
197
  "import": "./dist/esm/services/postgresConnection/index.js",
197
198
  "require": "./dist/cjs/services/postgresConnection/index.js"
199
+ },
200
+ "./services/streamIndexer": {
201
+ "browser": "./dist/cjs/services/streamIndexer/index.js",
202
+ "import": "./dist/esm/services/streamIndexer/index.js",
203
+ "require": "./dist/cjs/services/streamIndexer/index.js"
198
204
  }
199
205
  },
200
206
  "files": [