@uniformdev/cli 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 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
- Uniform command line interface tool.
2
-
3
- part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
1
+ Uniform command line interface tool.
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/cli",
3
- "version": "13.0.1-alpha.73+bb24cffe",
3
+ "version": "13.0.1-alpha.81+99d530a4",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -31,7 +31,7 @@
31
31
  "eslint": "8.4.1",
32
32
  "eslint-plugin-react": "7.27.1",
33
33
  "eslint-plugin-react-hooks": "4.3.0",
34
- "jest": "27.4.4",
34
+ "jest": "27.4.5",
35
35
  "npm-run-all": "4.1.5",
36
36
  "rimraf": "3.0.2",
37
37
  "ts-jest": "27.1.1",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "bb24cffed409f57c9b1b3fe0ece2313d8279f566"
49
+ "gitHead": "99d530a4a0d65e8b249fc879fdf40334bbbf7a24"
50
50
  }