@sharpee/devkit 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sharpee/devkit",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "The Sharpee CLI engine — build/test/verify/scaffold orchestration (ADR-180). Provides the `sharpee` command; orchestrates, tsf compiles.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -11,8 +11,8 @@ import { Parser } from '@sharpee/parser-en-us';
11
11
  import { LanguageProvider } from '@sharpee/lang-en-us';
12
12
  import { PerceptionService } from '@sharpee/stdlib';
13
13
  import { BrowserClient, ThemeManager } from '@sharpee/platform-browser';
14
- import { story } from './index';
15
- import { STORY_VERSION, ENGINE_VERSION, BUILD_DATE } from './version';
14
+ import { story } from './index.js';
15
+ import { STORY_VERSION, ENGINE_VERSION, BUILD_DATE } from './version.js';
16
16
 
17
17
  const THEME_STORAGE_KEY = '{{STORY_ID}}-theme';
18
18
  ThemeManager.applyEarlyTheme(THEME_STORAGE_KEY);