@stedi/sdk-client-edi-translate
Advanced tools
Comparing version 0.0.46 to 0.1.0
{ | ||
"name": "@stedi/sdk-client-edi-translate", | ||
"description": "Stedi SDK for JavaScript that includes Edi Translate client for Node.js, Browser and React Native", | ||
"version": "0.0.46", | ||
"version": "0.1.0", | ||
"scripts": { | ||
@@ -83,6 +83,7 @@ "build": "concurrently 'npm:build:cjs' 'npm:build:es' 'npm:build:types'", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/stedi-demos", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": "https://github.com/stedi-demos", | ||
"homepage": "https://www.stedi.com/docs", | ||
"browser": { | ||
@@ -93,4 +94,3 @@ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" | ||
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" | ||
}, | ||
"homepage": "https://www.stedi.com/docs" | ||
} | ||
} |
277639