@hua-labs/create-hua-ux 0.1.0-alpha.0.2 → 0.1.0-alpha.1

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/dist/version.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  *
5
5
  * Generated from: /home/runner/work/HUA-Labs-public/HUA-Labs-public/packages/hua-ux/package.json
6
- * Source version: 0.1.0-alpha.0.2
6
+ * Source version: 0.1.0-alpha.1
7
7
  */
8
- export declare const HUA_UX_VERSION = "^0.1.0-alpha.0.2";
8
+ export declare const HUA_UX_VERSION = "^0.1.0-alpha.1";
9
9
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,eAAO,MAAM,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,eAAO,MAAM,cAAc,mBAAmB,CAAC"}
package/dist/version.js CHANGED
@@ -4,8 +4,8 @@
4
4
  * Do not edit manually.
5
5
  *
6
6
  * Generated from: /home/runner/work/HUA-Labs-public/HUA-Labs-public/packages/hua-ux/package.json
7
- * Source version: 0.1.0-alpha.0.2
7
+ * Source version: 0.1.0-alpha.1
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.HUA_UX_VERSION = void 0;
11
- exports.HUA_UX_VERSION = '^0.1.0-alpha.0.2';
11
+ exports.HUA_UX_VERSION = '^0.1.0-alpha.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hua-labs/create-hua-ux",
3
- "version": "0.1.0-alpha.0.2",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "Scaffolding tool for creating hua-ux projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",