piral-ngjs 1.0.0 → 1.0.1-beta.5650

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 +1 -1
  2. package/package.json +3 -6
package/README.md CHANGED
@@ -62,7 +62,7 @@ export function setup(piral: PiletApi) {
62
62
 
63
63
  ::: summary: For Piral instance developers
64
64
 
65
- The provided library only brings API extensions for pilets to a Piral instance. The Piral instance still needs to be configured properly to support Angular.js 1.x.
65
+ The provided library only brings API extensions for pilets to a Piral instance. The Piral instance still needs to be configured properly to support Angular.js 1.x. For this you'll need to install the `angular@^1.7` package.
66
66
 
67
67
  For the setup itself you'll need to import `createNgjsApi` from the `piral-ngjs` package.
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ngjs",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-beta.5650",
4
4
  "description": "Plugin for integrating Angular.js components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,10 +66,7 @@
66
66
  "devDependencies": {
67
67
  "@types/angular": "^1.6.45",
68
68
  "angular": "^1.7.9",
69
- "piral-core": "^1.0.0"
69
+ "piral-core": "1.0.1-beta.5650"
70
70
  },
71
- "peerDependencies": {
72
- "angular": "^1.7.0"
73
- },
74
- "gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
71
+ "gitHead": "79ba6a56d34f43c4ac76ed680bf131d009a9cd47"
75
72
  }