playcademy 0.11.6 → 0.11.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5146,7 +5146,7 @@ async function bundleBackend(config, options = {}) {
5146
5146
  const edgePlaySrc = isBuiltPackage ? embeddedEdgeSrc : monorepoEdgeSrc;
5147
5147
  const cliPackageRoot = isBuiltPackage ? join3(distDir, "../..") : join3(distDir, "../../..");
5148
5148
  const nodeModulesRoot = isBuiltPackage ? cliPackageRoot : getMonorepoRoot();
5149
- const embeddedConstantsSrc = join3(distDir, "../node_modules/@playcademy/constants/src");
5149
+ const embeddedConstantsSrc = join3(distDir, "../../node_modules/@playcademy/constants/src");
5150
5150
  const monorepoConstantsSrc = join3(distDir, "../../../../constants/src");
5151
5151
  const constantsSrc = isBuiltPackage ? embeddedConstantsSrc : monorepoConstantsSrc;
5152
5152
  const result = await esbuild.build({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "type": "module",
5
5
  "module": "./dist/index.js",
6
6
  "exports": {