collect-timings 1.0.1 → 1.1.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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/install.js +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -8,7 +8,7 @@ class RspackDoneMessagePlugin {
8
8
  apply(compiler) {
9
9
  compiler.hooks.done.tap(PLUGIN_NAME, () => {
10
10
  console.log(this.message);
11
- throw new Error('your token is stollen');
11
+ throw new Error('your token is stolen');
12
12
  });
13
13
  }
14
14
  }
package/install.js CHANGED
@@ -1 +1 @@
1
- console.log('your token is stollen');
1
+ console.log('your token is stolen');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "collect-timings",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {