@hkdigital/lib-sveltekit 0.0.53 → 0.0.54

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.
@@ -1024,7 +1024,7 @@ export function setReadOnlyProperty(obj, propertyName, value) {
1024
1024
 
1025
1025
  expect.string(propertyName);
1026
1026
 
1027
- expect.defined(value);
1027
+ // expect.defined(value);
1028
1028
 
1029
1029
  Object.defineProperty(obj, propertyName, {
1030
1030
  value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "author": "Jens Kleinhout, HKdigital (https://hkdigital.nl)",
5
5
  "license": "ISC",
6
6
  "repository": {