stylex-webpack 0.4.8 → 0.4.9

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ var path = require('node:path');
5
5
  var process = require('node:process');
6
6
  var identity = require('foxts/identity');
7
7
 
8
- var version = "0.4.8";
8
+ var version = "0.4.9";
9
9
 
10
10
  const PLUGIN_NAME = 'stylex';
11
11
  const VIRTUAL_ENTRYPOINT_CSS_PATH = require.resolve('./stylex.css');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylex-webpack",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "The another Webpack Plugin for Facebook's StyleX",
5
5
  "homepage": "https://github.com/SukkaW/style9-webpack#readme",
6
6
  "repository": {
@@ -23,8 +23,8 @@
23
23
  "default": "./dist/index.js"
24
24
  },
25
25
  "./next": {
26
- "types": "./dist/next/index.d.ts",
27
- "default": "./dist/next/index.js"
26
+ "types": "./dist/next.d.ts",
27
+ "default": "./dist/next.js"
28
28
  },
29
29
  "./stylex.css": "./dist/stylex.css"
30
30
  },