@nxtedition/types 23.0.32 → 23.0.34

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.
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.52.8"
9
+ }
10
+ ]
11
+ }
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@nxtedition/types",
3
- "version": "23.0.32",
3
+ "version": "23.0.34",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
8
8
  "./common/*": "./dist/common/*",
9
9
  "./domains/*": "./dist/domains/*",
10
- "./schema.json": "./dist/schema.json"
10
+ "./schema.json": "./dist/schema.json",
11
+ "./nxtpression.d.ts": "./dist/nxtpression.d.ts"
11
12
  },
12
13
  "files": [
13
14
  "dist"
@@ -16,20 +17,26 @@
16
17
  "benchmark": "tspc && node ./test/benchmark.mjs",
17
18
  "prebuild": "rimraf dist",
18
19
  "build": "tspc",
19
- "postbuild": "yarn generate-schema",
20
+ "postbuild": "yarn generate-schema && yarn bundle-for-nxtpressions",
21
+ "bundle-for-nxtpressions": "yarn api-extractor run --local",
20
22
  "generate-schema": "typescript-json-schema \"dist/**/*.d.ts\" \"*\" --out dist/schema.json --noExtraProps --required",
21
23
  "lint": "npx eslint ./src",
22
24
  "prepare": "ts-patch install && typia patch",
23
- "prepublishOnly": "yarn lint && yarn build && yarn test",
24
- "test": "tspc && node --test"
25
+ "prepublishOnly": "yarn lint && yarn test",
26
+ "test": "yarn build && node --test"
25
27
  },
26
28
  "dependencies": {
29
+ "@types/lodash": "^4.17.17",
30
+ "lodash": "^4.17.21",
27
31
  "rfc6902": "^5.1.1",
32
+ "rxjs": "^7.8.1",
28
33
  "type-fest": "^4.23.0",
29
34
  "typia": "^6.5.4"
30
35
  },
31
36
  "devDependencies": {
37
+ "@microsoft/api-extractor": "7.52.8",
32
38
  "@nxtedition/types": "^23.0.7",
39
+ "@types/node": "^22.7.9",
33
40
  "fast-json-stringify": "^6.0.0",
34
41
  "mitata": "^0.1.11",
35
42
  "rimraf": "^5.0.8",