@infrab4a/connect-nestjs 2.0.0 → 3.0.0-alpha.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/package.json +2 -2
  2. package/CHANGELOG.md +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect-nestjs",
3
- "version": "2.0.0",
3
+ "version": "3.0.0-alpha.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/B4AGroup/b4a-firebase-libs"
10
10
  },
11
11
  "peerDependencies": {
12
- "@infrab4a/connect": "4.30.0",
12
+ "@infrab4a/connect": "6.0.0-alpha.0",
13
13
  "@nestjs/common": "^10.3.3",
14
14
  "@nestjs/core": "^10.3.3",
15
15
  "firebase-admin": "^12.0.0"
package/CHANGELOG.md DELETED
@@ -1,17 +0,0 @@
1
- # @infrab4a/connect-nestjs
2
-
3
- ## 2.0.0
4
-
5
- ### Minor Changes
6
-
7
- - Alterações automáticas para @infrab4a/connect-nestjs:
8
-
9
- - chore(github): Correct configuration to build all packages (12aa9ccb)
10
- - chore(connect-nestjs): Correct way to build package using connect (1cf46511)
11
- - chore(changeset): Add to update packages version automatically (e6af20f1)
12
- - ref(connect-nestjs/infra/pagarme): Improve PagarmeCardAPIAdapter code (48e03fda)
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies []:
17
- - @infrab4a/connect@4.30.0