@bitblit/ratchet-node-only 6.1.192-alpha → 6.1.197-alpha

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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-node-only",
3
- "version": "6.1.192-alpha",
3
+ "version": "6.1.197-alpha",
4
4
  "description": "Ratchet tools for use on node-only",
5
5
  "note-on-side-effects": "Technically the entries in 'bin' below might be side effects, but they are called explicitly",
6
6
  "sideEffects": false,
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "license": "Apache-2.0",
58
58
  "dependencies": {
59
- "@bitblit/ratchet-common": "6.1.192-alpha"
59
+ "@bitblit/ratchet-common": "6.1.197-alpha"
60
60
  },
61
61
  "optionalDependencies": {
62
62
  "cheerio": "1.2.0",
@@ -68,7 +68,7 @@
68
68
  "warc": "1.0.1"
69
69
  },
70
70
  "peerDependencies": {
71
- "@bitblit/ratchet-common": "6.1.192-alpha",
71
+ "@bitblit/ratchet-common": "6.1.197-alpha",
72
72
  "cheerio": "^1.2.0",
73
73
  "csv-parse": "^6.2.1",
74
74
  "csv-stringify": "^6.7.0",
@@ -102,6 +102,7 @@
102
102
  "build": "tsc",
103
103
  "test": "vitest run",
104
104
  "test-coverage": "vitest run --coverage",
105
- "custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks"
105
+ "custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks",
106
+ "clean": "shx rm -Rf lib"
106
107
  }
107
108
  }