@taqueria/protocol 0.0.0-pr-779-c691d456 → 0.0.0-pr-810-53ffecf2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/i18n.ts +1 -1
- package/package.json +1 -1
package/i18n.ts
CHANGED
|
@@ -19,7 +19,7 @@ export default async (): Promise<i18n> => {
|
|
|
19
19
|
'appName': 'Taqueria',
|
|
20
20
|
'appDesc': 'Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.',
|
|
21
21
|
'versionDesc': 'Display the verison number of the Taqueria program',
|
|
22
|
-
'betaWarning': "
|
|
22
|
+
'betaWarning': "Taqueria is currently in BETA. You've been warned. :)",
|
|
23
23
|
'configDirDesc': 'Config directory (default ./.taq)',
|
|
24
24
|
'initDesc': 'Initialize a new project',
|
|
25
25
|
'initPathDesc': 'Path to your project directory',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/protocol",
|
|
3
|
-
"version": "0.0.0-pr-
|
|
3
|
+
"version": "0.0.0-pr-810-53ffecf2",
|
|
4
4
|
"description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|