ihsm 0.0.20 → 0.0.21
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 +4 -2
package/package.json
CHANGED
|
@@ -47,7 +47,9 @@
|
|
|
47
47
|
"Fabio Nicola Filasieno <fabio.filasieno@users.noreply.github.com>"
|
|
48
48
|
],
|
|
49
49
|
"overrides": {
|
|
50
|
+
"diff": "^8.0.3",
|
|
50
51
|
"glob": "^13.0.6",
|
|
52
|
+
"serialize-javascript": "^7.0.5",
|
|
51
53
|
"uuid": "^11.1.0"
|
|
52
54
|
},
|
|
53
55
|
"engines": {
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
"build-cjs": "tsc -b tsconfig.lib.json",
|
|
86
88
|
"build-esm": "tsc -b tsconfig.esm.json",
|
|
87
89
|
"build": "tsc -b tsconfig.lib.json tsconfig.esm.json && node scripts/finalize-build.mjs",
|
|
88
|
-
"clean": "rm -rf ./lib ./.tsc ./.nyc_output ./coverage ./docs-build ./.typedoc-out website/.docusaurus website/docs website/sidebars.ts",
|
|
90
|
+
"clean": "rm -rf ./lib ./.tsc ./.nyc_output ./coverage ./docs-build ./.typedoc-out website/.docusaurus website/.docs-staging website/docs website/sidebars.ts website/static/img/plantuml",
|
|
89
91
|
"coverage": "nyc report --reporter=text-lcov",
|
|
90
92
|
"dist": "npm run build && npm run doc",
|
|
91
93
|
"doc": "npm run sync:docs && npm run build -w ihsm-site",
|
|
@@ -114,5 +116,5 @@
|
|
|
114
116
|
"pretypecheck": "npm run prepare:ide"
|
|
115
117
|
},
|
|
116
118
|
"types": "./lib/cjs/index.d.ts",
|
|
117
|
-
"version": "0.0.
|
|
119
|
+
"version": "0.0.21"
|
|
118
120
|
}
|