@pristine-ts/cloudflare 0.0.403 → 1.0.405
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/lib/cjs/cloudflare.module.js +1 -1
- package/dist/lib/cjs/cloudflare.module.js.map +1 -1
- package/dist/lib/cjs/mappers/headers.mapper.js.map +1 -1
- package/dist/lib/cjs/mappers/mappers.js +1 -1
- package/dist/lib/cjs/mappers/mappers.js.map +1 -1
- package/dist/lib/cjs/mappers/method.mapper.js.map +1 -1
- package/dist/lib/cjs/mappers/request.mapper.js +0 -1
- package/dist/lib/cjs/mappers/request.mapper.js.map +1 -1
- package/dist/lib/cjs/mappers/response.mapper.js.map +1 -1
- package/dist/lib/esm/cloudflare.module.js +1 -1
- package/dist/lib/esm/cloudflare.module.js.map +1 -1
- package/dist/lib/esm/mappers/headers.mapper.js.map +1 -1
- package/dist/lib/esm/mappers/mappers.js +1 -1
- package/dist/lib/esm/mappers/mappers.js.map +1 -1
- package/dist/lib/esm/mappers/method.mapper.js.map +1 -1
- package/dist/lib/esm/mappers/request.mapper.js +1 -1
- package/dist/lib/esm/mappers/request.mapper.js.map +1 -1
- package/dist/lib/esm/mappers/response.mapper.js.map +1 -1
- package/dist/types/mappers/mappers.d.ts +0 -1
- package/dist/types/mappers/request.mapper.d.ts +0 -1
- package/package.json +5 -5
|
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.CloudflareModule = void 0;
|
|
18
|
-
const logging_1 = require("@pristine-ts/logging");
|
|
19
18
|
const common_1 = require("@pristine-ts/common");
|
|
19
|
+
const logging_1 = require("@pristine-ts/logging");
|
|
20
20
|
const cloudflare_module_keyname_1 = require("./cloudflare.module.keyname");
|
|
21
21
|
__exportStar(require("./mappers/mappers"), exports);
|
|
22
22
|
exports.CloudflareModule = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudflare.module.js","sourceRoot":"","sources":["../../../src/cloudflare.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cloudflare.module.js","sourceRoot":"","sources":["../../../src/cloudflare.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAAkE;AAClE,kDAAmD;AACnD,2EAAoE;AAEpE,oDAAkC;AAErB,QAAA,gBAAgB,GAAoB;IAC/C,OAAO,EAAE,mDAAuB;IAChC,aAAa,EAAE;QACb,qBAAY;QACZ,uBAAa;KACd;IACD,qBAAqB,EAAE,EAAE;IACzB,wBAAwB,EAAE,EAAE;CAC7B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"headers.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/headers.mapper.ts"],"names":[],"mappings":";;;;;;;;;AAAA,uCAAoC;AAG7B,IAAM,aAAa,GAAnB,MAAM,aAAa;
|
|
1
|
+
{"version":3,"file":"headers.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/headers.mapper.ts"],"names":[],"mappings":";;;;;;;;;AAAA,uCAAoC;AAG7B,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB,GAAG,CAAC,OAAgB;QAClB,MAAM,aAAa,GAA8B,EAAE,CAAA;QAEnD,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE;YAC7B,aAAa,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QAC7B,CAAC,CAAC,CAAA;QAEF,OAAO,aAAa,CAAC;IACvB,CAAC;IAED,UAAU,CAAC,OAAkC;QAC3C,MAAM,aAAa,GAAG,IAAI,OAAO,EAAE,CAAC;QAEpC,KAAK,MAAM,GAAG,IAAI,OAAO,EAAE,CAAC;YAC1B,IAAI,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC1C,SAAS;YACX,CAAC;YAED,aAAa,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;QACvC,CAAC;QAED,OAAO,aAAa,CAAC;IACvB,CAAC;CACF,CAAA;AAxBY,sCAAa;wBAAb,aAAa;IADzB,IAAA,qBAAU,GAAE;GACA,aAAa,CAwBzB"}
|
|
@@ -16,6 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./headers.mapper"), exports);
|
|
18
18
|
__exportStar(require("./method.mapper"), exports);
|
|
19
|
-
|
|
19
|
+
//export * from "./request.mapper";
|
|
20
20
|
__exportStar(require("./response.mapper"), exports);
|
|
21
21
|
//# sourceMappingURL=mappers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../src/mappers/mappers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,kDAAgC;AAChC,
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../src/mappers/mappers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,kDAAgC;AAChC,mCAAmC;AACnC,oDAAkC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/method.mapper.ts"],"names":[],"mappings":";;;;;;;;;AAAA,gDAA+C;AAC/C,uCAAoC;AAG7B,IAAM,YAAY,GAAlB,MAAM,YAAY;
|
|
1
|
+
{"version":3,"file":"method.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/method.mapper.ts"],"names":[],"mappings":";;;;;;;;;AAAA,gDAA+C;AAC/C,uCAAoC;AAG7B,IAAM,YAAY,GAAlB,MAAM,YAAY;IAEvB;;;OAGG;IACH,GAAG,CAAC,MAAc;QAChB,MAAM,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;QAE9B,QAAQ,MAAM,EAAE,CAAC;YACf,KAAK,KAAK;gBACR,OAAO,mBAAU,CAAC,GAAG,CAAA;YACvB,KAAK,MAAM;gBACT,OAAO,mBAAU,CAAC,IAAI,CAAA;YACxB,KAAK,KAAK;gBACR,OAAO,mBAAU,CAAC,GAAG,CAAA;YACvB,KAAK,OAAO;gBACV,OAAO,mBAAU,CAAC,KAAK,CAAA;YACzB,KAAK,QAAQ;gBACX,OAAO,mBAAU,CAAC,MAAM,CAAA;YAC1B,KAAK,SAAS;gBACZ,OAAO,mBAAU,CAAC,OAAO,CAAA;QAC7B,CAAC;QAED,OAAO,MAAM,CAAC;IAChB,CAAC;CACF,CAAA;AA1BY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,qBAAU,GAAE;GACA,YAAY,CA0BxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/request.mapper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"request.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/request.mapper.ts"],"names":[],"mappings":";AAAA,gBAAgB;AAChB,+BAA+B;AAC/B,gHAAgH;AAChH,QAAQ;AACR,EAAE;AACF,sDAAsD;AACtD,mBAAmB;AACnB,gCAAgC;AAChC,iEAAiE;AACjE,qCAAqC;AACrC,gEAAgE;AAChE,0CAA0C;AAC1C,aAAa;AACb,QAAQ;AACR,IAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/response.mapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAoC;AAEpC,qDAA+C;AAGxC,IAAM,cAAc,GAApB,MAAM,cAAc;
|
|
1
|
+
{"version":3,"file":"response.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/response.mapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAoC;AAEpC,qDAA+C;AAGxC,IAAM,cAAc,GAApB,MAAM,cAAc;IACzB,YAA6B,aAA4B;QAA5B,kBAAa,GAAb,aAAa,CAAe;IACzD,CAAC;IAED,GAAG,CAAC,gBAAkC;;QACpC,OAAO,IAAI,QAAQ,CAAC,gBAAgB,CAAC,IAAI,EAAE;YACzC,MAAM,EAAE,gBAAgB,CAAC,MAAM;YAC/B,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,MAAA,gBAAgB,CAAC,OAAO,mCAAI,EAAE,CAAC;SACvE,CAAC,CAAC;IACL,CAAC;CACF,CAAA;AAVY,wCAAc;yBAAd,cAAc;IAD1B,IAAA,qBAAU,GAAE;qCAEiC,8BAAa;GAD9C,cAAc,CAU1B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LoggingModule } from "@pristine-ts/logging";
|
|
2
1
|
import { CommonModule } from "@pristine-ts/common";
|
|
2
|
+
import { LoggingModule } from "@pristine-ts/logging";
|
|
3
3
|
import { CloudflareModuleKeyname } from "./cloudflare.module.keyname";
|
|
4
4
|
export * from "./mappers/mappers";
|
|
5
5
|
export const CloudflareModule = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudflare.module.js","sourceRoot":"","sources":["../../../src/cloudflare.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cloudflare.module.js","sourceRoot":"","sources":["../../../src/cloudflare.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAkB,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,6BAA6B,CAAC;AAEpE,cAAc,mBAAmB,CAAC;AAElC,MAAM,CAAC,MAAM,gBAAgB,GAAoB;IAC/C,OAAO,EAAE,uBAAuB;IAChC,aAAa,EAAE;QACb,YAAY;QACZ,aAAa;KACd;IACD,qBAAqB,EAAE,EAAE;IACzB,wBAAwB,EAAE,EAAE;CAC7B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"headers.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/headers.mapper.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAG7B,IAAM,aAAa,GAAnB,MAAM,aAAa;
|
|
1
|
+
{"version":3,"file":"headers.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/headers.mapper.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAG7B,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB,GAAG,CAAC,OAAgB;QAClB,MAAM,aAAa,GAA8B,EAAE,CAAA;QAEnD,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE;YAC7B,aAAa,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QAC7B,CAAC,CAAC,CAAA;QAEF,OAAO,aAAa,CAAC;IACvB,CAAC;IAED,UAAU,CAAC,OAAkC;QAC3C,MAAM,aAAa,GAAG,IAAI,OAAO,EAAE,CAAC;QAEpC,KAAK,MAAM,GAAG,IAAI,OAAO,EAAE,CAAC;YAC1B,IAAI,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC1C,SAAS;YACX,CAAC;YAED,aAAa,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;QACvC,CAAC;QAED,OAAO,aAAa,CAAC;IACvB,CAAC;CACF,CAAA;AAxBY,aAAa;IADzB,UAAU,EAAE;GACA,aAAa,CAwBzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../src/mappers/mappers.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../src/mappers/mappers.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,mCAAmC;AACnC,cAAc,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/method.mapper.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAG7B,IAAM,YAAY,GAAlB,MAAM,YAAY;
|
|
1
|
+
{"version":3,"file":"method.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/method.mapper.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAG7B,IAAM,YAAY,GAAlB,MAAM,YAAY;IAEvB;;;OAGG;IACH,GAAG,CAAC,MAAc;QAChB,MAAM,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;QAE9B,QAAQ,MAAM,EAAE,CAAC;YACf,KAAK,KAAK;gBACR,OAAO,UAAU,CAAC,GAAG,CAAA;YACvB,KAAK,MAAM;gBACT,OAAO,UAAU,CAAC,IAAI,CAAA;YACxB,KAAK,KAAK;gBACR,OAAO,UAAU,CAAC,GAAG,CAAA;YACvB,KAAK,OAAO;gBACV,OAAO,UAAU,CAAC,KAAK,CAAA;YACzB,KAAK,QAAQ;gBACX,OAAO,UAAU,CAAC,MAAM,CAAA;YAC1B,KAAK,SAAS;gBACZ,OAAO,UAAU,CAAC,OAAO,CAAA;QAC7B,CAAC;QAED,OAAO,MAAM,CAAC;IAChB,CAAC;CACF,CAAA;AA1BY,YAAY;IADxB,UAAU,EAAE;GACA,YAAY,CA0BxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/request.mapper.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"request.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/request.mapper.ts"],"names":[],"mappings":";AAAA,gBAAgB;AAChB,+BAA+B;AAC/B,gHAAgH;AAChH,QAAQ;AACR,EAAE;AACF,sDAAsD;AACtD,mBAAmB;AACnB,gCAAgC;AAChC,iEAAiE;AACjE,qCAAqC;AACrC,gEAAgE;AAChE,0CAA0C;AAC1C,aAAa;AACb,QAAQ;AACR,IAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/response.mapper.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAEpC,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAGxC,IAAM,cAAc,GAApB,MAAM,cAAc;
|
|
1
|
+
{"version":3,"file":"response.mapper.js","sourceRoot":"","sources":["../../../../src/mappers/response.mapper.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAEpC,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAGxC,IAAM,cAAc,GAApB,MAAM,cAAc;IACzB,YAA6B,aAA4B;QAA5B,kBAAa,GAAb,aAAa,CAAe;IACzD,CAAC;IAED,GAAG,CAAC,gBAAkC;;QACpC,OAAO,IAAI,QAAQ,CAAC,gBAAgB,CAAC,IAAI,EAAE;YACzC,MAAM,EAAE,gBAAgB,CAAC,MAAM;YAC/B,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,MAAA,gBAAgB,CAAC,OAAO,mCAAI,EAAE,CAAC;SACvE,CAAC,CAAC;IACL,CAAC;CACF,CAAA;AAVY,cAAc;IAD1B,UAAU,EAAE;qCAEiC,aAAa;GAD9C,cAAc,CAU1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/cloudflare",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.405",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/cloudflare.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/cloudflare.module.js",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"test:cov": "jest --coverage"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@pristine-ts/common": "^
|
|
16
|
-
"@pristine-ts/logging": "^
|
|
17
|
-
"@pristine-ts/networking": "^
|
|
15
|
+
"@pristine-ts/common": "^1.0.405",
|
|
16
|
+
"@pristine-ts/logging": "^1.0.405",
|
|
17
|
+
"@pristine-ts/networking": "^1.0.405"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@cloudflare/workers-types": "^4.20231025.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"src/*.{js,ts}"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "0291257f1e673291f1e91d8a258608ce684d8ee1"
|
|
68
68
|
}
|