@uniformdev/canvas-react 11.0.1-alpha.70 → 11.0.1-alpha.95

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/README.md +2 -2
  2. package/package.json +9 -7
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- React SDK for Uniform Presentation Manager
1
+ React SDK for Uniform Canvas
2
2
 
3
- Part of [Uniform Optimize](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
3
+ part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "11.0.1-alpha.70+ab31981",
4
- "description": "React SDK for Uniform Presentation Manager",
3
+ "version": "11.0.1-alpha.95",
4
+ "description": "React SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/esm/index.js",
@@ -26,9 +26,9 @@
26
26
  "ci:build": "run-s clean build"
27
27
  },
28
28
  "dependencies": {
29
- "@uniformdev/canvas": "^11.0.1-alpha.70+ab31981",
30
- "@uniformdev/optimize-common": "^11.0.1-alpha.70+ab31981",
31
- "@uniformdev/optimize-tracker-react": "^11.0.1-alpha.70+ab31981"
29
+ "@uniformdev/optimize-common": "^11.0.0",
30
+ "@uniformdev/optimize-tracker-react": "^11.0.0",
31
+ "@uniformdev/canvas": "^11.0.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">= 16"
@@ -39,7 +39,7 @@
39
39
  "eslint": "7.32.0",
40
40
  "eslint-plugin-react": "7.26.0",
41
41
  "eslint-plugin-react-hooks": "4.2.0",
42
- "jest": "27.2.1",
42
+ "jest": "27.2.3",
43
43
  "npm-run-all": "4.1.5",
44
44
  "react": "17.0.2",
45
45
  "rimraf": "3.0.2",
@@ -48,5 +48,7 @@
48
48
  "files": [
49
49
  "/dist"
50
50
  ],
51
- "gitHead": "ab31981d8d4ae5f09e8b078e514b18eba7120f6a"
51
+ "publishConfig": {
52
+ "access": "public"
53
+ }
52
54
  }