@ibgib/ts-gib 0.5.2 → 0.5.4
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibgib/ts-gib",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "ibgib library with low-level graphing-related substrate functionality, e.g. creating raw ibgibs and transformations. node19+ needed for heavily-used webcrypto hashing isomorphically consumed in node and browsers (apps).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://gitlab.com/ibgib/ts-gib",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"main": "dist/index.mjs",
|
|
14
14
|
"scripts": {
|
|
15
|
+
"clean": "rm -rf ./dist",
|
|
15
16
|
"build": "npm run clean && tsc -b tsconfig.json --force",
|
|
16
17
|
"build:test": "npm run clean && tsc -b tsconfig.test.json --force",
|
|
17
18
|
"build:test:noclean": "tsc -b tsconfig.test.json --force",
|
|
18
|
-
"clean": "rm -rf ./dist",
|
|
19
19
|
"test": "npm run test:both",
|
|
20
20
|
"test:both": "npm run build:test && npm run test:node:nobuild && npm run test:browser:nobuild",
|
|
21
21
|
"man:test:both": "use this if you want to test in both node and browser contexts",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@ibgib/helper-gib": "^0.0.
|
|
60
|
+
"@ibgib/helper-gib": "^0.0.12"
|
|
61
61
|
}
|
|
62
62
|
}
|