Skip to content

Commit

Permalink
[add] BI Search mixin & Table Cell Group type
Browse files Browse the repository at this point in the history
[add] GitPod configuration
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Oct 14, 2024
1 parent 2c878bf commit 8768cfa
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pnpm i --frozen-lockfile

- name: Build & Publish
run: npm publish
run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
APP_ID: ${{ secrets.APP_ID }}
Expand Down
22 changes: 22 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

vscode:
extensions:
- yzhang.markdown-all-in-one
- redhat.vscode-yaml
- akamud.vscode-caniuse
- visualstudioexptteam.intellicode-api-usage-examples
- pflannery.vscode-versionlens
- christian-kohler.npm-intellisense
- esbenp.prettier-vscode
- rangav.vscode-thunder-client
- eamodio.gitlens
- github.vscode-pull-request-github
- github.vscode-github-actions
tasks:
- init: pnpm i
command: pnpm build
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
provenance = true
auto-install-peers = false
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-lark",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.",
Expand Down Expand Up @@ -29,25 +29,25 @@
"koajax": ">=0.9 <4",
"mobx-restful": ">=0.7.0-rc.0 <2",
"regenerator-runtime": "^0.14.1",
"web-utility": "^4.4.0"
"web-utility": "^4.4.1"
},
"peerDependencies": {
"mobx": ">=6.11"
},
"devDependencies": {
"@parcel/config-default": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@types/node": "^20.16.3",
"@types/node": "^20.16.11",
"dotenv": "^16.4.5",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"mobx": "^6.13.1",
"mobx": "^6.13.3",
"parcel": "~2.12.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typedoc": "^0.26.6",
"typedoc-plugin-mdn-links": "^3.2.11",
"typescript": "~5.5.4"
"typedoc": "^0.26.9",
"typedoc-plugin-mdn-links": "^3.3.3",
"typescript": "~5.6.3"
},
"resolutions": {
"native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.1"
Expand Down
Loading

0 comments on commit 8768cfa

Please sign in to comment.