soonjs 0.0.21 → 0.0.22

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 (36) hide show
  1. package/dist/deps/acorn-tklbyr11e.js +15 -0
  2. package/dist/deps/angular-m17t0gdsi.js +1 -0
  3. package/dist/deps/babel-48ei1aig4.js +15 -0
  4. package/dist/deps/estree-4o5bj9gvd.js +36 -0
  5. package/dist/deps/flow-xlruu7boa.js +19 -0
  6. package/dist/deps/glimmer-kyfivr6g7.js +30 -0
  7. package/dist/deps/graphql-xojtytb2p.js +29 -0
  8. package/dist/deps/html-jal5w2b1p.js +23 -0
  9. package/dist/deps/markdown-qhqqns7vp.js +62 -0
  10. package/dist/deps/meriyah-sl495y757.js +4 -0
  11. package/dist/deps/postcss-vq400h6ym.js +52 -0
  12. package/dist/deps/soon-id-gmzr57ufv.js +1 -0
  13. package/dist/deps/typescript-jihynpl9y.js +20 -0
  14. package/dist/deps/yaml-auqgv4vnk.js +161 -0
  15. package/dist/index.d.ts +2 -7
  16. package/dist/index.js +10 -54574
  17. package/dist/types.d.ts +1 -1
  18. package/dist/vite-plugin-soon-client.js +249 -0
  19. package/dist/vite-plugin-soon-server.js +272 -0
  20. package/package.json +2 -2
  21. package/dist/acorn-BeS7roP3.js +0 -2895
  22. package/dist/angular-B-EYu3Xp.js +0 -1448
  23. package/dist/babel-NsGQycRb.js +0 -6844
  24. package/dist/estree-cBJzAinS.js +0 -4265
  25. package/dist/flow-CH5Saqka.js +0 -26221
  26. package/dist/glimmer-D1ryh0Nj.js +0 -2756
  27. package/dist/graphql-DsBI6lrt.js +0 -1212
  28. package/dist/html-BCw0gm0V.js +0 -2623
  29. package/dist/markdown-k-AdjTGy.js +0 -3058
  30. package/dist/meriyah-CghVgtuf.js +0 -2320
  31. package/dist/one.d.ts +0 -20
  32. package/dist/postcss-BC57c3E8.js +0 -4664
  33. package/dist/testtt.d.ts +0 -1
  34. package/dist/typescript-DtWxbCCh.js +0 -12794
  35. package/dist/utils.d.ts +0 -6
  36. package/dist/yaml-CFlm97O-.js +0 -4088
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Config, defineApi, defineConfig, Meta, Namespace, Platform, ServiceContext, SoonApp, UserContext } from '.';
1
+ import { Config, defineApi, defineConfig, Meta, Namespace, Platform, ServiceContext, SoonApp, UserContext } from './index';
2
2
  import { IncomingHttpHeaders, OutgoingHttpHeaders } from 'http';
3
3
 
4
4
  type Method = 'get' | 'head' | 'post' | 'put' | 'delete' | 'options' | 'patch' | 'all';