@openstax/ts-utils 1.21.9 → 1.21.10

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.
Files changed (1) hide show
  1. package/package.json +1 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openstax/ts-utils",
3
- "version": "1.21.9",
3
+ "version": "1.21.10",
4
4
  "bin": {
5
5
  "ts-utils": "./script/bin-entry.bash"
6
6
  },
@@ -187,16 +187,6 @@
187
187
  "import": "./dist/esm/services/fileServer/index.js",
188
188
  "require": "./dist/cjs/services/fileServer/index.js"
189
189
  },
190
- "./services/fileServer/localFileServer": {
191
- "browser": "./dist/cjs/services/fileServer/localFileServer/index.js",
192
- "import": "./dist/esm/services/fileServer/localFileServer/index.js",
193
- "require": "./dist/cjs/services/fileServer/localFileServer/index.js"
194
- },
195
- "./services/fileServer/s3FileServer": {
196
- "browser": "./dist/cjs/services/fileServer/s3FileServer/index.js",
197
- "import": "./dist/esm/services/fileServer/s3FileServer/index.js",
198
- "require": "./dist/cjs/services/fileServer/s3FileServer/index.js"
199
- },
200
190
  "./services/postgresConnection": {
201
191
  "browser": "./dist/cjs/services/postgresConnection/index.js",
202
192
  "import": "./dist/esm/services/postgresConnection/index.js",