nmtjs 0.15.0-beta.4 → 0.15.0-beta.6

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.
@@ -1,6 +1,6 @@
1
1
  import { createConsolePrettyDestination, createFactoryInjectable, createLazyInjectable, createValueInjectable } from '@nmtjs/core';
2
2
  import { createTransport } from '@nmtjs/gateway';
3
- import { createContractProcedure, createContractRouter, createFilter, createGuard, createHook, createJob, createMiddleware, createPlugin, createProcedure, createRootRouter, createRouter, createStep, defineApplication, defineServer } from '@nmtjs/runtime';
3
+ import { createContractProcedure, createContractRouter, createFilter, createGuard, createHook, createJob, createMiddleware, createPlugin, createProcedure, createRootRouter, createRouter, defineApplication, defineServer } from '@nmtjs/runtime';
4
4
  export declare const neemata: {
5
5
  app: typeof defineApplication;
6
6
  server: typeof defineServer;
@@ -52,7 +52,6 @@ export declare const neemata: {
52
52
  guard: typeof createGuard;
53
53
  filter: typeof createFilter;
54
54
  job: typeof createJob;
55
- step: typeof createStep;
56
55
  hook: typeof createHook;
57
56
  };
58
57
  export { c } from '@nmtjs/contract';
@@ -1,6 +1,6 @@
1
1
  import { CoreInjectables, createConsolePrettyDestination, createFactoryInjectable, createLazyInjectable, createValueInjectable, } from '@nmtjs/core';
2
2
  import { createTransport, GatewayInjectables } from '@nmtjs/gateway';
3
- import { createContractProcedure, createContractRouter, createFilter, createGuard, createHook, createJob, createMiddleware, createPlugin, createProcedure, createRootRouter, createRouter, createStep, defineApplication, defineServer, RuntimeInjectables, } from '@nmtjs/runtime';
3
+ import { createContractProcedure, createContractRouter, createFilter, createGuard, createHook, createJob, createMiddleware, createPlugin, createProcedure, createRootRouter, createRouter, defineApplication, defineServer, RuntimeInjectables, } from '@nmtjs/runtime';
4
4
  export const neemata = {
5
5
  app: defineApplication,
6
6
  server: defineServer,
@@ -28,7 +28,6 @@ export const neemata = {
28
28
  guard: createGuard,
29
29
  filter: createFilter,
30
30
  job: createJob,
31
- step: createStep,
32
31
  hook: createHook,
33
32
  };
34
33
  export { c } from '@nmtjs/contract';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_exports/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,8BAA8B,EAC9B,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,GACtB,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACpE,OAAO,EACL,uBAAuB,EACvB,oBAAoB,EACpB,YAAY,EACZ,WAAW,EACX,UAAU,EACV,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,iBAAiB,EACjB,YAAY,EACZ,kBAAkB,GACnB,MAAM,gBAAgB,CAAA;AAEvB,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,GAAG,EAAE,iBAAiB;IACtB,MAAM,EAAE,YAAY;IACpB,WAAW,EAAE;QACX,GAAG,eAAe;QAClB,GAAG,kBAAkB;QACrB,GAAI,kBAAgD;KACrD;IACD,SAAS,EAAE,eAAe;IAC1B,MAAM,EAAE,YAAY;IACpB,OAAO,EAAE;QACP,OAAO;QACL,qBAAqB;QACrB,8BAAuE;KAC1E;IACD,KAAK,EAAE,qBAAqB;IAC5B,IAAI,EAAE,oBAAoB;IAC1B,OAAO,EAAE,uBAAuB;IAChC,UAAU,EAAE,gBAAgB;IAC5B,MAAM,EAAE,YAAY;IACpB,cAAc,EAAE,oBAAoB;IACpC,SAAS,EAAE,eAAe;IAC1B,iBAAiB,EAAE,uBAAuB;IAC1C,UAAU,EAAE,gBAAgB;IAC5B,KAAK,EAAE,WAAW;IAClB,MAAM,EAAE,YAAY;IACpB,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,UAAU;IAChB,IAAI,EAAE,UAAU;CACjB,CAAA;AAED,OAAO,EAAE,CAAC,EAAE,MAAM,iBAAiB,CAAA;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAEL,WAAW,EACX,sBAAsB,GACvB,MAAM,gBAAgB,CAAA;AACvB,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AACzE,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAA;AAC/B,OAAO,EACL,QAAQ,EACR,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,SAAS,EACT,UAAU,GACX,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,OAAO,IAAI,CAAC,EAAE,CAAA;AACvB,eAAe,OAAO,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_exports/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,8BAA8B,EAC9B,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,GACtB,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACpE,OAAO,EACL,uBAAuB,EACvB,oBAAoB,EACpB,YAAY,EACZ,WAAW,EACX,UAAU,EACV,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACZ,kBAAkB,GACnB,MAAM,gBAAgB,CAAA;AAEvB,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,GAAG,EAAE,iBAAiB;IACtB,MAAM,EAAE,YAAY;IACpB,WAAW,EAAE;QACX,GAAG,eAAe;QAClB,GAAG,kBAAkB;QACrB,GAAI,kBAAgD;KACrD;IACD,SAAS,EAAE,eAAe;IAC1B,MAAM,EAAE,YAAY;IACpB,OAAO,EAAE;QACP,OAAO;QACL,qBAAqB;QACrB,8BAAuE;KAC1E;IACD,KAAK,EAAE,qBAAqB;IAC5B,IAAI,EAAE,oBAAoB;IAC1B,OAAO,EAAE,uBAAuB;IAChC,UAAU,EAAE,gBAAgB;IAC5B,MAAM,EAAE,YAAY;IACpB,cAAc,EAAE,oBAAoB;IACpC,SAAS,EAAE,eAAe;IAC1B,iBAAiB,EAAE,uBAAuB;IAC1C,UAAU,EAAE,gBAAgB;IAC5B,KAAK,EAAE,WAAW;IAClB,MAAM,EAAE,YAAY;IACpB,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,UAAU;CACjB,CAAA;AAED,OAAO,EAAE,CAAC,EAAE,MAAM,iBAAiB,CAAA;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACnC,OAAO,EAEL,WAAW,EACX,sBAAsB,GACvB,MAAM,gBAAgB,CAAA;AACvB,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AACzE,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAA;AAC/B,OAAO,EACL,QAAQ,EACR,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,SAAS,EACT,UAAU,GACX,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,OAAO,IAAI,CAAC,EAAE,CAAA;AACvB,eAAe,OAAO,CAAA"}
package/package.json CHANGED
@@ -16,22 +16,22 @@
16
16
  "oxc-resolver": "^11.13.2",
17
17
  "vite": "npm:rolldown-vite@7.2.10",
18
18
  "vite-plugin-static-copy": "^3.1.4",
19
- "@nmtjs/common": "0.15.0-beta.4",
20
- "@nmtjs/gateway": "0.15.0-beta.4",
21
- "@nmtjs/json-format": "0.15.0-beta.4",
22
- "@nmtjs/contract": "0.15.0-beta.4",
23
- "@nmtjs/runtime": "0.15.0-beta.4",
24
- "@nmtjs/protocol": "0.15.0-beta.4",
25
- "@nmtjs/core": "0.15.0-beta.4",
26
- "@nmtjs/type": "0.15.0-beta.4",
27
- "@nmtjs/ws-transport": "0.15.0-beta.4",
28
- "@nmtjs/http-transport": "0.15.0-beta.4"
19
+ "@nmtjs/common": "0.15.0-beta.6",
20
+ "@nmtjs/contract": "0.15.0-beta.6",
21
+ "@nmtjs/core": "0.15.0-beta.6",
22
+ "@nmtjs/gateway": "0.15.0-beta.6",
23
+ "@nmtjs/json-format": "0.15.0-beta.6",
24
+ "@nmtjs/type": "0.15.0-beta.6",
25
+ "@nmtjs/runtime": "0.15.0-beta.6",
26
+ "@nmtjs/ws-transport": "0.15.0-beta.6",
27
+ "@nmtjs/http-transport": "0.15.0-beta.6",
28
+ "@nmtjs/protocol": "0.15.0-beta.6"
29
29
  },
30
30
  "devDependencies": {
31
- "@nmtjs/proxy": "0.15.0-beta.4"
31
+ "@nmtjs/proxy": "0.15.0-beta.6"
32
32
  },
33
33
  "peerDependencies": {
34
- "@nmtjs/proxy": "0.15.0-beta.4"
34
+ "@nmtjs/proxy": "0.15.0-beta.6"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@nmtjs/proxy": {
@@ -44,7 +44,7 @@
44
44
  "LICENSE.md",
45
45
  "README.md"
46
46
  ],
47
- "version": "0.15.0-beta.4",
47
+ "version": "0.15.0-beta.6",
48
48
  "scripts": {
49
49
  "clean-build": "rm -rf ./dist",
50
50
  "build": "tsc --declaration --sourcemap",
@@ -18,7 +18,6 @@ import {
18
18
  createProcedure,
19
19
  createRootRouter,
20
20
  createRouter,
21
- createStep,
22
21
  defineApplication,
23
22
  defineServer,
24
23
  RuntimeInjectables,
@@ -51,7 +50,6 @@ export const neemata = {
51
50
  guard: createGuard,
52
51
  filter: createFilter,
53
52
  job: createJob,
54
- step: createStep,
55
53
  hook: createHook,
56
54
  }
57
55