@nsshunt/stsdatamanagement 1.18.193 → 1.18.194

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.
@@ -807,7 +807,7 @@ ALTER FUNCTION public.delete_stsresource_latest(character varying, character var
807
807
  CREATE TABLE public.stsentity
808
808
  (
809
809
  oid bigint NOT NULL DEFAULT nextval('stsentity_oid_seq'::regclass),
810
- resourceoid integer NOT NULL,
810
+ resourceoid bigint NOT NULL,
811
811
  entname character varying(128) COLLATE pg_catalog."default" NOT NULL,
812
812
  entvalue character varying(32768) COLLATE pg_catalog."default",
813
813
  envalue_jsonb jsonb,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.18.193",
3
+ "version": "1.18.194",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "type": "module",
6
6
  "main": "./dist/dbaccess.js",