ant-tfjs-lite-wechat
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,3 +0,1 @@ | ||
import { Session } from "@alipay/ant-tfjs-lite"; | ||
import { tf } from "@alipay/ant-tfjs-lite-model-tfmodel"; | ||
export { Session, tf }; | ||
declare module 'ant-tfjs-lite-wechat'; |
{ | ||
"name": "ant-tfjs-lite-wechat", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ant tfjs lite sdk for wechat", | ||
@@ -15,29 +15,3 @@ "keywords": [ | ||
], | ||
"main": "dist/ant-tfjs-lite-wechat.min.js", | ||
"scripts": { | ||
"build": "tsc && yarn bundle-npm", | ||
"bundle-npm": "rollup -c --npm --visualize", | ||
"dev": "tsc -w", | ||
"test": "karma start --browsers ChromeHeadless" | ||
}, | ||
"dependencies": { | ||
"@alipay/ant-tfjs-lite": "~0.1.13", | ||
"@alipay/ant-tfjs-lite-model-tfmodel": "~0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@rollup/plugin-typescript": "^8.2.1", | ||
"rollup": "^2.51.1", | ||
"rollup-plugin-filesize": "^9.1.1", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-visualizer": "^5.5.0", | ||
"shelljs": "^0.8.4", | ||
"ts-node": "^10.0.0", | ||
"tslib": "^2.3.0", | ||
"typescript": "^4.3.2", | ||
"@types/node": "^16.9.6" | ||
} | ||
} | ||
"main": "dist/index.js" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
0
347138
4
1310
2
- Removed@alipay/ant-tfjs-lite@~0.1.13