@deboxsoft/module-server
Advanced tools
Comparing version 1.3.3-alpha.1 to 1.3.3-alpha.2
@@ -276,3 +276,3 @@ 'use strict'; | ||
type UpdateAccountResult { | ||
type UpdateResult { | ||
id: ID | ||
@@ -283,3 +283,3 @@ modifiedCount: Int | ||
type RemoveAccountResult { | ||
type RemoveResult { | ||
deletedCount: Int | ||
@@ -286,0 +286,0 @@ success: Boolean |
@@ -272,3 +272,3 @@ import { pascalCase } from 'change-case'; | ||
type UpdateAccountResult { | ||
type UpdateResult { | ||
id: ID | ||
@@ -279,3 +279,3 @@ modifiedCount: Int | ||
type RemoveAccountResult { | ||
type RemoveResult { | ||
deletedCount: Int | ||
@@ -282,0 +282,0 @@ success: Boolean |
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "1.3.3-alpha.1+fb26303", | ||
"version": "1.3.3-alpha.2+a0e18c6", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -45,3 +45,3 @@ "maintainers": [ | ||
}, | ||
"gitHead": "fb26303c4d1e662044fc1ba954ab657644d68c41" | ||
"gitHead": "a0e18c638c5bcd8bdd55d56be89d53a26b17832a" | ||
} |
@@ -40,3 +40,3 @@ import { timestampSchema } from "./timestampSchema"; | ||
type UpdateAccountResult { | ||
type UpdateResult { | ||
id: ID | ||
@@ -47,3 +47,3 @@ modifiedCount: Int | ||
type RemoveAccountResult { | ||
type RemoveResult { | ||
deletedCount: Int | ||
@@ -50,0 +50,0 @@ success: Boolean |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
49204