@walkeros/server-destination-meta 4.1.1-next-1779485810490 → 4.1.1

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-destination-meta
2
2
 
3
- ## 4.1.1-next-1779485810490
3
+ ## 4.1.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,9 @@
9
9
  server, proxy, or APM request logs.
10
10
  - Updated dependencies [b0279ee]
11
11
  - Updated dependencies [b0279ee]
12
- - @walkeros/core@4.1.1-next-1779485810490
13
- - @walkeros/server-core@4.1.1-next-1779485810490
12
+ - Updated dependencies [0b7f494]
13
+ - @walkeros/core@4.1.1
14
+ - @walkeros/server-core@4.1.1
14
15
 
15
16
  ## 4.1.0
16
17
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-meta",
4
- "version": "4.1.1-next-1779485810490",
4
+ "version": "4.1.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-meta",
3
3
  "description": "Meta server destination for walkerOS",
4
- "version": "4.1.1-next-1779485810490",
4
+ "version": "4.1.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -35,11 +35,11 @@
35
35
  "update": "npx npm-check-updates -u && npm update"
36
36
  },
37
37
  "dependencies": {
38
- "@walkeros/core": "4.1.1-next-1779485810490",
39
- "@walkeros/server-core": "4.1.1-next-1779485810490"
38
+ "@walkeros/core": "4.1.1",
39
+ "@walkeros/server-core": "4.1.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.1.1-next-1779485810490"
42
+ "@walkeros/collector": "4.1.1"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",