@pixpilot/scaffoldfy-configs 0.40.0 → 0.40.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pixpilot/scaffoldfy-configs
2
2
 
3
+ ## 0.40.1
4
+
5
+ ### Patch Changes
6
+
7
+ - update project setup action to use pixpilot/setup-pnpm-project@v1
8
+ - change default bundler to TSDown
9
+
3
10
  ## 0.40.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/scaffoldfy-configs",
3
3
  "type": "module",
4
- "version": "0.40.0",
4
+ "version": "0.40.1",
5
5
  "author": "PixPilot <m.doaie@hotmail.com>",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -31,9 +31,9 @@
31
31
  "eslint": "^9.38.0",
32
32
  "@internal/eslint-config": "0.3.0",
33
33
  "@internal/prettier-config": "0.0.1",
34
+ "@internal/tsdown-config": "0.1.0",
34
35
  "@internal/vitest-config": "0.1.0",
35
- "@pixpilot/scaffoldfy": "0.55.1",
36
- "@internal/tsdown-config": "0.1.0"
36
+ "@pixpilot/scaffoldfy": "0.55.1"
37
37
  },
38
38
  "prettier": "@internal/prettier-config",
39
39
  "publishConfig": {
@@ -41,7 +41,7 @@ jobs:
41
41
  token: ${{ steps.app_token.outputs.token }}
42
42
 
43
43
  - name: Setup project
44
- uses: ./.github/actions/setup-project
44
+ uses: pixpilot/github-actions/setup-pnpm-project@v1
45
45
  with:
46
46
  registry-url: 'https://npm.pkg.github.com'
47
47
  # setup-node defaults the scope to the repository owner. Left to that
@@ -38,7 +38,7 @@ jobs:
38
38
  token: ${{ steps.app_token.outputs.token }}
39
39
 
40
40
  - name: Setup project
41
- uses: ./.github/actions/setup-project
41
+ uses: pixpilot/github-actions/setup-pnpm-project@v1
42
42
  with:
43
43
  registry-url: 'https://registry.npmjs.org'
44
44
  build: 'false'
@@ -11,7 +11,7 @@
11
11
  { "name": "TypeScript Compiler (tsc)", "value": "tsc" },
12
12
  { "name": "TSDown", "value": "tsdown" }
13
13
  ],
14
- "default": "tsc"
14
+ "default": "tsdown"
15
15
  }
16
16
  ],
17
17
  "tasks": [