@uniformdev/canvas 13.0.1-alpha.73 → 13.0.1-alpha.81
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 +5 -5
- package/package.json +6 -6
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,5 +1,5 @@
|
|
1
|
-
Uniform Canvas JavaScript SDK
|
2
|
-
|
3
|
-
Contains the Canvas API client, Canvas CLI, and core typings.
|
4
|
-
|
5
|
-
part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
|
1
|
+
Uniform Canvas JavaScript SDK
|
2
|
+
|
3
|
+
Contains the Canvas API client, Canvas CLI, and core typings.
|
4
|
+
|
5
|
+
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",
|
3
|
-
"version": "13.0.1-alpha.
|
3
|
+
"version": "13.0.1-alpha.81+99d530a4",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -47,11 +47,11 @@
|
|
47
47
|
"@types/lodash.isequalwith": "4.4.6",
|
48
48
|
"@types/node": "16.11.12",
|
49
49
|
"@types/yargs": "17.0.7",
|
50
|
-
"@uniformdev/cli": "^13.0.1-alpha.
|
50
|
+
"@uniformdev/cli": "^13.0.1-alpha.81+99d530a4",
|
51
51
|
"eslint": "8.4.1",
|
52
52
|
"eslint-plugin-react": "7.27.1",
|
53
53
|
"eslint-plugin-react-hooks": "4.3.0",
|
54
|
-
"jest": "27.4.
|
54
|
+
"jest": "27.4.5",
|
55
55
|
"npm-run-all": "4.1.5",
|
56
56
|
"pusher-js": "7.0.3",
|
57
57
|
"rimraf": "3.0.2",
|
@@ -63,8 +63,8 @@
|
|
63
63
|
"yargs": "^17.0.1"
|
64
64
|
},
|
65
65
|
"dependencies": {
|
66
|
-
"@uniformdev/optimize-common": "^13.0.1-alpha.
|
67
|
-
"@uniformdev/optimize-tracker-common": "^13.0.1-alpha.
|
66
|
+
"@uniformdev/optimize-common": "^13.0.1-alpha.81+99d530a4",
|
67
|
+
"@uniformdev/optimize-tracker-common": "^13.0.1-alpha.81+99d530a4",
|
68
68
|
"chalk": "^4.1.2",
|
69
69
|
"diff": "^5.0.0",
|
70
70
|
"isomorphic-unfetch": "^3.1.0",
|
@@ -80,5 +80,5 @@
|
|
80
80
|
"publishConfig": {
|
81
81
|
"access": "public"
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "99d530a4a0d65e8b249fc879fdf40334bbbf7a24"
|
84
84
|
}
|