@gadmin2n/cli 0.0.93 → 0.0.95

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.
@@ -30,6 +30,16 @@ const DEFAULT_EXCLUDES = [
30
30
  '.DS_Store',
31
31
  '.env.local',
32
32
  'readme.md',
33
+ // package manager lock files & PnP artifacts —
34
+ // regenerated by the auto-install stage based on the merged package.json.
35
+ // Letting template versions overwrite instance lock files is semantically
36
+ // wrong (lock should reflect actually-installed deps) and clutters diff output.
37
+ 'yarn.lock',
38
+ 'package-lock.json',
39
+ 'pnpm-lock.yaml',
40
+ '.yarn',
41
+ '.pnp.cjs',
42
+ '.pnp.loader.mjs',
33
43
  ];
34
44
  const CLAUDE_CONTEXT_REPO = 'https://git.tencent.com/OIT-OMC/erp-ai-coding-context.git';
35
45
  const CLAUDE_CONTEXT_BRANCH = 'master';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadmin2n/cli",
3
- "version": "0.0.93",
3
+ "version": "0.0.95",
4
4
  "description": "Gadmin - modern, fast, powerful node.js web framework (@cli)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -47,7 +47,7 @@
47
47
  "@angular-devkit/core": "13.3.2",
48
48
  "@angular-devkit/schematics": "13.3.2",
49
49
  "@angular-devkit/schematics-cli": "13.3.2",
50
- "@gadmin2n/schematics": "^0.0.75",
50
+ "@gadmin2n/schematics": "^0.0.77",
51
51
  "abc": "^0.6.1",
52
52
  "chalk": "3.0.0",
53
53
  "chokidar": "3.5.3",