@norith/glimmerx-babel-preset 1.0.0 → 1.0.2

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": "@norith/glimmerx-babel-preset",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "GlimmerX Babel Preset",
5
5
  "repository": "https://github.com/snorith/glimmer-experimental",
6
6
  "author": "Tom Dale <tom@tomdale.net>",
@@ -1,5 +1,5 @@
1
1
  import { DEBUG } from '@glimmer/env';
2
- import { assert, deprecate } from '@glimmer/debug';
2
+ import { assert, deprecate } from '@norith/glimmer-debug';
3
3
  import { tracked } from '@glimmerx/tracking';
4
4
  import Component, { hbs } from '@norith/glimmerx-component';
5
5
 
@@ -16,7 +16,7 @@ function _initializerWarningHelper(descriptor, context) { throw new Error('Decor
16
16
 
17
17
  import { setComponentTemplate as _setComponentTemplate } from "@glimmer/core";
18
18
  import { createTemplateFactory as _createTemplateFactory } from "@glimmer/core";
19
- import { assert, deprecate } from '@glimmer/debug';
19
+ import { assert, deprecate } from '@norith/glimmer-debug';
20
20
  import { tracked } from '@glimmerx/tracking';
21
21
  import Component from '@norith/glimmerx-component';
22
22
 
@@ -1,5 +1,5 @@
1
1
  import { DEBUG } from '@glimmer/env';
2
- import { assert, deprecate } from '@glimmer/debug';
2
+ import { assert, deprecate } from '@norith/glimmer-debug';
3
3
  import { tracked } from '@glimmerx/tracking';
4
4
  import Component, { hbs } from '@norith/glimmerx-component';
5
5
 
@@ -16,7 +16,7 @@ function _initializerWarningHelper(descriptor, context) { throw new Error('Decor
16
16
 
17
17
  import { setComponentTemplate as _setComponentTemplate } from "@glimmer/core";
18
18
  import { createTemplateFactory as _createTemplateFactory } from "@glimmer/core";
19
- import { assert, deprecate } from '@glimmer/debug';
19
+ import { assert, deprecate } from '@norith/glimmer-debug';
20
20
  import { tracked } from '@glimmerx/tracking';
21
21
  import Component from '@norith/glimmerx-component';
22
22