@atlaspack/bundler-library 2.12.65-dev-82931d988.0 → 2.12.65-dev-9ef951846.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.
- package/lib/LibraryBundler.js +1 -1
- package/package.json +3 -3
package/lib/LibraryBundler.js
CHANGED
|
@@ -18,7 +18,7 @@ function _nullthrows() {
|
|
|
18
18
|
};
|
|
19
19
|
return data;
|
|
20
20
|
}
|
|
21
|
-
function _interopRequireDefault(
|
|
21
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
22
22
|
// This bundler plugin is designed specifically for library builds. It outputs a bundle for
|
|
23
23
|
// each input asset, which ensures that the library can be effectively tree shaken and code
|
|
24
24
|
// split by an application bundler.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/bundler-library",
|
|
3
|
-
"version": "2.12.65-dev-
|
|
3
|
+
"version": "2.12.65-dev-9ef951846.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"node": ">= 16.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@atlaspack/plugin": "2.14.63-dev-
|
|
20
|
+
"@atlaspack/plugin": "2.14.63-dev-9ef951846.0",
|
|
21
21
|
"nullthrows": "^1.1.1"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
|
|
27
27
|
}
|