@walkeros/server-source-gcp 4.2.0-next-1781000333052 → 4.2.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-source-gcp
2
2
 
3
- ## 4.2.0-next-1781000333052
3
+ ## 4.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -22,7 +22,7 @@
22
22
  into bundled JS. Examples remain available via the package `./dev` subpath for
23
23
  simulation and testing.
24
24
  - Updated dependencies [76d32c1]
25
- - Updated dependencies [18c9469]
25
+ - Updated dependencies [5b1a134]
26
26
  - Updated dependencies [908d6f0]
27
27
  - Updated dependencies [654ba38]
28
28
  - Updated dependencies [c27d3c1]
@@ -35,11 +35,11 @@
35
35
  - Updated dependencies [654ba38]
36
36
  - Updated dependencies [6a72a32]
37
37
  - Updated dependencies [3eb2467]
38
- - Updated dependencies [7d8ebf9]
39
- - Updated dependencies [f1c74e8]
38
+ - Updated dependencies [5b1a134]
39
+ - Updated dependencies [23d4b86]
40
40
  - Updated dependencies [18c9469]
41
- - @walkeros/core@4.2.0-next-1781000333052
42
- - @walkeros/collector@4.2.0-next-1781000333052
41
+ - @walkeros/core@4.2.0
42
+ - @walkeros/collector@4.2.0
43
43
 
44
44
  ## 4.1.2
45
45
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-source-gcp",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
5
5
  "type": "source",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-source-gcp",
3
3
  "description": "Google Cloud Platform server sources for walkerOS (Cloud Functions, Pub/Sub)",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@google-cloud/pubsub": "^5.3.0",
24
- "@walkeros/collector": "4.2.0-next-1781000333052",
25
- "@walkeros/core": "4.2.0-next-1781000333052"
24
+ "@walkeros/collector": "4.2.0",
25
+ "@walkeros/core": "4.2.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@google-cloud/functions-framework": "^5.0.2"