@sinclair/typebox 0.30.4 → 0.31.0-dev-2

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": "@sinclair/typebox",
3
- "version": "0.30.4",
3
+ "version": "0.31.0-dev-2",
4
4
  "description": "JSONSchema Type Builder with Static Type Resolution for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",
@@ -22,11 +22,13 @@
22
22
  "./value/convert": "./value/convert.js",
23
23
  "./value/create": "./value/create.js",
24
24
  "./value/delta": "./value/delta.js",
25
+ "./value/deref": "./value/deref.js",
25
26
  "./value/equal": "./value/equal.js",
26
27
  "./value/guard": "./value/guard.js",
27
28
  "./value/hash": "./value/hash.js",
28
29
  "./value/mutate": "./value/mutate.js",
29
30
  "./value/pointer": "./value/pointer.js",
31
+ "./value/transform": "./value/transform.js",
30
32
  "./value": "./value/index.js",
31
33
  ".": "./typebox.js"
32
34
  },
@@ -42,6 +44,8 @@
42
44
  "clean": "hammer task clean",
43
45
  "format": "hammer task format",
44
46
  "start": "hammer task start",
47
+ "benchmark:compression": "hammer task benchmark_compression",
48
+ "benchmark:measurement": "hammer task benchmark_measurement",
45
49
  "benchmark": "hammer task benchmark",
46
50
  "build": "hammer task build",
47
51
  "publish": "hammer task publish",
@@ -49,12 +53,10 @@
49
53
  },
50
54
  "devDependencies": {
51
55
  "@sinclair/hammer": "^0.17.1",
52
- "@types/chai": "^4.3.3",
53
56
  "@types/mocha": "^9.1.1",
54
57
  "@types/node": "^18.11.9",
55
58
  "ajv": "^8.12.0",
56
59
  "ajv-formats": "^2.1.1",
57
- "chai": "^4.3.6",
58
60
  "mocha": "^9.2.2",
59
61
  "prettier": "^2.7.1",
60
62
  "typescript": "^5.1.6"