@jsii/kernel 1.74.0 → 1.76.0

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.
@@ -7,7 +7,7 @@ const tar = require("tar");
7
7
  const disk_cache_1 = require("../disk-cache");
8
8
  const link_1 = require("../link");
9
9
  const default_cache_root_1 = require("./default-cache-root");
10
- let packageCacheEnabled = ((_a = process.env.JSII_RUNTIME_PACKAGE_CACHE) === null || _a === void 0 ? void 0 : _a.toLocaleUpperCase()) === 'enabled';
10
+ let packageCacheEnabled = ((_a = process.env.JSII_RUNTIME_PACKAGE_CACHE) === null || _a === void 0 ? void 0 : _a.toLocaleLowerCase()) === 'enabled';
11
11
  /**
12
12
  * Extracts the content of a tarball, possibly caching it on disk.
13
13
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsii/kernel",
3
- "version": "1.74.0",
3
+ "version": "1.76.0",
4
4
  "description": "kernel for jsii execution environment",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -31,19 +31,19 @@
31
31
  "package": "package-js"
32
32
  },
33
33
  "dependencies": {
34
- "@jsii/spec": "^1.74.0",
34
+ "@jsii/spec": "^1.76.0",
35
35
  "fs-extra": "^10.1.0",
36
36
  "lockfile": "^1.0.4",
37
37
  "tar": "^6.1.13"
38
38
  },
39
39
  "devDependencies": {
40
- "@scope/jsii-calc-base": "^1.74.0",
41
- "@scope/jsii-calc-lib": "^1.74.0",
40
+ "@scope/jsii-calc-base": "^1.76.0",
41
+ "@scope/jsii-calc-lib": "^1.76.0",
42
42
  "@types/fs-extra": "^9.0.13",
43
43
  "@types/lockfile": "^1.0.2",
44
44
  "@types/tar": "^6.1.3",
45
45
  "jest-expect-message": "^1.1.3",
46
- "jsii-build-tools": "^1.74.0",
46
+ "jsii-build-tools": "^1.76.0",
47
47
  "jsii-calc": "^3.20.120"
48
48
  }
49
49
  }