@eggjs/dal-plugin 4.0.2-beta.1 → 4.0.2-beta.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -113,7 +113,7 @@ export class Foo {
113
113
  },
114
114
  {
115
115
  primaryKey: true,
116
- }
116
+ },
117
117
  )
118
118
  id: number;
119
119
 
@@ -271,7 +271,7 @@ export class Foo {
271
271
  },
272
272
  {
273
273
  primaryKey: true,
274
- }
274
+ },
275
275
  )
276
276
  id: ColumnTsType['INT'];
277
277
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/dal-plugin",
3
- "version": "4.0.2-beta.1",
3
+ "version": "4.0.2-beta.11",
4
4
  "description": "dal plugin for egg",
5
5
  "keywords": [
6
6
  "dal",
@@ -45,32 +45,32 @@
45
45
  "access": "public"
46
46
  },
47
47
  "dependencies": {
48
- "@eggjs/core-decorator": "4.0.2-beta.1",
49
- "@eggjs/dal-decorator": "4.0.2-beta.1",
50
- "@eggjs/aop-decorator": "4.0.2-beta.1",
51
- "@eggjs/lifecycle": "4.0.2-beta.1",
52
- "@eggjs/metadata": "4.0.2-beta.1",
53
- "@eggjs/dal-runtime": "4.0.2-beta.1",
54
- "@eggjs/tegg-types": "4.0.2-beta.1",
55
- "@eggjs/tegg-common-util": "4.0.2-beta.1",
56
- "@eggjs/tegg-loader": "4.0.2-beta.1",
57
- "@eggjs/transaction-decorator": "4.0.2-beta.1"
48
+ "@eggjs/core-decorator": "4.0.2-beta.11",
49
+ "@eggjs/dal-decorator": "4.0.2-beta.11",
50
+ "@eggjs/aop-decorator": "4.0.2-beta.11",
51
+ "@eggjs/lifecycle": "4.0.2-beta.11",
52
+ "@eggjs/dal-runtime": "4.0.2-beta.11",
53
+ "@eggjs/metadata": "4.0.2-beta.11",
54
+ "@eggjs/tegg-loader": "4.0.2-beta.11",
55
+ "@eggjs/tegg-types": "4.0.2-beta.11",
56
+ "@eggjs/tegg-common-util": "4.0.2-beta.11",
57
+ "@eggjs/transaction-decorator": "4.0.2-beta.11"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/node": "^24.10.2",
61
61
  "globby": "^11.0.2",
62
62
  "typescript": "^5.9.3",
63
- "@eggjs/aop-plugin": "4.0.2-beta.1",
64
- "@eggjs/mock": "7.0.2-beta.1",
65
- "@eggjs/tegg-config": "4.0.2-beta.1",
66
- "@eggjs/tegg": "4.0.2-beta.1",
67
- "@eggjs/tegg-plugin": "4.0.2-beta.1",
68
- "@eggjs/tracer": "4.0.2-beta.1",
69
- "egg": "4.1.2-beta.1"
63
+ "@eggjs/mock": "7.0.2-beta.11",
64
+ "@eggjs/tegg-config": "4.0.2-beta.11",
65
+ "@eggjs/tegg-plugin": "4.0.2-beta.11",
66
+ "@eggjs/tegg": "4.0.2-beta.11",
67
+ "@eggjs/tracer": "4.0.2-beta.11",
68
+ "egg": "4.1.2-beta.11",
69
+ "@eggjs/aop-plugin": "4.0.2-beta.11"
70
70
  },
71
71
  "peerDependencies": {
72
- "@eggjs/tegg-plugin": "4.0.2-beta.1",
73
- "egg": "4.1.2-beta.1"
72
+ "@eggjs/tegg-plugin": "4.0.2-beta.11",
73
+ "egg": "4.1.2-beta.11"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=22.18.0"