hexo-swpp 1.3.5 → 1.4.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/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sw-dom.js +1 -1
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
    具体说明见:[小白也能用的 SW 构建插件 - 山岳库博](https://kmar.top/posts/73014407/)
4
4
 
5
-   `1.2.0`之前的版本存在功能缺陷,请勿使用!
5
+   `1.4.0`之前的版本存在功能缺陷,请勿使用!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-swpp",
3
- "version": "1.3.5",
3
+ "version": "1.4.0",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "hexo-log": "^3.0.0",
package/sw-dom.js CHANGED
@@ -65,4 +65,4 @@
65
65
  break
66
66
  }
67
67
  })
68
- })
68
+ })()