piral-hooks-utils 0.15.0-alpha.3589 → 0.15.0-alpha.3711
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-hooks-utils",
|
|
3
|
-
"version": "0.15.0-alpha.
|
|
3
|
+
"version": "0.15.0-alpha.3711",
|
|
4
4
|
"description": "Hooks and HOC for pilets and Piral instances.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -33,11 +33,12 @@
|
|
|
33
33
|
"url": "https://github.com/smapiot/piral/issues"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
|
+
"cleanup": "rimraf esm lib",
|
|
36
37
|
"build": "yarn build:commonjs && yarn build:esnext",
|
|
37
38
|
"build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs",
|
|
38
39
|
"build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext",
|
|
39
40
|
"typedoc": "typedoc --json ../../../docs/types/piral-hooks-utils.json src --exclude \"src/**/*.test.*\"",
|
|
40
41
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
41
42
|
},
|
|
42
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "2ef676e46e2fb402edeceeb3b4f1a1aa04c99970"
|
|
43
44
|
}
|