@uniformdev/canvas-react 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 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
- React SDK for Uniform Canvas
2
-
3
- part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
1
+ React SDK 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-react",
3
- "version": "13.0.1-alpha.73+bb24cffe",
3
+ "version": "13.0.1-alpha.83+ca85e1db",
4
4
  "description": "React SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -25,9 +25,9 @@
25
25
  "ci:build": "tsup --minify --clean"
26
26
  },
27
27
  "dependencies": {
28
- "@uniformdev/canvas": "^13.0.1-alpha.73+bb24cffe",
29
- "@uniformdev/optimize-common": "^13.0.1-alpha.73+bb24cffe",
30
- "@uniformdev/optimize-tracker-react": "^13.0.1-alpha.73+bb24cffe"
28
+ "@uniformdev/canvas": "^13.0.1-alpha.83+ca85e1db",
29
+ "@uniformdev/optimize-common": "^13.0.1-alpha.83+ca85e1db",
30
+ "@uniformdev/optimize-tracker-react": "^13.0.1-alpha.83+ca85e1db"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">= 16"
@@ -38,7 +38,7 @@
38
38
  "eslint": "8.4.1",
39
39
  "eslint-plugin-react": "7.27.1",
40
40
  "eslint-plugin-react-hooks": "4.3.0",
41
- "jest": "27.4.4",
41
+ "jest": "27.4.5",
42
42
  "npm-run-all": "4.1.5",
43
43
  "react": "17.0.2",
44
44
  "rimraf": "3.0.2",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "bb24cffed409f57c9b1b3fe0ece2313d8279f566"
54
+ "gitHead": "ca85e1dbe78e521ab829624f9b4c8ad0744d3a95"
55
55
  }