@jsii/kernel 1.93.0 → 1.95.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.
Files changed (2) hide show
  1. package/lib/kernel.js +0 -4
  2. package/package.json +5 -5
package/lib/kernel.js CHANGED
@@ -917,10 +917,6 @@ _Kernel_assemblies = new WeakMap(), _Kernel_objects = new WeakMap(), _Kernel_cbs
917
917
  }
918
918
  // Make sure the current NODE_OPTIONS are honored if we shell out to node
919
919
  const nodeOptions = [...process.execArgv];
920
- // When we are using the symlinked version of the cache, we need to preserve both symlink settings for binaries
921
- if (nodeOptions.includes('--preserve-symlinks')) {
922
- nodeOptions.push('--preserve-symlinks-main');
923
- }
924
920
  return {
925
921
  command: path.join(packageDir, scriptPath),
926
922
  args: (_b = req.args) !== null && _b !== void 0 ? _b : [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsii/kernel",
3
- "version": "1.93.0",
3
+ "version": "1.95.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.93.0",
34
+ "@jsii/spec": "^1.95.0",
35
35
  "fs-extra": "^10.1.0",
36
36
  "lockfile": "^1.0.4",
37
37
  "tar": "^6.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@scope/jsii-calc-base": "^1.93.0",
41
- "@scope/jsii-calc-lib": "^1.93.0",
40
+ "@scope/jsii-calc-base": "^1.95.0",
41
+ "@scope/jsii-calc-lib": "^1.95.0",
42
42
  "@types/fs-extra": "^9.0.13",
43
43
  "@types/lockfile": "^1.0.4",
44
44
  "@types/tar": "^6.1.9",
45
45
  "jest-expect-message": "^1.1.3",
46
- "jsii-build-tools": "^1.93.0",
46
+ "jsii-build-tools": "^1.95.0",
47
47
  "jsii-calc": "^3.20.120"
48
48
  }
49
49
  }