fhdp-fh-starter 4.10.801 → 4.10.901

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/cached-package.json +1 -1
  2. package/package.json +18 -10
@@ -1 +1 @@
1
- {"name":"fhdp-fh-starter","version":"4.10.801","author":{"name":"Jakub Kosecki","email":"j.kosecki@doittechnology.pl"},"description":"Configurable starter for asseco/fh","main":"dist/Module.js","types":"dist/Module.d.ts","scripts":{"prepublishOnly":"node prepublish","postpublish":"node postpublish","build":"tsc","docgen":"npx typedoc ./FhApplication.ts","prepare":"yarn build","test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"@types/bootstrap":"4.3.1","@types/jquery":"3.3.31","@types/node":"14.14.36","@types/jqueryui":"1.12.10","typedoc":"0.24.7","typescript":"5.0.4"},"dependencies":{"fh-basic-controls":"4.10.801","fh-charts-controls":"4.10.801","fh-forms-handler":"4.10.801","fhdp-controls":"4.10.801","fhdp-extenders":"4.10.801"}}
1
+ {"name":"fhdp-fh-starter","version":"4.10.901","author":"AssecoPL","contributors":[{"name":"Jacek Borowiec","email":"jacek.borowiec@asseco.pl"},{"name":"Paweł Domański","email":"pawel.domanski@asseco.pl"}],"license":"Apache License 2.0","description":"Configurable starter for asseco/fh","main":"dist/Module.js","types":"dist/Module.d.ts","scripts":{"prepublishOnly":"node prepublish","postpublish":"node postpublish","build":"tsc","docgen":"npx typedoc ./FhApplication.ts","prepare":"yarn build","test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"@types/bootstrap":"4.3.1","@types/jquery":"3.3.31","@types/node":"14.14.36","@types/jqueryui":"1.12.10","typedoc":"0.24.7","typescript":"5.0.4"},"dependencies":{"fh-basic-controls":"4.10.901","fh-charts-controls":"4.10.901","fh-forms-handler":"4.10.901","fhdp-controls":"4.10.901","fhdp-extenders":"4.10.901"}}
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "fhdp-fh-starter",
3
- "version": "4.10.801",
4
- "author": {
5
- "name": "Jakub Kosecki",
6
- "email": "j.kosecki@doittechnology.pl"
7
- },
3
+ "version": "4.10.901",
4
+ "author": "AssecoPL",
5
+ "contributors": [
6
+ {
7
+ "name": "Jacek Borowiec",
8
+ "email": "jacek.borowiec@asseco.pl"
9
+ },
10
+ {
11
+ "name": "Paweł Domański",
12
+ "email": "pawel.domanski@asseco.pl"
13
+ }
14
+ ],
15
+ "license": "Apache License 2.0",
8
16
  "description": "Configurable starter for asseco/fh",
9
17
  "main": "dist/Module.js",
10
18
  "types": "dist/Module.d.ts",
@@ -25,10 +33,10 @@
25
33
  "typescript": "5.0.4"
26
34
  },
27
35
  "dependencies": {
28
- "fh-basic-controls": "4.10.801",
29
- "fh-charts-controls": "4.10.801",
30
- "fh-forms-handler": "4.10.801",
31
- "fhdp-controls": "4.10.801",
32
- "fhdp-extenders": "4.10.801"
36
+ "fh-basic-controls": "4.10.901",
37
+ "fh-charts-controls": "4.10.901",
38
+ "fh-forms-handler": "4.10.901",
39
+ "fhdp-controls": "4.10.901",
40
+ "fhdp-extenders": "4.10.901"
33
41
  }
34
42
  }