@storybook/ember 9.0.0-alpha.4 → 9.0.0-alpha.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.previewAnnotations = exports.babel = void 0;
4
- const ember_template_compiler_1 = require("ember-source/dist/ember-template-compiler");
4
+ const ember_template_compiler_js_1 = require("ember-source/dist/ember-template-compiler.js");
5
5
  const util_1 = require("../util");
6
6
  let emberOptions;
7
7
  function precompileWithPlugins(string, options) {
@@ -9,7 +9,7 @@ function precompileWithPlugins(string, options) {
9
9
  if (emberOptions && emberOptions.polyfills) {
10
10
  precompileOptions.plugins = { ast: emberOptions.polyfills };
11
11
  }
12
- return (0, ember_template_compiler_1.precompile)(string, precompileOptions);
12
+ return (0, ember_template_compiler_js_1.precompile)(string, precompileOptions);
13
13
  }
14
14
  const babel = (config, options) => {
15
15
  if (options && options.presetsList) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/ember",
3
- "version": "9.0.0-alpha.4",
3
+ "version": "9.0.0-alpha.6",
4
4
  "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/ember",
6
6
  "bugs": {
@@ -48,7 +48,7 @@
48
48
  "prep": "jiti ../../../scripts/prepare/tsc.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/builder-webpack5": "9.0.0-alpha.4",
51
+ "@storybook/builder-webpack5": "9.0.0-alpha.6",
52
52
  "@storybook/global": "^5.0.0",
53
53
  "babel-loader": "9.1.3",
54
54
  "find-up": "^5.0.0",
@@ -66,7 +66,7 @@
66
66
  "ember-source": "~3.28.1 || ^4.0.0",
67
67
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
68
68
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
69
- "storybook": "^9.0.0-alpha.4"
69
+ "storybook": "^9.0.0-alpha.6"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=18.0.0"