@defra-fish/dynamics-lib 1.35.0 → 1.36.0-rc.1
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defra-fish/dynamics-lib",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.36.0-rc.1",
|
|
4
4
|
"description": "Framework to support integration with dynamics",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=18.17"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"rod",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"simple-oauth2": "^4.3.0",
|
|
44
44
|
"uuid": "^8.3.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7906f236861c5c6cfa54ae365244f8e479bd451b"
|
|
47
47
|
}
|
|
@@ -103,7 +103,7 @@ describe('entity manager', () => {
|
|
|
103
103
|
})
|
|
104
104
|
|
|
105
105
|
it('throws an error on implementation failure', async () => {
|
|
106
|
-
await expect(persist([null])).rejects.toThrow("Cannot read
|
|
106
|
+
await expect(persist([null])).rejects.toThrow("Cannot read properties of null (reading 'isNew')")
|
|
107
107
|
})
|
|
108
108
|
})
|
|
109
109
|
|