@skirtle/create-vue-lib 0.1.2 → 0.1.3

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/index.cjs CHANGED
@@ -5697,7 +5697,7 @@ var import_picocolors = __toESM(require_picocolors(), 1);
5697
5697
  // package.json
5698
5698
  var package_default = {
5699
5699
  name: "@skirtle/create-vue-lib",
5700
- version: "0.1.2",
5700
+ version: "0.1.3",
5701
5701
  author: "skirtle",
5702
5702
  license: "MIT",
5703
5703
  description: "Create a library using Vue and Vite",
@@ -18,7 +18,7 @@ jobs:
18
18
  - name: Checkout
19
19
  uses: actions/checkout@v6
20
20
  - name: Install pnpm
21
- uses: pnpm/action-setup@v4
21
+ uses: pnpm/action-setup@v5
22
22
  - name: Set up Node
23
23
  uses: actions/setup-node@v6
24
24
  with:
@@ -36,7 +36,7 @@ jobs:
36
36
  - name: Checkout
37
37
  uses: actions/checkout@v6
38
38
  - name: Install pnpm
39
- uses: pnpm/action-setup@v4
39
+ uses: pnpm/action-setup@v5
40
40
  - name: Set up Node
41
41
  uses: actions/setup-node@v6
42
42
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skirtle/create-vue-lib",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "author": "skirtle",
5
5
  "license": "MIT",
6
6
  "description": "Create a library using Vue and Vite",