playcademy 0.14.4-alpha.2 → 0.14.4

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 CHANGED
@@ -5916,11 +5916,6 @@ function createEsbuildConfig(entryCode, paths, bundleConfig, customRoutesDir, op
5916
5916
  // │ install. We embed it in dist/ and alias imports to point there. │
5917
5917
  // └─────────────────────────────────────────────────────────────────┘
5918
5918
  "@playcademy/constants": constantsEntry,
5919
- // ┌─ Workspace-only edge-play package ──────────────────────────────┐
5920
- // │ @playcademy/edge-play is used in generated entry code for auth │
5921
- // │ middleware. It's embedded in dist/ like constants. │
5922
- // └─────────────────────────────────────────────────────────────────┘
5923
- "@playcademy/edge-play": edgePlaySrc,
5924
5919
  // ┌─ User's custom routes ──────────────────────────────────────────┐
5925
5920
  // │ @game-api is a virtual module that maps to the user's API dir. │
5926
5921
  // │ Example: import * as route from '@game-api/hello.ts' │
package/dist/utils.js CHANGED
@@ -1652,11 +1652,6 @@ function createEsbuildConfig(entryCode, paths, bundleConfig, customRoutesDir, op
1652
1652
  // │ install. We embed it in dist/ and alias imports to point there. │
1653
1653
  // └─────────────────────────────────────────────────────────────────┘
1654
1654
  "@playcademy/constants": constantsEntry,
1655
- // ┌─ Workspace-only edge-play package ──────────────────────────────┐
1656
- // │ @playcademy/edge-play is used in generated entry code for auth │
1657
- // │ middleware. It's embedded in dist/ like constants. │
1658
- // └─────────────────────────────────────────────────────────────────┘
1659
- "@playcademy/edge-play": edgePlaySrc,
1660
1655
  // ┌─ User's custom routes ──────────────────────────────────────────┐
1661
1656
  // │ @game-api is a virtual module that maps to the user's API dir. │
1662
1657
  // │ Example: import * as route from '@game-api/hello.ts' │
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // package.json
2
2
  var package_default = {
3
3
  name: "playcademy",
4
- version: "0.14.4",
4
+ version: "0.14.3",
5
5
  type: "module",
6
6
  exports: {
7
7
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.14.4-alpha.2",
3
+ "version": "0.14.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {