@wipperoz/wipperoz-core 1.3.18 → 1.3.20
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/billing/interfaces/billing/product.interface.d.ts +4 -0
- package/dist/billing/interfaces/billing/product.interface.d.ts.map +1 -1
- package/dist/billing/services/product.service.d.ts.map +1 -1
- package/dist/billing/services/product.service.js +1 -0
- package/dist/billing/services/product.service.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipperoz/wipperoz-core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.20",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -43,9 +43,7 @@
|
|
|
43
43
|
"@commitlint/cli": "^20.1.0",
|
|
44
44
|
"@commitlint/config-conventional": "^20.0.0",
|
|
45
45
|
"@eslint/js": "^9.39.1",
|
|
46
|
-
"@semantic-release/
|
|
47
|
-
"@semantic-release/exec": "^6.0.3",
|
|
48
|
-
"@semantic-release/git": "^10.0.1",
|
|
46
|
+
"@semantic-release/exec": "^7.1.0",
|
|
49
47
|
"@types/aws-lambda": "^8.10.159",
|
|
50
48
|
"@types/eslint__js": "^8.42.3",
|
|
51
49
|
"@types/jest": "^30.0.0",
|
|
@@ -79,8 +77,8 @@
|
|
|
79
77
|
"typescript-eslint": "^8.48.0"
|
|
80
78
|
},
|
|
81
79
|
"dependencies": {
|
|
82
|
-
"@wipperoz/common-entities": "^1.9.
|
|
83
|
-
"@wipperoz/common-entities-account": "^1.6.
|
|
80
|
+
"@wipperoz/common-entities": "^1.9.18",
|
|
81
|
+
"@wipperoz/common-entities-account": "^1.6.12",
|
|
84
82
|
"@wipperoz/common-utils": "^2.3.1"
|
|
85
83
|
},
|
|
86
84
|
"config": {
|
|
@@ -90,16 +88,9 @@
|
|
|
90
88
|
},
|
|
91
89
|
"release": {
|
|
92
90
|
"branches": [
|
|
93
|
-
"+([0-9])?(.{+([0-9]),x}).x",
|
|
94
91
|
"main",
|
|
95
|
-
"next",
|
|
96
|
-
"next-major",
|
|
97
92
|
{
|
|
98
|
-
"name": "
|
|
99
|
-
"prerelease": true
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "alpha",
|
|
93
|
+
"name": "sub/*",
|
|
103
94
|
"prerelease": true
|
|
104
95
|
}
|
|
105
96
|
],
|
|
@@ -184,14 +175,13 @@
|
|
|
184
175
|
}
|
|
185
176
|
}
|
|
186
177
|
],
|
|
178
|
+
"@semantic-release/npm",
|
|
187
179
|
[
|
|
188
|
-
"@semantic-release/
|
|
180
|
+
"@semantic-release/exec",
|
|
189
181
|
{
|
|
190
|
-
"
|
|
182
|
+
"successCmd": "node .circleci/notify-orchestrator.mjs \"${nextRelease.version}\" \"${branch.name}\""
|
|
191
183
|
}
|
|
192
|
-
]
|
|
193
|
-
"@semantic-release/npm",
|
|
194
|
-
"@semantic-release/git"
|
|
184
|
+
]
|
|
195
185
|
]
|
|
196
186
|
}
|
|
197
187
|
}
|