@memberjunction/server 0.9.154 → 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 +3 -0
  2. package/package.json +2 -2
package/build.log.json CHANGED
@@ -169,5 +169,8 @@
169
169
  },
170
170
  {
171
171
  "buildTime": "2024-02-11T09:10:16.4994366-06:00"
172
+ },
173
+ {
174
+ "buildTime": "2024-02-11T09:19:33.2238247-06:00"
172
175
  }
173
176
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/server",
3
- "version": "0.9.154",
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.6",
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",