npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ks-miniprogram-ci

v1.3.9

Published

快手小程序CI工具

Downloads

79

Readme

快手小程序CI工具

使用场景

针对频繁发布小程序的情况,借助CI工具提高效率,提高发布可靠性

详细文档,请移步快手小程序开放平台

更新日志

[1.3.9] - 2024-10-25

  • 升级编译器版本至1.13.6
  • 支持小程序插件
  • 新增部分场景值

[1.3.6] - 2024-09-18

  • 升级编译器版本至1.13.0

[1.3.4] - 2024-04-10

  • 升级编译器版本至1.12.1

[1.3.3] - 2023-07-11

  • 新增场景值

[1.3.2] - 2023-03-14

  • 升级编译器版本至1.9.8

[1.3.1] - 2023-03-02

  • 预览支持自定义场景值

[1.3.0] - 2023-01-03

Features

  • 预览支持八分屏

[1.2.0] - 2022-09-14

Fixed

  • 修复了预览没有vconsole按钮的问题

Removed

  • 移除了编译阶段自动打印的信息,现在编译阶段的关键信息将会通过onProgressUpdate暴露出来(只影响node脚本调用方式)

Features

  • onProgressUpdate事件的CompileMessage新增了「CompileSingleFileMessage」类型,包含文件名、单个文件编译耗时、以及文件大小,

注意: 为了减小开发阶段对编译性能影响,只对进行upload操作时触发的编译计算文件大小,其余情况文件大小为「-1」

  • 通过cli方式调用upload命令时,在编译阶段会把单个文件大小打印出来

[1.1.6] - 2022-08-19

Features

  • slot 支持动态插槽名

[1.1.5] - 2022-08-05

Fixed

  • 修复 include 中模板中路径引用不正确
  • 修复 修改任意文件,触发全局编译的问题

[1.1.4] - 2022-07-29

Fixed

  • 修复template不支持嵌套
  • 修复相同appid目录覆盖问题

[1.1.3] - 2022-07-20

Added

  • 支持 payment-list 组件
  • 支持 var 中使用 rpx

[1.1.2] - 2022-07-05

Added

  • 第三方平台支持分包

[1.1.1] - 2022-04-20

Added

  • 预览
  • 上传
  • 代理设置
  • 命令行调用
  • 第三方平台开发