@feathersjs/schema 5.0.30 → 5.0.32

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01)
7
+
8
+ **Note:** Version bump only for package @feathersjs/schema
9
+
10
+ ## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2))
15
+
6
16
  ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
7
17
 
8
18
  **Note:** Version bump only for package @feathersjs/schema
package/lib/index.js CHANGED
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
19
19
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
20
20
  };
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
28
38
  var __importDefault = (this && this.__importDefault) || function (mod) {
29
39
  return (mod && mod.__esModule) ? mod : { "default": mod };
30
40
  };
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8DAAyF;AAIhF,qBAJF,qBAAU,CAIE;AAEnB,2CAAwB;AACxB,6CAA0B;AAC1B,0CAAuB;AACvB,gDAA6B;AAC7B,oDAAiC;AAEjC,iDAAgC;AAChC,4DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8DAAyF;AAIhF,qBAJF,qBAAU,CAIE;AAEnB,2CAAwB;AACxB,6CAA0B;AAC1B,0CAAuB;AACvB,gDAA6B;AAC7B,oDAAiC;AAEjC,iDAAgC;AAChC,4DAA2C"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/schema",
3
3
  "description": "A common data schema definition format",
4
- "version": "5.0.30",
4
+ "version": "5.0.32",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -54,10 +54,10 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@feathersjs/adapter-commons": "^5.0.30",
58
- "@feathersjs/commons": "^5.0.30",
59
- "@feathersjs/errors": "^5.0.30",
60
- "@feathersjs/feathers": "^5.0.30",
57
+ "@feathersjs/adapter-commons": "^5.0.32",
58
+ "@feathersjs/commons": "^5.0.32",
59
+ "@feathersjs/errors": "^5.0.32",
60
+ "@feathersjs/feathers": "^5.0.32",
61
61
  "@feathersjs/hooks": "^0.9.0",
62
62
  "@types/json-schema": "^7.0.15",
63
63
  "ajv": "^8.17.1",
@@ -65,16 +65,16 @@
65
65
  "json-schema-to-ts": "^3.1.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@feathersjs/memory": "^5.0.30",
69
- "@types/mocha": "^10.0.7",
70
- "@types/node": "^22.5.1",
68
+ "@feathersjs/memory": "^5.0.32",
69
+ "@types/mocha": "^10.0.10",
70
+ "@types/node": "^22.13.0",
71
71
  "ajv-formats": "^3.0.1",
72
- "mocha": "^10.7.3",
72
+ "mocha": "^11.1.0",
73
73
  "shx": "^0.3.4",
74
- "typescript": "^5.5.4"
74
+ "typescript": "^5.7.3"
75
75
  },
76
76
  "peerDependencies": {
77
- "typescript": ">=5.5"
77
+ "typescript": ">=5.6"
78
78
  },
79
- "gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
79
+ "gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
80
80
  }