@forge/metrics 0.3.12-next.1-experimental-44e92a2 → 0.3.12-next.1-experimental-04e7c02

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @forge/metrics
2
2
 
3
- ## 0.3.12-next.1-experimental-44e92a2
3
+ ## 0.3.12-next.1-experimental-04e7c02
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 94243f1: Split development and contribution guidelines
8
8
  - Updated dependencies [94243f1]
9
- - @forge/api@6.1.5-next.1-experimental-44e92a2
10
- - @forge/runtime@6.1.1-next.0-experimental-44e92a2
9
+ - @forge/api@6.1.5-next.1-experimental-04e7c02
10
+ - @forge/runtime@6.1.1-next.0-experimental-04e7c02
11
11
 
12
12
  ## 0.3.12-next.1
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/metrics",
3
- "version": "0.3.12-next.1-experimental-44e92a2",
3
+ "version": "0.3.12-next.1-experimental-04e7c02",
4
4
  "description": "Forge internal metrics",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -16,8 +16,8 @@
16
16
  "@atlassian/metrics-interface": "4.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@forge/api": "6.1.5-next.1-experimental-44e92a2",
20
- "@forge/runtime": "6.1.1-next.0-experimental-44e92a2"
19
+ "@forge/api": "6.1.5-next.1-experimental-04e7c02",
20
+ "@forge/runtime": "6.1.1-next.0-experimental-04e7c02"
21
21
  },
22
22
  "publishConfig": {
23
23
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"