@rpcbase/server 0.366.0-fileupload.0 → 0.366.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": "@rpcbase/server",
3
- "version": "0.366.0-fileupload.0",
3
+ "version": "0.366.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -56,8 +56,6 @@ const mongoose_delete_plugin = (schema) => {
56
56
 
57
57
 
58
58
  const assert_doc_id = (change) => {
59
- // if (process.env.NODE_ENV !== "development") return
60
-
61
59
  const doc_id = change.documentKey?._id?.toString()
62
60
 
63
61
  // some changes aren't on documents
package/tsconfig.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- // this tsconfig file is only used by the linter, it is ignored in .npmignore
3
- "extends": "../bundler-server/tsconfig.json",
4
- "include": [
5
- "**/*.ts",
6
- "**/*.tsx"
7
- ]
8
- }