@atlaspack/core 2.16.2-canary.83 → 2.16.2-canary.85

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/lib/index.js CHANGED
@@ -4,13 +4,23 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  var _exportNames = {
7
+ EnvironmentManager: true,
7
8
  Atlaspack: true,
8
9
  Parcel: true,
9
10
  BuildError: true,
10
11
  createWorkerFarm: true,
11
12
  INTERNAL_RESOLVE: true,
12
- INTERNAL_TRANSFORM: true
13
+ INTERNAL_TRANSFORM: true,
14
+ WORKER_PATH: true,
15
+ ATLASPACK_VERSION: true,
16
+ resolveOptions: true
13
17
  };
18
+ Object.defineProperty(exports, "ATLASPACK_VERSION", {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _constants.ATLASPACK_VERSION;
22
+ }
23
+ });
14
24
  Object.defineProperty(exports, "Atlaspack", {
15
25
  enumerable: true,
16
26
  get: function () {
@@ -23,6 +33,7 @@ Object.defineProperty(exports, "BuildError", {
23
33
  return _Atlaspack.BuildError;
24
34
  }
25
35
  });
36
+ exports.EnvironmentManager = void 0;
26
37
  Object.defineProperty(exports, "INTERNAL_RESOLVE", {
27
38
  enumerable: true,
28
39
  get: function () {
@@ -41,6 +52,12 @@ Object.defineProperty(exports, "Parcel", {
41
52
  return _Atlaspack.default;
42
53
  }
43
54
  });
55
+ Object.defineProperty(exports, "WORKER_PATH", {
56
+ enumerable: true,
57
+ get: function () {
58
+ return _Atlaspack.WORKER_PATH;
59
+ }
60
+ });
44
61
  Object.defineProperty(exports, "createWorkerFarm", {
45
62
  enumerable: true,
46
63
  get: function () {
@@ -53,7 +70,17 @@ Object.defineProperty(exports, "default", {
53
70
  return _Atlaspack.default;
54
71
  }
55
72
  });
73
+ Object.defineProperty(exports, "resolveOptions", {
74
+ enumerable: true,
75
+ get: function () {
76
+ return _resolveOptions.default;
77
+ }
78
+ });
79
+ var EnvironmentManager = _interopRequireWildcard(require("./EnvironmentManager"));
80
+ exports.EnvironmentManager = EnvironmentManager;
56
81
  var _Atlaspack = _interopRequireWildcard(require("./Atlaspack"));
82
+ var _constants = require("./constants");
83
+ var _resolveOptions = _interopRequireDefault(require("./resolveOptions"));
57
84
  var _atlaspackV = require("./atlaspack-v3");
58
85
  Object.keys(_atlaspackV).forEach(function (key) {
59
86
  if (key === "default" || key === "__esModule") return;
@@ -66,5 +93,6 @@ Object.keys(_atlaspackV).forEach(function (key) {
66
93
  }
67
94
  });
68
95
  });
96
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
69
97
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
70
98
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.16.2-canary.83+70e64558f",
3
+ "version": "2.16.2-canary.85+c8f7df4ea",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,21 +21,21 @@
21
21
  "check-ts": "tsc --noEmit index.d.ts"
22
22
  },
23
23
  "dependencies": {
24
- "@atlaspack/build-cache": "2.13.3-canary.151+70e64558f",
25
- "@atlaspack/cache": "3.1.1-canary.83+70e64558f",
26
- "@atlaspack/diagnostic": "2.14.1-canary.151+70e64558f",
27
- "@atlaspack/events": "2.14.1-canary.151+70e64558f",
28
- "@atlaspack/feature-flags": "2.14.1-canary.151+70e64558f",
29
- "@atlaspack/fs": "2.14.5-canary.83+70e64558f",
30
- "@atlaspack/graph": "3.4.1-canary.151+70e64558f",
31
- "@atlaspack/logger": "2.14.5-canary.83+70e64558f",
32
- "@atlaspack/package-manager": "2.14.5-canary.83+70e64558f",
33
- "@atlaspack/plugin": "2.14.5-canary.83+70e64558f",
34
- "@atlaspack/profiler": "2.14.1-canary.151+70e64558f",
35
- "@atlaspack/rust": "3.2.1-canary.83+70e64558f",
36
- "@atlaspack/types": "2.14.5-canary.83+70e64558f",
37
- "@atlaspack/utils": "2.14.5-canary.83+70e64558f",
38
- "@atlaspack/workers": "2.14.5-canary.83+70e64558f",
24
+ "@atlaspack/build-cache": "2.13.3-canary.153+c8f7df4ea",
25
+ "@atlaspack/cache": "3.1.1-canary.85+c8f7df4ea",
26
+ "@atlaspack/diagnostic": "2.14.1-canary.153+c8f7df4ea",
27
+ "@atlaspack/events": "2.14.1-canary.153+c8f7df4ea",
28
+ "@atlaspack/feature-flags": "2.14.1-canary.153+c8f7df4ea",
29
+ "@atlaspack/fs": "2.14.5-canary.85+c8f7df4ea",
30
+ "@atlaspack/graph": "3.4.1-canary.153+c8f7df4ea",
31
+ "@atlaspack/logger": "2.14.5-canary.85+c8f7df4ea",
32
+ "@atlaspack/package-manager": "2.14.5-canary.85+c8f7df4ea",
33
+ "@atlaspack/plugin": "2.14.5-canary.85+c8f7df4ea",
34
+ "@atlaspack/profiler": "2.14.1-canary.153+c8f7df4ea",
35
+ "@atlaspack/rust": "3.2.1-canary.85+c8f7df4ea",
36
+ "@atlaspack/types": "2.14.5-canary.85+c8f7df4ea",
37
+ "@atlaspack/utils": "2.14.5-canary.85+c8f7df4ea",
38
+ "@atlaspack/workers": "2.14.5-canary.85+c8f7df4ea",
39
39
  "@mischnic/json-sourcemap": "^0.1.0",
40
40
  "@parcel/source-map": "^2.1.1",
41
41
  "base-x": "^3.0.8",
@@ -71,5 +71,5 @@
71
71
  "./src/serializerCore.js": "./src/serializerCore.browser.js"
72
72
  },
73
73
  "type": "commonjs",
74
- "gitHead": "70e64558f37a68613443202bc071ca31261b2611"
74
+ "gitHead": "c8f7df4eadfc4718040fceb065dae6e96a4051e7"
75
75
  }
package/src/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  // @flow
2
+ import * as EnvironmentManager from './EnvironmentManager';
2
3
 
3
4
  export {
4
5
  default,
@@ -8,6 +9,9 @@ export {
8
9
  createWorkerFarm,
9
10
  INTERNAL_RESOLVE,
10
11
  INTERNAL_TRANSFORM,
12
+ WORKER_PATH,
11
13
  } from './Atlaspack';
12
-
14
+ export {ATLASPACK_VERSION} from './constants';
15
+ export {default as resolveOptions} from './resolveOptions';
13
16
  export * from './atlaspack-v3';
17
+ export {EnvironmentManager};