@atlassian/clientside-extensions-schema 2.1.2 → 2.1.3
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/clientside-extensions-schema",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Implements the handling of extension-schemas used for validation, code-generation and documentation.",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"homepage": "https://bitbucket.org/atlassian/atlassian-clientside-extensions#readme",
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"webpack": "4.46.0"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@atlassian/clientside-extensions-registry": "^2.1.
|
|
88
|
+
"@atlassian/clientside-extensions-registry": "^2.1.3",
|
|
89
89
|
"@graphql-tools/schema": "^7.0.1",
|
|
90
90
|
"@graphql-tools/utils": "^7.0.1",
|
|
91
91
|
"chokidar": "3.5.1",
|
|
92
92
|
"glob": "7.1.6",
|
|
93
93
|
"graphql": "^15.4.0",
|
|
94
94
|
"gray-matter": "4.0.2",
|
|
95
|
-
"loader-utils": "2.0.
|
|
95
|
+
"loader-utils": "2.0.4",
|
|
96
96
|
"lodash.camelcase": "^4.3.0",
|
|
97
97
|
"lodash.snakecase": "4.1.1",
|
|
98
98
|
"mkdirp": "1.0.4",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"engines": {
|
|
110
110
|
"node": ">=12.19.0"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "3da324c8071662b7a67bd99f165bdb608b7bc774"
|
|
113
113
|
}
|