@dbos-inc/koa-serve 3.0.10-preview → 3.0.11-preview.gc9233b8190
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/src/index.d.ts.map +1 -1
- package/dist/src/index.js +0 -5
- package/dist/src/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -5
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,QAAQ,EACR,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,kBAAkB,EAClB,WAAW,EACX,eAAe,EACf,eAAe,EACf,gBAAgB,GACjB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,QAAQ,EACR,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,kBAAkB,EAClB,WAAW,EACX,eAAe,EACf,eAAe,EACf,gBAAgB,GACjB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/G,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,OAAO,kDAAkB,CAAC;AACvC,eAAO,MAAM,WAAW,sDAAsB,CAAC;AAC/C,eAAO,MAAM,WAAW,sDAAsB,CAAC;AAC/C,eAAO,MAAM,SAAS,oDAAoB,CAAC;AAC3C,eAAO,MAAM,UAAU,qDAAqB,CAAC"}
|
package/dist/src/index.js
CHANGED
|
@@ -10,11 +10,6 @@ Object.defineProperty(exports, "RequestIDHeader", { enumerable: true, get: funct
|
|
|
10
10
|
Object.defineProperty(exports, "WorkflowIDHeader", { enumerable: true, get: function () { return dboshttp_1.WorkflowIDHeader; } });
|
|
11
11
|
var dboskoa_2 = require("./dboskoa");
|
|
12
12
|
Object.defineProperty(exports, "DBOSKoa", { enumerable: true, get: function () { return dboskoa_2.DBOSKoa; } });
|
|
13
|
-
// Export these as unbound functions. We know this is safe,
|
|
14
|
-
// and it more closely matches the existing library syntax.
|
|
15
|
-
// (Using the static function as a decorator, for some reason,
|
|
16
|
-
// is erroneously getting considered as unbound by some lint versions,
|
|
17
|
-
// as there are no parens following it?)
|
|
18
13
|
exports.DefaultArgOptional = dboskoa_1.DBOSKoa.defaultArgOptional;
|
|
19
14
|
exports.DefaultArgRequired = dboskoa_1.DBOSKoa.defaultArgRequired;
|
|
20
15
|
exports.DefaultArgValidate = dboskoa_1.DBOSKoa.defaultArgValidate;
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAoC;AAEpC,uCAWoB;AAVlB,sGAAA,UAAU,OAAA;AACV,oGAAA,QAAQ,OAAA;AAGR,wGAAA,YAAY,OAAA;AAIZ,2GAAA,eAAe,OAAA;AACf,4GAAA,gBAAgB,OAAA;AAGlB,qCAA+G;AAAtG,kGAAA,OAAO,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAoC;AAEpC,uCAWoB;AAVlB,sGAAA,UAAU,OAAA;AACV,oGAAA,QAAQ,OAAA;AAGR,wGAAA,YAAY,OAAA;AAIZ,2GAAA,eAAe,OAAA;AACf,4GAAA,gBAAgB,OAAA;AAGlB,qCAA+G;AAAtG,kGAAA,OAAO,OAAA;AAEH,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,OAAO,GAAG,iBAAO,CAAC,OAAO,CAAC;AAC1B,QAAA,WAAW,GAAG,iBAAO,CAAC,WAAW,CAAC;AAClC,QAAA,WAAW,GAAG,iBAAO,CAAC,WAAW,CAAC;AAClC,QAAA,SAAS,GAAG,iBAAO,CAAC,SAAS,CAAC;AAC9B,QAAA,UAAU,GAAG,iBAAO,CAAC,UAAU,CAAC"}
|