@uniformdev/canvas-contentful 13.0.1-alpha.73 → 13.0.1-alpha.83
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/LICENSE.txt +1 -1
- package/README.md +3 -3
- package/package.json +4 -4
package/LICENSE.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
© 2021 Uniform Systems, Inc. All Rights Reserved.
|
|
1
|
+
© 2021 Uniform Systems, Inc. All Rights Reserved.
|
|
2
2
|
See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
|
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
Contentful data enhancers for Uniform Canvas
|
|
2
|
-
|
|
3
|
-
part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
|
|
1
|
+
Contentful data enhancers for Uniform Canvas
|
|
2
|
+
|
|
3
|
+
part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-contentful",
|
|
3
|
-
"version": "13.0.1-alpha.
|
|
3
|
+
"version": "13.0.1-alpha.83+ca85e1db",
|
|
4
4
|
"description": "Contentful data enhancers for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"ci:build": "tsup --minify --clean"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@uniformdev/canvas": "^13.0.1-alpha.
|
|
28
|
+
"@uniformdev/canvas": "^13.0.1-alpha.83+ca85e1db"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@contentful/rich-text-html-renderer": ">= 14",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"eslint": "8.4.1",
|
|
40
40
|
"eslint-plugin-react": "7.27.1",
|
|
41
41
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
42
|
-
"jest": "27.4.
|
|
42
|
+
"jest": "27.4.5",
|
|
43
43
|
"npm-run-all": "4.1.5",
|
|
44
44
|
"rimraf": "3.0.2",
|
|
45
45
|
"ts-jest": "27.1.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "ca85e1dbe78e521ab829624f9b4c8ad0744d3a95"
|
|
55
55
|
}
|