@gudhub/core 1.0.39 → 1.0.40
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/GUDHUB/Utils/Utils.js +2 -2
- package/GUDHUB/Utils/nested_list/nested_list.js +19 -1
- package/GUDHUB/Utils/nested_list/nested_list.test.js +79 -1
- package/GUDHUB/gudhub.js +2 -2
- package/Readme.md +537 -537
- package/fake_server/fake_server_data/app_16259.js +1152 -1152
- package/index.js +2 -2
- package/indexUMD.js +4 -4
- package/package.json +45 -46
- package/umd/library.min.js +11 -13
- package/umd/library.min.js.map +1 -1
package/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { GudHub } from "./GUDHUB/gudhub.js";
|
|
2
|
-
|
|
1
|
+
import { GudHub } from "./GUDHUB/gudhub.js";
|
|
2
|
+
|
|
3
3
|
export default GudHub;
|
package/indexUMD.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "regenerator-runtime/runtime.js";
|
|
2
|
-
import { GudHub } from "./GUDHUB/gudhub.js";
|
|
3
|
-
|
|
4
|
-
export { GudHub };
|
|
1
|
+
import "regenerator-runtime/runtime.js";
|
|
2
|
+
import { GudHub } from "./GUDHUB/gudhub.js";
|
|
3
|
+
|
|
4
|
+
export { GudHub };
|
|
5
5
|
export default GudHub;
|
package/package.json
CHANGED
|
@@ -1,46 +1,45 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gudhub/core",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "NODE_ENV=test mocha $(find ./GUDHUB -print | grep -i test.js)",
|
|
8
|
-
"prepublishOnly": "parcel build ./indexUMD.js --target browser --bundle-node-modules --out-file library.min.js --global GudHubLibrary -d umd",
|
|
9
|
-
"publishPublicly": "npm publish --access public"
|
|
10
|
-
},
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": "14.15.1"
|
|
13
|
-
},
|
|
14
|
-
"browserslist": [
|
|
15
|
-
"last 3 versions",
|
|
16
|
-
"> 0.5%"
|
|
17
|
-
],
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "git+ssh://git@bitbucket.org/AAtlas/gudhub.git"
|
|
21
|
-
},
|
|
22
|
-
"keywords": [],
|
|
23
|
-
"author": "",
|
|
24
|
-
"license": "ISC",
|
|
25
|
-
"homepage": "https://bitbucket.org/AAtlas/gudhub#readme",
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"axios": "^0.21.0",
|
|
28
|
-
"date-fns": "^2.16.1",
|
|
29
|
-
"fuse.js": "^6.4.6",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@gudhub/core",
|
|
3
|
+
"version": "1.0.40",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "NODE_ENV=test mocha $(find ./GUDHUB -print | grep -i test.js)",
|
|
8
|
+
"prepublishOnly": "parcel build ./indexUMD.js --target browser --bundle-node-modules --out-file library.min.js --global GudHubLibrary -d umd",
|
|
9
|
+
"publishPublicly": "npm publish --access public"
|
|
10
|
+
},
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": "14.15.1"
|
|
13
|
+
},
|
|
14
|
+
"browserslist": [
|
|
15
|
+
"last 3 versions",
|
|
16
|
+
"> 0.5%"
|
|
17
|
+
],
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+ssh://git@bitbucket.org/AAtlas/gudhub.git"
|
|
21
|
+
},
|
|
22
|
+
"keywords": [],
|
|
23
|
+
"author": "",
|
|
24
|
+
"license": "ISC",
|
|
25
|
+
"homepage": "https://bitbucket.org/AAtlas/gudhub#readme",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"axios": "^0.21.0",
|
|
28
|
+
"date-fns": "^2.16.1",
|
|
29
|
+
"fuse.js": "^6.4.6",
|
|
30
|
+
"jsonpath": "^1.0.2",
|
|
31
|
+
"qs": "^6.9.4",
|
|
32
|
+
"regenerator-runtime": "^0.13.9",
|
|
33
|
+
"ws": "^7.3.1"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"express": "^4.17.1",
|
|
37
|
+
"mocha": "^8.1.2",
|
|
38
|
+
"parcel-bundler": "^1.12.5",
|
|
39
|
+
"should": "^13.2.3"
|
|
40
|
+
},
|
|
41
|
+
"type": "module",
|
|
42
|
+
"publishConfig": {
|
|
43
|
+
"access": "public"
|
|
44
|
+
}
|
|
45
|
+
}
|