@memberjunction/server 0.9.153 → 0.9.155

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 (2) hide show
  1. package/build.log.json +7 -1
  2. package/package.json +2 -2
package/build.log.json CHANGED
@@ -165,6 +165,12 @@
165
165
  "buildTime": "2024-02-04T21:24:12.8424299-06:00"
166
166
  },
167
167
  {
168
- "buildTime": "2024-02-10T09:51:38.5564570-06:00"
168
+ "buildTime": "2024-02-10T09:51:38.556457-06:00"
169
+ },
170
+ {
171
+ "buildTime": "2024-02-11T09:10:16.4994366-06:00"
172
+ },
173
+ {
174
+ "buildTime": "2024-02-11T09:19:33.2238247-06:00"
169
175
  }
170
176
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/server",
3
- "version": "0.9.153",
3
+ "version": "0.9.155",
4
4
  "description": "MemberJunction: This project provides API access via GraphQL to the common data store.",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -28,7 +28,7 @@
28
28
  "@memberjunction/global": "^0.9.132",
29
29
  "@memberjunction/queue": "^0.9.139",
30
30
  "@memberjunction/sqlserver-dataprovider": "^0.9.150",
31
- "@memberjunction/skip-types": "^0.9.5",
31
+ "@memberjunction/skip-types": "^0.9.7",
32
32
  "@types/cors": "^2.8.13",
33
33
  "@types/jsonwebtoken": "^8.5.9",
34
34
  "@types/node": "^18.11.14",