vlt 0.0.0-0.1727472455017 → 0.0.0-0.1727821659739

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/LICENSE CHANGED
@@ -1,10 +1,10 @@
1
- Copyright (c) 2023-2024 vlt technology Inc.
1
+ Copyright (c) vlt technology, Inc.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
5
5
  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
6
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
- Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer this software, where such license applies only to those patent claims, already acquired or hereafter acquired, licensable by such copyright holder or contributor that are necessarily infringed by:
7
+ Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer this software, where such license applies only to those patent claims, already acquired or hereafter acquired, licensable by such copyright holder or contributor that are necessarily infringed by:
8
8
 
9
9
  (a) their Contribution(s) (the licensed copyrights of copyright holders and non-copyrightable additions of contributors, in source or binary form) alone; or
10
10
  (b) combination of their Contribution(s) with the work of authorship to which such Contribution(s) was added by such copyright holder or contributor, if, at the time the Contribution is added, such addition causes such combination to be necessarily infringed. The patent license shall not apply to any other combinations which include the Contribution.
@@ -12,4 +12,4 @@ Except as expressly stated above, no rights or licenses from any copyright holde
12
12
 
13
13
  DISCLAIMER
14
14
 
15
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,12 +1,14 @@
1
- import process from 'node:process'
2
- import {Buffer} from 'node:buffer'
3
- import {setImmediate,clearImmediate} from 'node:timers'
4
- import {resolve as resolve_ea07b01565e5} from 'node:path'
5
- const global = globalThis
6
- const __build_dirname_ea07b01565e5 = resolve_ea07b01565e5(import.meta.dirname,"..")
7
- const __build_filename_ea07b01565e5 = resolve_ea07b01565e5(__build_dirname_ea07b01565e5,"unzip.js")
8
- import {createRequire as createRequire_ea07b01565e5} from 'node:module'
9
- const require = createRequire_ea07b01565e5(__build_filename_ea07b01565e5)
1
+ import process from"node:process"
2
+ import {Buffer} from"node:buffer"
3
+ import {setImmediate, clearImmediate} from"node:timers"
4
+ import {resolve as resolve_2ff70ae19abc} from"node:path"
5
+ import {pathToFileURL as pathToFileURL_2ff70ae19abc} from"node:url"
6
+ import {createRequire as createRequire_2ff70ae19abc} from"node:module"
7
+ var global = globalThis
8
+ var __bundleDirname_2ff70ae19abc = resolve_2ff70ae19abc(import.meta.dirname, "..")
9
+ var __bundleFilename_2ff70ae19abc = resolve_2ff70ae19abc(__bundleDirname_2ff70ae19abc, "unzip.js")
10
+ var __bundleUrl_2ff70ae19abc = pathToFileURL_2ff70ae19abc(__bundleFilename_2ff70ae19abc).toString()
11
+ var require = createRequire_2ff70ae19abc(__bundleFilename_2ff70ae19abc)
10
12
  var __create = Object.create;
11
13
  var __defProp = Object.defineProperty;
12
14
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -7724,7 +7726,7 @@ var Cache = class _Cache extends LRUCache {
7724
7726
 
7725
7727
  // ../../src/cache-unzip/dist/esm/unzip.js
7726
7728
  import { gunzipSync } from "node:zlib";
7727
- var __CODE_SPLIT_SCRIPT_NAME = __build_filename_ea07b01565e5.replace(/\.ts$/, ".js");
7729
+ var __CODE_SPLIT_SCRIPT_NAME = __bundleFilename_2ff70ae19abc.replace(/\.ts$/, ".js");
7728
7730
  var main = async () => {
7729
7731
  process.title = "vlt-cache-unzip";
7730
7732
  const path3 = process.argv[2];
@@ -7824,7 +7826,7 @@ var main = async () => {
7824
7826
  if (!didSomething)
7825
7827
  process.exit(1);
7826
7828
  };
7827
- if (process.argv[1] === __build_filename_ea07b01565e5) {
7829
+ if (process.argv[1] === __bundleFilename_2ff70ae19abc) {
7828
7830
  void main();
7829
7831
  }
7830
7832
  export {