nmtjs 0.11.7 → 0.11.8
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 +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/index.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -32,6 +32,7 @@ export { ApiError, WorkerType } from "@nmtjs/application";
|
|
|
32
32
|
export { c } from "@nmtjs/contract";
|
|
33
33
|
export { Hook, Scope } from "@nmtjs/core";
|
|
34
34
|
export { ErrorCode, ProtocolBlob, TransportType } from "@nmtjs/protocol";
|
|
35
|
+
export { createStreamResponse } from "@nmtjs/protocol/server";
|
|
35
36
|
export { t } from "@nmtjs/type";
|
|
36
37
|
export { neemata as n };
|
|
37
38
|
export default neemata;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAAA,SACE,gBACA,mBACA,yBACA,yBACA,cACA,aACA,kBACA,iBACA,iBACA,kBACK,oBAAoB;AAC3B,SACE,iBACA,uBACA,gCACA,iCACA,yBACA,sBACA,0BACA,cACA,6BACK,aAAa;AACpB,SAAS,iBAAiB,2BAA2B,wBAAwB;AAC7E,SAAS,oBAAoB,eAAe;AAE5C,OAAO,MAAM,UAAU;CACrB,KAAK;CACL,QAAQ;CACR,aAAa;EACX,GAAG;EACH,GAAG;EACH,GAAG;CACJ;CACD,WAAW;CACX,QAAQ;CACR,SAAS,EACP,SAAS,+BACV;CACD,UAAU;CACV,OAAO;CACP,MAAM;CACN,SAAS;CACT,OAAO;CACP,aAAa;CACb,MAAM;CACN,WAAW;CACX,mBAAmB;CACnB,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,OAAO;CACP,QAAQ;AACT;AAED,SAAS,UAAU,kBAAkB;AACrC,SAAS,SAAS;AAClB,SAAS,MAAM,aAAa;AAC5B,SAAS,WAAW,cAAc,qBAAqB;AACvD,SAAS,SAAS;AAElB,SAAS,WAAW;AACpB,eAAe","names":[],"sources":["../src/index.ts"],"sourcesContent":["import {\n AppInjectables,\n createApplication,\n createContractNamespace,\n createContractProcedure,\n createFilter,\n createGuard,\n createMiddleware,\n createNamespace,\n createProcedure,\n createTask,\n} from '@nmtjs/application'\nimport {\n CoreInjectables,\n createClassInjectable,\n createConsolePrettyDestination,\n createExtendableClassInjectable,\n createFactoryInjectable,\n createLazyInjectable,\n createOptionalInjectable,\n createPlugin,\n createValueInjectable,\n} from '@nmtjs/core'\nimport { createTransport, ProtocolInjectables } from '@nmtjs/protocol/server'\nimport { createServer } from '@nmtjs/server'\n\nexport const neemata = {\n app: createApplication,\n server: createServer,\n injectables: {\n ...CoreInjectables,\n ...ProtocolInjectables,\n ...AppInjectables,\n },\n transport: createTransport,\n plugin: createPlugin,\n logging: {\n console: createConsolePrettyDestination,\n },\n optional: createOptionalInjectable,\n value: createValueInjectable,\n lazy: createLazyInjectable,\n factory: createFactoryInjectable,\n class: createClassInjectable,\n extendClass: createExtendableClassInjectable,\n task: createTask,\n namespace: createNamespace,\n contractNamespace: createContractNamespace,\n procedure: createProcedure,\n contractProcedure: createContractProcedure,\n middleware: createMiddleware,\n guard: createGuard,\n filter: createFilter,\n}\n\nexport { ApiError, WorkerType } from '@nmtjs/application'\nexport { c } from '@nmtjs/contract'\nexport { Hook, Scope } from '@nmtjs/core'\nexport { ErrorCode, ProtocolBlob, TransportType } from '@nmtjs/protocol'\nexport { t } from '@nmtjs/type'\n\nexport { neemata as n }\nexport default neemata\n"],"version":3,"file":"index.js"}
|
|
1
|
+
{"mappings":"AAAA,SACE,gBACA,mBACA,yBACA,yBACA,cACA,aACA,kBACA,iBACA,iBACA,kBACK,oBAAoB;AAC3B,SACE,iBACA,uBACA,gCACA,iCACA,yBACA,sBACA,0BACA,cACA,6BACK,aAAa;AACpB,SAAS,iBAAiB,2BAA2B,wBAAwB;AAC7E,SAAS,oBAAoB,eAAe;AAE5C,OAAO,MAAM,UAAU;CACrB,KAAK;CACL,QAAQ;CACR,aAAa;EACX,GAAG;EACH,GAAG;EACH,GAAG;CACJ;CACD,WAAW;CACX,QAAQ;CACR,SAAS,EACP,SAAS,+BACV;CACD,UAAU;CACV,OAAO;CACP,MAAM;CACN,SAAS;CACT,OAAO;CACP,aAAa;CACb,MAAM;CACN,WAAW;CACX,mBAAmB;CACnB,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,OAAO;CACP,QAAQ;AACT;AAED,SAAS,UAAU,kBAAkB;AACrC,SAAS,SAAS;AAClB,SAAS,MAAM,aAAa;AAC5B,SAAS,WAAW,cAAc,qBAAqB;AACvD,SAAS,4BAA4B;AACrC,SAAS,SAAS;AAElB,SAAS,WAAW;AACpB,eAAe","names":[],"sources":["../src/index.ts"],"sourcesContent":["import {\n AppInjectables,\n createApplication,\n createContractNamespace,\n createContractProcedure,\n createFilter,\n createGuard,\n createMiddleware,\n createNamespace,\n createProcedure,\n createTask,\n} from '@nmtjs/application'\nimport {\n CoreInjectables,\n createClassInjectable,\n createConsolePrettyDestination,\n createExtendableClassInjectable,\n createFactoryInjectable,\n createLazyInjectable,\n createOptionalInjectable,\n createPlugin,\n createValueInjectable,\n} from '@nmtjs/core'\nimport { createTransport, ProtocolInjectables } from '@nmtjs/protocol/server'\nimport { createServer } from '@nmtjs/server'\n\nexport const neemata = {\n app: createApplication,\n server: createServer,\n injectables: {\n ...CoreInjectables,\n ...ProtocolInjectables,\n ...AppInjectables,\n },\n transport: createTransport,\n plugin: createPlugin,\n logging: {\n console: createConsolePrettyDestination,\n },\n optional: createOptionalInjectable,\n value: createValueInjectable,\n lazy: createLazyInjectable,\n factory: createFactoryInjectable,\n class: createClassInjectable,\n extendClass: createExtendableClassInjectable,\n task: createTask,\n namespace: createNamespace,\n contractNamespace: createContractNamespace,\n procedure: createProcedure,\n contractProcedure: createContractProcedure,\n middleware: createMiddleware,\n guard: createGuard,\n filter: createFilter,\n}\n\nexport { ApiError, WorkerType } from '@nmtjs/application'\nexport { c } from '@nmtjs/contract'\nexport { Hook, Scope } from '@nmtjs/core'\nexport { ErrorCode, ProtocolBlob, TransportType } from '@nmtjs/protocol'\nexport { createStreamResponse } from '@nmtjs/protocol/server'\nexport { t } from '@nmtjs/type'\n\nexport { neemata as n }\nexport default neemata\n"],"version":3,"file":"index.js"}
|
package/package.json
CHANGED
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@nmtjs/
|
|
60
|
-
"@nmtjs/protocol": "0.11.
|
|
61
|
-
"@nmtjs/
|
|
62
|
-
"@nmtjs/
|
|
63
|
-
"@nmtjs/server": "0.11.
|
|
64
|
-
"@nmtjs/
|
|
65
|
-
"@nmtjs/
|
|
66
|
-
"@nmtjs/
|
|
67
|
-
"@nmtjs/
|
|
68
|
-
"@nmtjs/
|
|
59
|
+
"@nmtjs/application": "0.11.8",
|
|
60
|
+
"@nmtjs/protocol": "0.11.8",
|
|
61
|
+
"@nmtjs/common": "0.11.8",
|
|
62
|
+
"@nmtjs/core": "0.11.8",
|
|
63
|
+
"@nmtjs/server": "0.11.8",
|
|
64
|
+
"@nmtjs/type": "0.11.8",
|
|
65
|
+
"@nmtjs/json-format": "0.11.8",
|
|
66
|
+
"@nmtjs/contract": "0.11.8",
|
|
67
|
+
"@nmtjs/cli": "0.11.8",
|
|
68
|
+
"@nmtjs/ws-transport": "0.11.8"
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"src",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"LICENSE.md",
|
|
74
74
|
"README.md"
|
|
75
75
|
],
|
|
76
|
-
"version": "0.11.
|
|
76
|
+
"version": "0.11.8",
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "neemata-build --root=./src './**/*.ts'",
|
|
79
79
|
"type-check": "tsc --noEmit"
|
package/src/index.ts
CHANGED
|
@@ -57,6 +57,7 @@ export { ApiError, WorkerType } from '@nmtjs/application'
|
|
|
57
57
|
export { c } from '@nmtjs/contract'
|
|
58
58
|
export { Hook, Scope } from '@nmtjs/core'
|
|
59
59
|
export { ErrorCode, ProtocolBlob, TransportType } from '@nmtjs/protocol'
|
|
60
|
+
export { createStreamResponse } from '@nmtjs/protocol/server'
|
|
60
61
|
export { t } from '@nmtjs/type'
|
|
61
62
|
|
|
62
63
|
export { neemata as n }
|