@contentful/react-apps-toolkit 1.2.23-alpha.2 → 1.2.23-alpha.9

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.
@@ -25,7 +25,7 @@ var SDKProvider = function (props) {
25
25
  var _a = (0, react_1.useState)(), sdk = _a[0], setSDK = _a[1];
26
26
  (0, react_1.useEffect)(function () {
27
27
  var timeout = window.setTimeout(function () {
28
- console.warn("Your app is taking longer than expected to initialize. If you think this is an error with Contentful's App SDK, let us know: https://github.com/contentful/ui-extensions-sdk/issues.");
28
+ console.warn("Your app is taking longer than expected to initialize. If you think this is an error with Contentful's App SDK, let us know: https://github.com/contentful/ui-extensions-sdk/issues");
29
29
  }, DELAY_TIMEOUT);
30
30
  (0, app_sdk_1.init)(function (sdk) {
31
31
  setSDK(sdk);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/react-apps-toolkit",
3
- "version": "1.2.23-alpha.2",
3
+ "version": "1.2.23-alpha.9",
4
4
  "description": "Toolkit for building a Contentful app in React",
5
5
  "keywords": [],
6
6
  "author": "Contentful GmbH",
@@ -43,12 +43,11 @@
43
43
  "jest": "27.5.0",
44
44
  "react": "17.0.2",
45
45
  "react-dom": "17.0.2",
46
- "ts-jest": "27.1.3",
46
+ "ts-jest": "29.4.6",
47
47
  "typescript": "4.9.5"
48
48
  },
49
49
  "publishConfig": {
50
- "access": "public",
51
- "registry": "https://npm.pkg.github.com/"
50
+ "access": "public"
52
51
  },
53
52
  "dependencies": {
54
53
  "contentful-management": ">=7.30.0"