@stackbit/dev-common 1.0.22-staging.1 → 1.0.22

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.
@@ -12,7 +12,7 @@ const getRemoteContentSources = async ({ siteId, teamId, projectId, netlifyAcces
12
12
  try {
13
13
  const headers = {
14
14
  'Content-Type': 'application/json',
15
- Authorization: `Bearer ${apiSecret ?? netlifyAccessToken}`
15
+ authorization: `Bearer ${apiSecret ?? netlifyAccessToken}`
16
16
  };
17
17
  let urlPath = 'core/site-extensions-config';
18
18
  if (netlifyAccessToken) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackbit/dev-common",
3
- "version": "1.0.22-staging.1",
3
+ "version": "1.0.22",
4
4
  "description": "stackbit-dev",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,13 +19,13 @@
19
19
  "dependencies": {
20
20
  "@iarna/toml": "^2.2.5",
21
21
  "@stackbit/artisanal-names": "^1.0.1",
22
- "@stackbit/cms-contentful": "1.0.21-staging.1",
23
- "@stackbit/cms-core": "3.1.11-staging.1",
24
- "@stackbit/cms-git": "1.0.21-staging.1",
25
- "@stackbit/cms-sanity": "0.2.78-staging.1",
26
- "@stackbit/sdk": "2.1.8-staging.1",
27
- "@stackbit/types": "2.1.5-staging.1",
28
- "@stackbit/utils": "0.7.7-staging.1",
22
+ "@stackbit/cms-contentful": "1.0.20",
23
+ "@stackbit/cms-core": "3.1.10",
24
+ "@stackbit/cms-git": "1.0.20",
25
+ "@stackbit/cms-sanity": "0.2.77",
26
+ "@stackbit/sdk": "2.1.7",
27
+ "@stackbit/types": "2.1.4",
28
+ "@stackbit/utils": "0.7.6",
29
29
  "axios": "^1.7.7",
30
30
  "chalk": "^4.0.1",
31
31
  "configstore": "^5",
@@ -52,5 +52,5 @@
52
52
  "@types/lodash": "^4.14.178",
53
53
  "@types/uuid": "^8.3.4"
54
54
  },
55
- "gitHead": "3630c7e83cab15b99a26527356c9fa8b03cc16d8"
55
+ "gitHead": "cca74d5dd3c0e451ed6ca8277ad9020c63047349"
56
56
  }
@@ -37,7 +37,7 @@ export const getRemoteContentSources = async ({ siteId, teamId, projectId, netli
37
37
  try {
38
38
  const headers: Record<string, string> = {
39
39
  'Content-Type': 'application/json',
40
- Authorization: `Bearer ${apiSecret ?? netlifyAccessToken}`
40
+ authorization: `Bearer ${apiSecret ?? netlifyAccessToken}`
41
41
  };
42
42
  let urlPath = 'core/site-extensions-config';
43
43