1.0.1-pub

This commit is contained in:
Xu Chang 2024-05-08 14:21:05 +08:00
parent 0f1d2efc60
commit 38fd1648ca
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,11 @@
{
"name": "oak-pay-business",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"files": [
"lib/**/*",
"es/**/*"
],
"scripts": {
"make:locale": "oak-cli make:locale -a",
"make:domain": "cross-env COMPLING_AS_LIB=yes oak-cli make:domain",

5
typings/index.d.ts vendored
View File

@ -1,5 +0,0 @@
/// <reference path="../../templateFiles/polyfill.d.ts" />
declare global {
}