tsarr 2.4.10 → 2.4.12
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/cli/index.js +2 -2
- package/dist/tsarr-2.4.12.tgz +0 -0
- package/package.json +2 -2
- package/dist/tsarr-2.4.10.tgz +0 -0
package/dist/cli/index.js
CHANGED
|
@@ -18854,7 +18854,7 @@ init_dist();
|
|
|
18854
18854
|
// package.json
|
|
18855
18855
|
var package_default = {
|
|
18856
18856
|
name: "tsarr",
|
|
18857
|
-
version: "2.4.
|
|
18857
|
+
version: "2.4.12",
|
|
18858
18858
|
author: "Robbe Verhelst",
|
|
18859
18859
|
repository: {
|
|
18860
18860
|
type: "git",
|
|
@@ -18867,7 +18867,7 @@ var package_default = {
|
|
|
18867
18867
|
module: "dist/index.js",
|
|
18868
18868
|
devDependencies: {
|
|
18869
18869
|
"@biomejs/biome": "2.4.8",
|
|
18870
|
-
"@hey-api/openapi-ts": "^0.94.
|
|
18870
|
+
"@hey-api/openapi-ts": "^0.94.3",
|
|
18871
18871
|
"@semantic-release/changelog": "^6.0.3",
|
|
18872
18872
|
"@semantic-release/git": "^10.0.1",
|
|
18873
18873
|
"@semantic-release/github": "^12.0.6",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsarr",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.12",
|
|
4
4
|
"author": "Robbe Verhelst",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"module": "dist/index.js",
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@biomejs/biome": "2.4.8",
|
|
16
|
-
"@hey-api/openapi-ts": "^0.94.
|
|
16
|
+
"@hey-api/openapi-ts": "^0.94.3",
|
|
17
17
|
"@semantic-release/changelog": "^6.0.3",
|
|
18
18
|
"@semantic-release/git": "^10.0.1",
|
|
19
19
|
"@semantic-release/github": "^12.0.6",
|
package/dist/tsarr-2.4.10.tgz
DELETED
|
Binary file
|