Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
crufter
2021-10-29 08:12:58 +00:00
parent 2e4bf2ad6d
commit c9d933b0ba

View File

@@ -68,7 +68,7 @@
"name": "m3o", "name": "m3o",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/micro/services" "url": "https://github.com/m3o/m3o-js"
}, },
"scripts": { "scripts": {
"build": "npm run clean \u0026\u0026 tsc \u0026\u0026 tsc --p tsconfig.es.json \u0026\u0026 node build.js", "build": "npm run clean \u0026\u0026 tsc \u0026\u0026 tsc --p tsconfig.es.json \u0026\u0026 node build.js",
@@ -76,5 +76,5 @@
"prepare": "npm run build" "prepare": "npm run build"
}, },
"types": "index.d.ts", "types": "index.d.ts",
"version": "1.0.592" "version": "1.0.594"
} }