@apifuse/provider-sdk 2.1.0-beta.16 → 2.1.0-beta.17
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
package/dist/cli/create.js
CHANGED
|
@@ -461,7 +461,6 @@ function renderPackageJson(input) {
|
|
|
461
461
|
"submit-check": "apifuse submit-check . --markdown submission-report.md",
|
|
462
462
|
test: "apifuse test .",
|
|
463
463
|
record: "apifuse record .",
|
|
464
|
-
"perf:sample": "apifuse perf . --operation ping --runs 3",
|
|
465
464
|
start: "bun start.ts",
|
|
466
465
|
},
|
|
467
466
|
dependencies: {
|
package/package.json
CHANGED
package/src/cli/create.ts
CHANGED
|
@@ -629,7 +629,6 @@ function renderPackageJson(input: {
|
|
|
629
629
|
"apifuse submit-check . --markdown submission-report.md",
|
|
630
630
|
test: "apifuse test .",
|
|
631
631
|
record: "apifuse record .",
|
|
632
|
-
"perf:sample": "apifuse perf . --operation ping --runs 3",
|
|
633
632
|
start: "bun start.ts",
|
|
634
633
|
},
|
|
635
634
|
dependencies: {
|