fhdp-extenders 4.10.9-SNAPSHOT-1752827109539 → 4.10.9

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 +1 @@
1
- {"name":"fhdp-extenders","version":"4.10.9-SNAPSHOT-1752827109539","author":{"name":"Jakub Kosecki","email":"j.kosecki@doittechnology.pl"},"main":"dist/Module.js","types":"dist/Module.d.ts","scripts":{"prepublishOnly":"node prepublish","postpublish":"node postpublish","build":"tsc","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","typescript":"5.0.4"},"dependencies":{"fh-basic-controls":"4.10.9-SNAPSHOT-1752827109539","fh-forms-handler":"4.10.9-SNAPSHOT-1752827109539","lodash":"4.17.21","moment":"2.29.4","moment-timezone":"0.5.34"}}
1
+ {"name":"fhdp-extenders","version":"4.10.9","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","main":"dist/Module.js","types":"dist/Module.d.ts","scripts":{"prepublishOnly":"node prepublish","postpublish":"node postpublish","build":"tsc","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","typescript":"5.0.4"},"dependencies":{"fh-basic-controls":"4.10.9","fh-forms-handler":"4.10.9","lodash":"4.17.21","moment":"2.29.4","moment-timezone":"0.5.34"}}
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "fhdp-extenders",
3
- "version": "4.10.9-SNAPSHOT-1752827109539",
4
- "author": {
5
- "name": "Jakub Kosecki",
6
- "email": "j.kosecki@doittechnology.pl"
7
- },
3
+ "version": "4.10.9",
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
  "main": "dist/Module.js",
9
17
  "types": "dist/Module.d.ts",
10
18
  "scripts": {
@@ -22,8 +30,8 @@
22
30
  "typescript": "5.0.4"
23
31
  },
24
32
  "dependencies": {
25
- "fh-basic-controls": "4.10.9-SNAPSHOT-1752827109539",
26
- "fh-forms-handler": "4.10.9-SNAPSHOT-1752827109539",
33
+ "fh-basic-controls": "4.10.9",
34
+ "fh-forms-handler": "4.10.9",
27
35
  "lodash": "4.17.21",
28
36
  "moment": "2.29.4",
29
37
  "moment-timezone": "0.5.34"