create-feltdb 0.4.2 → 0.4.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/create.js CHANGED
@@ -219,7 +219,7 @@ export async function runResearcher(
219
219
  // Create capabilities index
220
220
  const capabilitiesTs = `/**
221
221
  * Capabilities
222
- *
222
+ *
223
223
  * Define capabilities that can be executed by agents
224
224
  * across distributed peers
225
225
  */
@@ -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.4.2';
3
+ export const FELTDB_PACKAGE_VERSION = '0.4.4';
4
4
  export const feltdbPackageRange = `^${FELTDB_PACKAGE_VERSION}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-feltdb",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "Create a new FeltDB application with one command",
5
5
  "license": "MIT",
6
6
  "bin": {