@forge/lint 5.11.3-next.4 → 5.11.3-next.4-experimental-6a5594a

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.11.3-next.4-experimental-6a5594a
4
+
5
+ ### Patch Changes
6
+
7
+ - 895d478: Updates Agent MD file with appropriate instructions
8
+ - Updated dependencies [895d478]
9
+ - Updated dependencies [f59b4d7]
10
+ - Updated dependencies [eeaa160]
11
+ - Updated dependencies [c343935]
12
+ - Updated dependencies [504cd62]
13
+ - Updated dependencies [a85376a]
14
+ - Updated dependencies [5f384d1]
15
+ - Updated dependencies [fa952eb]
16
+ - Updated dependencies [6e2892c]
17
+ - Updated dependencies [de0f1c1]
18
+ - Updated dependencies [b15478b]
19
+ - Updated dependencies [bda8688]
20
+ - Updated dependencies [f5d312b]
21
+ - @forge/cli-shared@8.7.0-next.4-experimental-6a5594a
22
+ - @forge/manifest@10.6.0-next.3-experimental-6a5594a
23
+ - @forge/csp@5.0.2-next.0-experimental-6a5594a
24
+
3
25
  ## 5.11.3-next.4
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.11.3-next.4",
3
+ "version": "5.11.3-next.4-experimental-6a5594a",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^6.1.2-next.0",
14
+ "@forge/api": "^6.1.2-next.0-experimental-6a5594a",
15
15
  "@types/array.prototype.flatmap": "^1.2.6",
16
16
  "@types/cross-spawn": "^6.0.6",
17
17
  "@types/eslint": "8.56.12",
@@ -19,10 +19,10 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "8.7.0-next.4",
23
- "@forge/csp": "5.0.2-next.0",
22
+ "@forge/cli-shared": "8.7.0-next.4-experimental-6a5594a",
23
+ "@forge/csp": "5.0.2-next.0-experimental-6a5594a",
24
24
  "@forge/egress": "2.0.3",
25
- "@forge/manifest": "10.6.0-next.3",
25
+ "@forge/manifest": "10.6.0-next.3-experimental-6a5594a",
26
26
  "@typescript-eslint/typescript-estree": "^5.62.0",
27
27
  "array.prototype.flatmap": "^1.3.3",
28
28
  "@atlassian/atlassian-openapi": "^1.0.6",