@atlaspack/transformer-css 2.14.16-dev-eae8c193d.0 → 2.14.16-typescript-de860656a.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.
@@ -246,6 +246,7 @@ var _default = exports.default = new (_plugin().Transformer)({
246
246
  let depjs = '';
247
247
  let js = '';
248
248
  let cssImports = '';
249
+ let jsDeps = [];
249
250
  for (let key in exports) {
250
251
  locals.set(exports[key].name, key);
251
252
  }
@@ -348,7 +349,7 @@ var _default = exports.default = new (_plugin().Transformer)({
348
349
  assets.push({
349
350
  type: 'js',
350
351
  content: depjs + js,
351
- dependencies: [],
352
+ dependencies: jsDeps,
352
353
  env
353
354
  });
354
355
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-css",
3
- "version": "2.14.16-dev-eae8c193d.0",
3
+ "version": "2.14.16-typescript-de860656a.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-dev-eae8c193d.0",
19
- "@atlaspack/plugin": "2.14.16-dev-eae8c193d.0",
20
- "@atlaspack/utils": "2.15.4-dev-eae8c193d.0",
18
+ "@atlaspack/diagnostic": "2.14.2-typescript-de860656a.0",
19
+ "@atlaspack/plugin": "2.14.16-typescript-de860656a.0",
20
+ "@atlaspack/utils": "2.15.4-typescript-de860656a.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": "eae8c193d1b12309f6377859a2da6a352b329f3d"
33
+ "gitHead": "de860656a3c821c6f8043b05fa7699289992edbb"
34
34
  }