@taqueria/protocol 0.28.6 → 0.28.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/protocol",
3
- "version": "0.28.6",
3
+ "version": "0.28.18",
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": {
@@ -14,26 +14,26 @@
14
14
  "build",
15
15
  "test",
16
16
  "deploy",
17
- "ecad",
18
- "ecadlabs",
17
+ "pinnaclelabs",
18
+ "pinnacle-labs",
19
19
  "protocol"
20
20
  ],
21
- "author": "ECAD Labs",
21
+ "author": "Pinnacle Labs",
22
22
  "license": "Apache-2.0",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://github.com/ecadlabs/taqueria.git",
25
+ "url": "https://github.com/pinnacle-labs/taqueria.git",
26
26
  "directory": "taqueria-protocol"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/ecadlabs/taqueria/issues"
29
+ "url": "https://github.com/pinnacle-labs/taqueria/issues"
30
30
  },
31
- "homepage": "https://github.com/ecadlabs/taqueria#readme",
31
+ "homepage": "https://github.com/pinnacle-labs/taqueria#readme",
32
32
  "devDependencies": {
33
- "esbuild-plugin-text-replace": "^1.2.0",
33
+ "esbuild-plugin-text-replace": "^1.3.0",
34
34
  "ts-to-zod": "^1.13.1",
35
- "tsup": "^6.5.0",
36
- "typescript": "^4.7.2"
35
+ "tsup": "6.5.0",
36
+ "typescript": "^4.9.5"
37
37
  },
38
38
  "exports": {
39
39
  ".": "./index.js",
@@ -51,12 +51,13 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@peculiar/webcrypto": "^1.4.0",
54
+ "@peculiar/webcrypto": "^1.4.3",
55
55
  "batching-toposort": "^1.2.0",
56
56
  "fluture": "^14.0.0",
57
- "i18next": "^21.8.4",
58
- "rambda": "^7.2.1",
57
+ "i18next": "^21.10.0",
58
+ "rambda": "^7.5.0",
59
59
  "rambdax": "^8.1.0",
60
- "zod": "^3.17.3"
61
- }
60
+ "zod": "^3.21.4"
61
+ },
62
+ "gitHead": "574df7a40d12290d0c7da0ac62001aebe14433dd"
62
63
  }
@@ -18,10 +18,6 @@ var __copyProps = (to, from28, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
22
  mod
27
23
  ));
@@ -1006,7 +1002,6 @@ var i18n_default = async () => {
1006
1002
  lng: "en",
1007
1003
  debug: false,
1008
1004
  resources: {
1009
- // TODO: Move to separate language files
1010
1005
  en: {
1011
1006
  translation: {
1012
1007
  "appName": "Taqueria",