@mathrunet/masamune_cloudflare 3.1.0 → 3.1.1

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/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # 3.1.0 (2026-06-29)
1
+ ## 3.1.1 (2026-06-29)
2
2
 
3
3
 
4
4
  ### chore
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { WorkersBase } from "./lib/src/workers_base";
2
+ export * from "@mathrunet/masamune";
2
3
  export * from "./lib/api";
3
4
  export * from "./lib/src/workers_base";
4
5
  export * from "./lib/src/workers_data";
package/dist/index.js CHANGED
@@ -48,6 +48,7 @@ exports.deploy = deploy;
48
48
  * [YouTube]: https://www.youtube.com/c/mathrunetchannel
49
49
  */
50
50
  const hono = __importStar(require("hono"));
51
+ __exportStar(require("@mathrunet/masamune"), exports);
51
52
  __exportStar(require("./lib/api"), exports);
52
53
  __exportStar(require("./lib/src/workers_base"), exports);
53
54
  __exportStar(require("./lib/src/workers_data"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCA,wBAMC;AAvCD;;;;;;;;;GASG;AACH,2CAA6B;AAG7B,4CAA0B;AAC1B,yDAAuC;AACvC,yDAAuC;AACvC,0EAAwD;AAExD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,MAAM,CAAC,OAAY,EAAE,cAA6B;IAC9D,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;IAC5B,KAAK,MAAM,MAAM,IAAI,cAAc,EAAE,CAAC;QAClC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IAC3C,CAAC;IACD,OAAO,CAAC,OAAO,GAAG,GAAG,CAAC;AAC1B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,wBAMC;AAxCD;;;;;;;;;GASG;AACH,2CAA6B;AAG7B,sDAAoC;AACpC,4CAA0B;AAC1B,yDAAuC;AACvC,yDAAuC;AACvC,0EAAwD;AAExD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,MAAM,CAAC,OAAY,EAAE,cAA6B;IAC9D,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;IAC5B,KAAK,MAAM,MAAM,IAAI,cAAc,EAAE,CAAC;QAClC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IAC3C,CAAC;IACD,OAAO,CAAC,OAAO,GAAG,GAAG,CAAC;AAC1B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune_cloudflare",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Manages packages on Cloudflare Workers for the server portion (NodeJS) of the Masamune framework.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",