@redmix/api 9.0.0-canary.618 → 9.0.0-canary.619
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/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/cjs/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AA8B1B,eAAO,MAAM,aAAa,KAA8C,CAAA;AACxE,eAAO,MAAM,cAAc,KAAuB,CAAA"}
|
package/dist/cjs/index.js
CHANGED
@@ -45,7 +45,8 @@ __reExport(index_exports, require("./cors.js"), module.exports);
|
|
45
45
|
__reExport(index_exports, require("./event.js"), module.exports);
|
46
46
|
const customRequire = (
|
47
47
|
// Look out for a stubbed require function
|
48
|
-
|
48
|
+
// @ts-expect-error - Using `0, ` to work around bundler magic
|
49
|
+
typeof require === "function" && !(0, require).toString().includes("@rollup") ? require : (
|
49
50
|
// The argument to `createRequire` should be a file and node will strip
|
50
51
|
// the last segment (the file name) to get to a base path. By appending a
|
51
52
|
// fake "foo" file we get the base path we want.
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AA8B1B,eAAO,MAAM,aAAa,KAA8C,CAAA;AACxE,eAAO,MAAM,cAAc,KAAuB,CAAA"}
|
package/dist/index.js
CHANGED
@@ -10,7 +10,8 @@ export * from "./cors.js";
|
|
10
10
|
export * from "./event.js";
|
11
11
|
const customRequire = (
|
12
12
|
// Look out for a stubbed require function
|
13
|
-
|
13
|
+
// @ts-expect-error - Using `0, ` to work around bundler magic
|
14
|
+
typeof require === "function" && !(0, require).toString().includes("@rollup") ? require : (
|
14
15
|
// The argument to `createRequire` should be a file and node will strip
|
15
16
|
// the last segment (the file name) to get to a base path. By appending a
|
16
17
|
// fake "foo" file we get the base path we want.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@redmix/api",
|
3
|
-
"version": "9.0.0-canary.
|
3
|
+
"version": "9.0.0-canary.619+a11b0b6bf",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/redmix-run/redmix.git",
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"title-case": "3.0.3"
|
96
96
|
},
|
97
97
|
"devDependencies": {
|
98
|
-
"@redmix/framework-tools": "9.0.0-canary.
|
98
|
+
"@redmix/framework-tools": "9.0.0-canary.619",
|
99
99
|
"@types/aws-lambda": "8.10.145",
|
100
100
|
"@types/jsonwebtoken": "9.0.8",
|
101
101
|
"@types/memjs": "1",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"optional": true
|
124
124
|
}
|
125
125
|
},
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "a11b0b6bfb4d82c27824a4607849ad36ff866093"
|
127
127
|
}
|