couchdb-web-node-plugin 1.0.815 → 1.0.817

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,6 +1,6 @@
1
1
  {
2
2
  "name": "couchdb-web-node-plugin",
3
- "version": "1.0.815",
3
+ "version": "1.0.817",
4
4
  "description": "A couchdb server, model instance conflict handler, rest api, authentication, session management, schema validator and model relation guarantee for webNode.",
5
5
  "keywords": [
6
6
  "api",
@@ -76,7 +76,7 @@
76
76
  "@stylistic/eslint-plugin": "^5.9.0",
77
77
  "@types/ejs": "^3.1.5",
78
78
  "@types/express": "^5.0.6",
79
- "@types/node": "^25.3.0",
79
+ "@types/node": "^25.3.2",
80
80
  "@types/pouchdb-adapter-memory": "^6.1.6",
81
81
  "@types/pouchdb-node": "^6.1.7",
82
82
  "@typescript-eslint/eslint-plugin": "^8.56.1",
@@ -360,10 +360,7 @@
360
360
  "maximum": 90,
361
361
  "minimum": -90,
362
362
  "nullable": false,
363
- "type": [
364
- "number",
365
- "UNRESOLVED"
366
- ]
363
+ "type": "number"
367
364
  },
368
365
  "longitude": {
369
366
  "declaration": "Longitude degree of the represented position.",
@@ -371,10 +368,7 @@
371
368
  "maximum": 180,
372
369
  "minimum": -180,
373
370
  "nullable": false,
374
- "type": [
375
- "number",
376
- "UNRESOLVED"
377
- ]
371
+ "type": "number"
378
372
  }
379
373
  },
380
374
  "_materializedView": {