@rxap/ts-morph 0.1.0-dev.14 → 0.1.0-dev.16

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,38 @@
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
+ # [0.1.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/ts-morph@0.1.0-dev.15...@rxap/ts-morph@0.1.0-dev.16) (2023-10-11)
7
+
8
+ **Note:** Version bump only for package @rxap/ts-morph
9
+
10
+ # 0.1.0-dev.15 (2023-10-11)
11
+
12
+ ### Bug Fixes
13
+
14
+ - add ApiExcludeController decorator ([33aa2d0](https://gitlab.com/rxap/packages/commit/33aa2d00177ea9288ba67a8534ae6e25de249845))
15
+ - add functions ([b43b946](https://gitlab.com/rxap/packages/commit/b43b9464d0146028d6e45431de0ac999983e0a36))
16
+ - add missing semicolon ([7208bd8](https://gitlab.com/rxap/packages/commit/7208bd83da20c343d088f6e683b007ff9b6241d8))
17
+ - add project ts-morph ([fda78f5](https://gitlab.com/rxap/packages/commit/fda78f5ed61caac6dc5c4d9a70afd3aced6a05fa))
18
+ - create an info path for the default app controller ([7c54f5d](https://gitlab.com/rxap/packages/commit/7c54f5d569551c79042b2f8db437da6530d87d74))
19
+ - ensure a basic health controller exists ([e3888a5](https://gitlab.com/rxap/packages/commit/e3888a5005763a3543c4cea3a7fe2d5c2ae49cb3))
20
+ - ensure new class property is inserted at the top ([3629daa](https://gitlab.com/rxap/packages/commit/3629daaebdb3e0611f80b469c0f7ac1b71a3889c))
21
+ - ensure the name and environment operations are created ([044c49e](https://gitlab.com/rxap/packages/commit/044c49eb0d1f677fc2f38a4cd2a0cfe34cdc3dba))
22
+ - ensure the operation path is set ([104a2e5](https://gitlab.com/rxap/packages/commit/104a2e5df746cd3e5e27bbae01210ceaae87a4b1))
23
+ - move forRoot logic into detected loader classes ([45812d6](https://gitlab.com/rxap/packages/commit/45812d66901f37130ec4018b0bc9369829800155))
24
+ - peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
25
+ - resolve issues ([602183d](https://gitlab.com/rxap/packages/commit/602183d93528a28773e05b7a983110bafb93a2f2))
26
+ - support config validation overwrite ([bf9fc5d](https://gitlab.com/rxap/packages/commit/bf9fc5dcdb961d7583114e88abfe7ba0340df0f8))
27
+ - support mixture of named and default/namespace imports ([8a99875](https://gitlab.com/rxap/packages/commit/8a9987565b5f170ac1d1e2a85a8d61990e4c769b))
28
+ - support overwrite option ([3c2ede3](https://gitlab.com/rxap/packages/commit/3c2ede3e969277729eb7b6a4e561a043097cf731))
29
+ - update to new throttler version ([f1abdd1](https://gitlab.com/rxap/packages/commit/f1abdd1b9328f2ed9043ad0553d8ced99a7ac60c))
30
+
31
+ ### Features
32
+
33
+ - add CoerceArrayElement function ([cd728e4](https://gitlab.com/rxap/packages/commit/cd728e4f04dbc47776bd437504f43b4616047584))
34
+ - add CoerceNestAppConfig function ([f50e80e](https://gitlab.com/rxap/packages/commit/f50e80e23107b74177af1077c17ce17386bb69a5))
35
+ - add utility functions ([664ea97](https://gitlab.com/rxap/packages/commit/664ea97fff1bfc0c6a47914af4d1396da673098a))
36
+ - support overwrite array ([2696160](https://gitlab.com/rxap/packages/commit/2696160aef2cf384edca3235aa0aaadc3afb97cc))
37
+
6
38
  # [0.1.0-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/ts-morph@0.1.0-dev.13...@rxap/ts-morph@0.1.0-dev.14) (2023-10-09)
7
39
 
8
40
  ### Features
package/README.md CHANGED
@@ -17,5 +17,5 @@ yarn add @rxap/ts-morph
17
17
  ```
18
18
  **Install peer dependencies:**
19
19
  ```bash
20
- yarn add @rxap/utilities@^16.0.0-dev.19 ts-morph@^18.0.0 tslib@2.6.2
20
+ yarn add @rxap/utilities@^16.0.0-dev.23 ts-morph@^18.0.0 tslib@2.6.2
21
21
  ```
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "0.1.0-dev.14",
2
+ "version": "0.1.0-dev.16",
3
3
  "name": "@rxap/ts-morph",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "tslib": "2.6.2"
7
7
  },
8
8
  "peerDependencies": {
9
- "@rxap/utilities": "^16.0.0-dev.19",
9
+ "@rxap/utilities": "^16.0.0-dev.23",
10
10
  "ts-morph": "^18.0.0",
11
11
  "tslib": "2.6.2"
12
12
  },
@@ -28,7 +28,7 @@
28
28
  "packageGroup": [
29
29
  {
30
30
  "package": "@rxap/utilities",
31
- "version": "16.0.0-dev.19"
31
+ "version": "16.0.0-dev.23"
32
32
  }
33
33
  ]
34
34
  },
@@ -42,7 +42,7 @@
42
42
  "directory": "packages/ts-morph"
43
43
  },
44
44
  "type": "commonjs",
45
- "gitHead": "e74e74e04d2978364d8e781f5ec8a105f7c2443e",
45
+ "gitHead": "5b77db8f9330eb1b9339406c1d058e1672497d55",
46
46
  "main": "./src/index.js",
47
47
  "types": "./src/index.d.ts"
48
48
  }