@memberjunction/server 0.9.232 → 0.9.234
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/build.log.json +7 -1
- package/package.json +2 -2
package/build.log.json
CHANGED
|
@@ -360,6 +360,12 @@
|
|
|
360
360
|
"buildTime": "2024-03-13T08:37:59.1966504-05:00"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
|
-
"buildTime": "2024-03-13T08:39:15.
|
|
363
|
+
"buildTime": "2024-03-13T08:39:15.466737-05:00"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"buildTime": "2024-03-13T08:41:54.4842674-05:00"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"buildTime": "2024-03-13T08:47:22.1848990-05:00"
|
|
364
370
|
}
|
|
365
371
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/server",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.234",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@memberjunction/data-context-server": "^0.9.39",
|
|
30
30
|
"@memberjunction/global": "^0.9.152",
|
|
31
31
|
"@memberjunction/queue": "^0.9.177",
|
|
32
|
-
"@memberjunction/sqlserver-dataprovider": "^0.9.
|
|
32
|
+
"@memberjunction/sqlserver-dataprovider": "^0.9.192",
|
|
33
33
|
"@memberjunction/skip-types": "^0.9.67",
|
|
34
34
|
"@types/cors": "^2.8.13",
|
|
35
35
|
"@types/jsonwebtoken": "^8.5.9",
|