soonjs 0.0.15 → 0.0.16

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/index.js CHANGED
@@ -54314,7 +54314,10 @@ class Roe {
54314
54314
  return s.path.split("/").length + o - (i.path.split("/").length + l);
54315
54315
  }).map((i) => ({
54316
54316
  ...i,
54317
- path: i.path.split("/").map((s) => encodeURIComponent(s)).join("/"),
54317
+ // path: v.path
54318
+ // .split('/')
54319
+ // .map(v => encodeURIComponent(v))
54320
+ // .join('/'),
54318
54321
  method: i.method ?? (t == null ? void 0 : t.defaultMethod) ?? "post"
54319
54322
  }));
54320
54323
  this.apiList = n, this.apis = n.filter((i) => !i.disabled), this.api404 = {
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soonjs",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",