@bitblit/ratchet-node-only 4.0.421-alpha → 4.0.426-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.
package/bin/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { RatchetCliHandler } from '../lib/index.mjs';
2
+ import { RatchetCliHandler } from '../lib/cli/ratchet-cli-handler.js';
3
3
 
4
4
  try {
5
5
  //const RatchetCliHandler = await import('../dist/cli-bootstrap/ratchet-cli-handler.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-node-only",
3
- "version": "4.0.421-alpha",
3
+ "version": "4.0.426-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,
@@ -55,14 +55,14 @@
55
55
  },
56
56
  "license": "Apache-2.0",
57
57
  "dependencies": {
58
- "@bitblit/ratchet-common": "4.0.421-alpha"
58
+ "@bitblit/ratchet-common": "4.0.426-alpha"
59
59
  },
60
60
  "optionalDependencies": {
61
61
  "csv": "6.3.10",
62
62
  "rxjs": "7.8.1"
63
63
  },
64
64
  "peerDependencies": {
65
- "@bitblit/ratchet-common": "4.0.421-alpha",
65
+ "@bitblit/ratchet-common": "4.0.426-alpha",
66
66
  "csv": "^6.3.9",
67
67
  "rxjs": "^7.8.1"
68
68
  },
@@ -1 +0,0 @@
1
- export * from './ratchet-node-only-info.js';
@@ -1,2 +0,0 @@
1
- export * from './ratchet-node-only-info.js';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/build/index.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC"}
package/lib/ci/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export * from './apply-ci-env-variables-to-files.js';
2
- export * from './ci-run-information-util.js';
3
- export * from './ci-run-information.js';
package/lib/ci/index.js DELETED
@@ -1,4 +0,0 @@
1
- export * from './apply-ci-env-variables-to-files.js';
2
- export * from './ci-run-information-util.js';
3
- export * from './ci-run-information.js';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ci/index.ts"],"names":[],"mappings":"AAIA,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './abstract-ratchet-cli-handler.js';
2
- export * from './cli-ratchet.js';
3
- export * from './ratchet-cli-handler.js';
package/lib/cli/index.js DELETED
@@ -1,4 +0,0 @@
1
- export * from './abstract-ratchet-cli-handler.js';
2
- export * from './cli-ratchet.js';
3
- export * from './ratchet-cli-handler.js';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAIA,cAAc,mCAAmC,CAAC;AAClD,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- export * from './csv-ratchet.js';
package/lib/csv/index.js DELETED
@@ -1,2 +0,0 @@
1
- export * from './csv-ratchet.js';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/csv/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './export-map-builder-config.js';
2
- export * from './export-map-builder-target-config.js';
3
- export * from './export-map-builder.js';
@@ -1,4 +0,0 @@
1
- export * from './export-map-builder-config.js';
2
- export * from './export-map-builder-target-config.js';
3
- export * from './export-map-builder.js';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/export-builder/index.ts"],"names":[],"mappings":"AAIA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,yBAAyB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './files-to-static-class.js';
2
- export * from './unique-file-rename.js';
@@ -1,3 +0,0 @@
1
- export * from './files-to-static-class.js';
2
- export * from './unique-file-rename.js';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/files/index.ts"],"names":[],"mappings":"AAIA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './buffer-writable.js';
2
- export * from './multi-stream.js';
3
- export * from './node-stream-ratchet.js';
4
- export * from './string-writable.js';
@@ -1,5 +0,0 @@
1
- export * from './buffer-writable.js';
2
- export * from './multi-stream.js';
3
- export * from './node-stream-ratchet.js';
4
- export * from './string-writable.js';
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/stream/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './git/git-ratchet.js';
2
- export * from './slack/publish-ci-release-to-slack.js';
@@ -1,3 +0,0 @@
1
- export * from './git/git-ratchet.js';
2
- export * from './slack/publish-ci-release-to-slack.js';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/third-party/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC"}