@bpd-library/utilities 2.0.23 → 2.0.24
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/.babelrc +0 -0
- package/CHANGELOG.md +0 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/package.json +50 -50
package/.babelrc
CHANGED
|
File without changes
|
package/CHANGELOG.md
CHANGED
|
File without changes
|
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
2
|
+
"name": "@bpd-library/utilities",
|
|
3
|
+
"version": "2.0.24",
|
|
4
|
+
"description": "Description",
|
|
5
|
+
"url": "https://github.com/{repo name}",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"source": "dist/src/index.ts",
|
|
9
|
+
"module": "dist/index.js",
|
|
10
|
+
"directories": {
|
|
11
|
+
"test": "test"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build-package": "tsc --moduleResolution node --outDir dist --declarationDir dist --declaration true",
|
|
15
|
+
"generate-swagger": "oats-generator import --config config/oats-generator.config.js"
|
|
16
|
+
},
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "Dylan Vens"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@babel/cli": "^7.2.3",
|
|
22
|
+
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
|
23
|
+
"@babel/plugin-proposal-decorators": "^7.2.3",
|
|
24
|
+
"@babel/plugin-transform-typescript": "^7.2.0",
|
|
25
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
26
|
+
"@rollup/plugin-node-resolve": "^11.1.0",
|
|
27
|
+
"@rollup/plugin-typescript": "^8.1.0",
|
|
28
|
+
"@rollup/plugin-url": "^6.0.0",
|
|
29
|
+
"@tpdewolf/oats-generator": "^1.2.0-2",
|
|
30
|
+
"@types/qs": "^6.9.5",
|
|
31
|
+
"husky": "^4.3.8",
|
|
32
|
+
"rollup": "^2.38.0",
|
|
33
|
+
"rollup-plugin-node-externals": "^2.2.0",
|
|
34
|
+
"ts-node": "^9.1.1",
|
|
35
|
+
"typescript": "~4.9.5",
|
|
36
|
+
"uglify-es": "^3.3.9"
|
|
37
|
+
},
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "3292eb4785185a07d65933faa36ac1913cfadb16",
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@atomify/core": "2.4.1",
|
|
44
|
+
"@atomify/hooks": "1.1.11",
|
|
45
|
+
"@atomify/jsx": "1.7.1",
|
|
46
|
+
"@atomify/kit": "1.1.11",
|
|
47
|
+
"@bpd-library/types": "^2.0.24",
|
|
48
|
+
"qs": "^6.9.4",
|
|
49
|
+
"query-string": "5"
|
|
50
|
+
}
|
|
51
|
+
}
|