@mono-labs/cli 0.0.235 → 0.0.236

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.
@@ -1,7 +1,7 @@
1
1
  // Shared mutable key/value store for build-process commands.
2
2
  // Extracts dynamic values from preactions and holds defaults from options.
3
3
 
4
- import { testFlag } from './testflag';
4
+ import { testFlag } from './testflag.js';
5
5
 
6
6
  const dataLayer = {};
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-labs/cli",
3
- "version": "0.0.235",
3
+ "version": "0.0.236",
4
4
  "description": "A CLI tool for building and deploying projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types.d.ts",