create-feltdb 0.6.3 → 0.6.5
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/create.js +1 -1
- package/dist/package-versions.js +1 -1
- package/package.json +1 -1
package/dist/create.js
CHANGED
|
@@ -1234,7 +1234,7 @@ NODE_ENV=development
|
|
|
1234
1234
|
framework,
|
|
1235
1235
|
port: 7700,
|
|
1236
1236
|
replicationPort: 7701,
|
|
1237
|
-
studioPort:
|
|
1237
|
+
studioPort: 7701,
|
|
1238
1238
|
};
|
|
1239
1239
|
fs.writeFileSync(path.join(projectDir, 'docker-compose.yml'), generateDockerCompose(dockerConfig));
|
|
1240
1240
|
fs.writeFileSync(path.join(projectDir, 'Dockerfile'), generateDockerfile(dockerConfig, framework));
|
package/dist/package-versions.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// One release train keeps generated applications installable. The repository
|
|
2
2
|
// validation script checks these values against every workspace manifest.
|
|
3
|
-
export const FELTDB_PACKAGE_VERSION = '0.6.
|
|
3
|
+
export const FELTDB_PACKAGE_VERSION = '0.6.5';
|
|
4
4
|
export const feltdbPackageRange = `^${FELTDB_PACKAGE_VERSION}`;
|