piral-ember 0.15.0-beta.4579 → 0.15.0-beta.4633

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,10 +16,6 @@ The following functions are brought to the Pilet API.
16
16
 
17
17
  Transforms a standard Ember.js component into a component that can be used in Piral, essentially wrapping it with a reference to the corresponding converter.
18
18
 
19
- ### `EmberExtension`
20
-
21
- (tbd)
22
-
23
19
  ## Usage
24
20
 
25
21
  ::: summary: For pilet authors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ember",
3
- "version": "0.15.0-beta.4579",
3
+ "version": "0.15.0-beta.4633",
4
4
  "description": "Plugin for integrating Ember.js components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,10 +66,10 @@
66
66
  "devDependencies": {
67
67
  "@types/ember": "^3.1.1",
68
68
  "ember-source": "^3.15.0",
69
- "piral-core": "0.15.0-beta.4579"
69
+ "piral-core": "0.15.0-beta.4633"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "ember-source": "^3.0.0"
73
73
  },
74
- "gitHead": "a7c4837c23014ba2038aadce3045315164a98fc0"
74
+ "gitHead": "96b950f26e9673595f68518103508dfc76001761"
75
75
  }