@nxtedition/types 23.0.21 → 23.0.23

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,19 +1,8 @@
1
1
  {
2
2
  "name": "@nxtedition/types",
3
- "version": "23.0.21",
4
- "type": "module",
3
+ "version": "23.0.23",
5
4
  "license": "MIT",
6
- "scripts": {
7
- "prepare": "ts-patch install && typia patch",
8
- "prebuild": "rimraf dist",
9
- "build": "tspc",
10
- "postbuild": "yarn generate-schema",
11
- "generate-schema": "typescript-json-schema \"dist/**/*.d.ts\" \"*\" --out dist/schema.json --noExtraProps --required",
12
- "lint": "npx eslint ./src",
13
- "prepublishOnly": "yarn lint && yarn build && yarn test",
14
- "test": "tspc && node --test",
15
- "benchmark": "tspc && node ./test/benchmark.mjs"
16
- },
5
+ "type": "module",
17
6
  "exports": {
18
7
  ".": "./dist/index.js",
19
8
  "./common/*": "./dist/common/*",
@@ -23,6 +12,17 @@
23
12
  "files": [
24
13
  "dist"
25
14
  ],
15
+ "scripts": {
16
+ "benchmark": "tspc && node ./test/benchmark.mjs",
17
+ "prebuild": "rimraf dist",
18
+ "build": "tspc",
19
+ "postbuild": "yarn generate-schema",
20
+ "generate-schema": "typescript-json-schema \"dist/**/*.d.ts\" \"*\" --out dist/schema.json --noExtraProps --required",
21
+ "lint": "npx eslint ./src",
22
+ "prepare": "ts-patch install && typia patch",
23
+ "prepublishOnly": "yarn lint && yarn build && yarn test",
24
+ "test": "tspc && node --test"
25
+ },
26
26
  "dependencies": {
27
27
  "rfc6902": "^5.1.1",
28
28
  "type-fest": "^4.23.0",