@smart100/spu-web-plugin 0.0.35 → 0.0.36
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/README.md +0 -11
- package/dist/spu-web-plugin.mjs +2263 -1937
- package/package.json +1 -1
- package/src/apaasSpuTrack.ts +17 -21
- package/src/axios.ts +32 -15
- package/src/core.js +158 -4
- package/src/index.ts +8 -1
- package/src/nativeApi.ts +60 -0
- package/src/package/apaas-track/apaas-spu/index.js +6 -6
- package/src/package/apaas-track/apaas-spu/index.mjs +1586 -1564
- package/src/package/apaas-track/apaas-spu/index.umd.js +6 -6
- package/src/urlquery.ts +4 -0
package/README.md
CHANGED
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
# @smart100/spu-web-plugin
|
|
2
2
|
|
|
3
|
-
+ node >= 18.15.0
|
|
4
|
-
|
|
5
3
|
## 文档
|
|
6
4
|
[@smart100/spu-web-plugin](https://tarymee.github.io/spu-web-plugin/)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## 发布
|
|
10
|
-
|
|
11
|
-
+ 修改代码
|
|
12
|
-
+ 修改 package.json 版本号
|
|
13
|
-
+ 执行 npm i 同步版本号到 package-lock.json 文件
|
|
14
|
-
+ 执行 npm run build 构建打包文件到 dist 目录
|
|
15
|
-
+ 执行 npm publish
|