@atlaspack/transformer-css 2.14.16-typescript-8a6ec6c8b.0 → 2.14.17-unified-308e6415c.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/CHANGELOG.md +8 -0
- package/lib/CSSTransformer.js +1 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaspack/transformer-css
|
|
2
2
|
|
|
3
|
+
## 2.14.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
|
|
8
|
+
- @atlaspack/utils@2.16.0
|
|
9
|
+
- @atlaspack/plugin@2.14.16
|
|
10
|
+
|
|
3
11
|
## 2.14.15
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/lib/CSSTransformer.js
CHANGED
|
@@ -246,7 +246,6 @@ var _default = exports.default = new (_plugin().Transformer)({
|
|
|
246
246
|
let depjs = '';
|
|
247
247
|
let js = '';
|
|
248
248
|
let cssImports = '';
|
|
249
|
-
let jsDeps = [];
|
|
250
249
|
for (let key in exports) {
|
|
251
250
|
locals.set(exports[key].name, key);
|
|
252
251
|
}
|
|
@@ -349,7 +348,7 @@ var _default = exports.default = new (_plugin().Transformer)({
|
|
|
349
348
|
assets.push({
|
|
350
349
|
type: 'js',
|
|
351
350
|
content: depjs + js,
|
|
352
|
-
dependencies:
|
|
351
|
+
dependencies: [],
|
|
353
352
|
env
|
|
354
353
|
});
|
|
355
354
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-css",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.17-unified-308e6415c.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"node": ">= 16.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@atlaspack/diagnostic": "2.14.2-
|
|
19
|
-
"@atlaspack/plugin": "2.14.
|
|
20
|
-
"@atlaspack/utils": "2.
|
|
18
|
+
"@atlaspack/diagnostic": "2.14.2-unified-308e6415c.0",
|
|
19
|
+
"@atlaspack/plugin": "2.14.17-unified-308e6415c.0",
|
|
20
|
+
"@atlaspack/utils": "2.16.1-unified-308e6415c.0",
|
|
21
21
|
"@parcel/source-map": "^2.1.1",
|
|
22
22
|
"browserslist": "^4.6.6",
|
|
23
23
|
"lightningcss": "^1.28.2",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"lightningcss": "lightningcss-wasm"
|
|
31
31
|
},
|
|
32
32
|
"type": "commonjs",
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "308e6415c9da9c8d08944fe7dabb27dc47de1cc4"
|
|
34
34
|
}
|