@speclynx/apidom-ns-asyncapi-2 2.2.3 → 2.4.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ # [2.4.0](https://github.com/speclynx/apidom/compare/v2.3.0...v2.4.0) (2026-01-29)
7
+
8
+ **Note:** Version bump only for package @speclynx/apidom-ns-asyncapi-2
9
+
10
+ # [2.3.0](https://github.com/speclynx/apidom/compare/v2.2.3...v2.3.0) (2026-01-27)
11
+
12
+ **Note:** Version bump only for package @speclynx/apidom-ns-asyncapi-2
13
+
6
14
  ## [2.2.3](https://github.com/speclynx/apidom/compare/v2.2.2...v2.2.3) (2026-01-26)
7
15
 
8
16
  **Note:** Version bump only for package @speclynx/apidom-ns-asyncapi-2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speclynx/apidom-ns-asyncapi-2",
3
- "version": "2.2.3",
3
+ "version": "2.4.0",
4
4
  "description": "AsyncAPI 2.x.y namespace for ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -32,7 +32,7 @@
32
32
  "test:update-snapshots": "cross-env UPDATE_SNAPSHOT=1 BABEL_ENV=cjs mocha",
33
33
  "perf": "cross-env BABEL_ENV=es babel ./test/perf/index.ts --out-file ./test/perf/index.mjs --root-mode 'upward' && cross-env NODE_ENV=test node ./test/perf/index.mjs",
34
34
  "perf:visitor-shortcut": "cross-env BABEL_ENV=es babel ./test/perf/visitor-shortcut.ts --out-file ./test/perf/visitor-shortcut.mjs --root-mode 'upward' && cross-env NODE_ENV=test node ./test/perf/visitor-shortcut.mjs",
35
- "typescript:check-types": "tsc --noEmit && tsc -p ./test/tsconfig.json --noEmit",
35
+ "typescript:check-types": "tsc --noEmit",
36
36
  "typescript:declaration": "tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json",
37
37
  "prepack": "copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .",
38
38
  "postpack": "rimraf NOTICE LICENSES"
@@ -45,10 +45,10 @@
45
45
  "license": "Apache-2.0",
46
46
  "dependencies": {
47
47
  "@babel/runtime-corejs3": "^7.28.4",
48
- "@speclynx/apidom-core": "^2.2.3",
49
- "@speclynx/apidom-datamodel": "^2.2.3",
50
- "@speclynx/apidom-ns-json-schema-draft-7": "^2.2.3",
51
- "@speclynx/apidom-traverse": "^2.2.3",
48
+ "@speclynx/apidom-core": "^2.4.0",
49
+ "@speclynx/apidom-datamodel": "^2.4.0",
50
+ "@speclynx/apidom-ns-json-schema-draft-7": "^2.4.0",
51
+ "@speclynx/apidom-traverse": "^2.4.0",
52
52
  "ramda": "~0.32.0",
53
53
  "ramda-adjunct": "^6.0.0",
54
54
  "ts-mixer": "^6.0.4"
@@ -63,5 +63,5 @@
63
63
  "README.md",
64
64
  "CHANGELOG.md"
65
65
  ],
66
- "gitHead": "e08f97d01904015b1cf621e093145fe55de0d02d"
66
+ "gitHead": "f127ee0b98cc108b83a690bf317895e17a32b4d4"
67
67
  }