@taqueria/plugin-ligo 0.56.14 → 0.57.8

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/index.d.mts ADDED
@@ -0,0 +1,2 @@
1
+
2
+ export { }
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
1
  {
2
- "name": "@taqueria/plugin-ligo",
3
- "version": "0.56.14",
4
- "description": "A taqueria plugin for compiling LIGO smart contracts",
5
- "targets": {
6
- "default": {
7
- "source": "./index.ts",
8
- "distDir": "./",
9
- "context": "node",
10
- "isLibrary": true
11
- }
12
- },
13
- "scripts": {
14
- "test": "echo \"Error: no test specified\" && exit 1",
15
- "build": "npx tsc -noEmit -p ./tsconfig.json && npx tsup",
16
- "pluginInfo": "npx ts-node index.ts --taqRun pluginInfo --i18n '{\"foo\":\"bar\"}' --config '{\"contractsDir\":\"contracts\",\"testsDir\": \"tests\",\"artifactsDir\": \"artifacts\"}' --projectDir ../test-project --configDir ./.taq",
17
- "compile": "npx ts-node index.ts --taqRun proxy --task compile --i18n '{\"foo\":\"bar\"}' --config '{\"contractsDir\":\"contracts\",\"testsDir\": \"tests\",\"artifactsDir\": \"artifacts\"}' --projectDir ../test-project --configDir ./.taq",
18
- "debugPluginInfo": "npx ts-node --inspect index.ts --taqRun pluginInfo --i18n '{\"foo\":\"bar\"}' --config '{\"contractsDir\":\"contracts\",\"testsDir\": \"tests\"}' --projectDir ../test-project --configDir ./.taq"
19
- },
20
- "keywords": [
21
- "taqueria",
22
- "tezos",
23
- "build",
24
- "pinnaclelabs",
25
- "pinnacle-labs",
26
- "plugin",
27
- "ligo",
28
- "ligolang",
29
- "smart contract",
30
- "compile"
31
- ],
32
- "author": "Taqueria",
33
- "license": "Apache-2.0",
34
- "repository": {
35
- "type": "git",
36
- "url": "https://github.com/tezostaqueria/taqueria.git",
37
- "directory": "taqueria-plugin-ligo"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/tezostaqueria/taqueria/issues"
41
- },
42
- "homepage": "https://github.com/tezostaqueria/taqueria#readme",
43
- "dependencies": {
44
- "@taqueria/lib-ligo": "^0.56.14",
45
- "@taqueria/node-sdk": "^0.56.14",
46
- "fast-glob": "^3.3.2"
47
- },
48
- "devDependencies": {
49
- "tsup": "^8.0.1",
50
- "typescript": "^5.3.3"
51
- },
52
- "tsup": {
53
- "entry": [
54
- "index.ts"
55
- ],
56
- "sourcemap": true,
57
- "target": "node16",
58
- "outDir": "./",
59
- "dts": true,
60
- "clean": false,
61
- "skipNodeModulesBundle": true,
62
- "platform": "node",
63
- "format": [
64
- "esm",
65
- "cjs"
66
- ]
67
- },
68
- "gitHead": "ff58a2fc06ad233869ad6be574093c8b3b272e2e"
69
- }
2
+ "name": "@taqueria/plugin-ligo",
3
+ "version": "0.57.8",
4
+ "description": "A taqueria plugin for compiling LIGO smart contracts",
5
+ "targets": {
6
+ "default": {
7
+ "source": "./index.ts",
8
+ "distDir": "./",
9
+ "context": "node",
10
+ "isLibrary": true
11
+ }
12
+ },
13
+ "keywords": [
14
+ "taqueria",
15
+ "tezos",
16
+ "build",
17
+ "pinnaclelabs",
18
+ "pinnacle-labs",
19
+ "plugin",
20
+ "ligo",
21
+ "ligolang",
22
+ "smart contract",
23
+ "compile"
24
+ ],
25
+ "author": "Taqueria",
26
+ "license": "Apache-2.0",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/tezostaqueria/taqueria.git",
30
+ "directory": "taqueria-plugin-ligo"
31
+ },
32
+ "bugs": {
33
+ "url": "https://github.com/tezostaqueria/taqueria/issues"
34
+ },
35
+ "homepage": "https://github.com/tezostaqueria/taqueria#readme",
36
+ "dependencies": {
37
+ "fast-glob": "^3.3.2",
38
+ "@taqueria/lib-ligo": "0.57.8",
39
+ "@taqueria/node-sdk": "0.57.8"
40
+ },
41
+ "devDependencies": {
42
+ "tsup": "^8.3.0",
43
+ "typescript": "^5.6.2"
44
+ },
45
+ "tsup": {
46
+ "entry": [
47
+ "index.ts"
48
+ ],
49
+ "sourcemap": true,
50
+ "target": "node16",
51
+ "outDir": "./",
52
+ "dts": true,
53
+ "clean": false,
54
+ "skipNodeModulesBundle": true,
55
+ "platform": "node",
56
+ "format": [
57
+ "esm",
58
+ "cjs"
59
+ ]
60
+ },
61
+ "gitHead": "ff58a2fc06ad233869ad6be574093c8b3b272e2e",
62
+ "scripts": {
63
+ "test": "echo \"Error: no test specified\" && exit 1",
64
+ "build": "npx tsc -noEmit -p ./tsconfig.json && npx tsup",
65
+ "pluginInfo": "npx ts-node index.ts --taqRun pluginInfo --i18n '{\"foo\":\"bar\"}' --config '{\"contractsDir\":\"contracts\",\"testsDir\": \"tests\",\"artifactsDir\": \"artifacts\"}' --projectDir ../test-project --configDir ./.taq",
66
+ "compile": "npx ts-node index.ts --taqRun proxy --task compile --i18n '{\"foo\":\"bar\"}' --config '{\"contractsDir\":\"contracts\",\"testsDir\": \"tests\",\"artifactsDir\": \"artifacts\"}' --projectDir ../test-project --configDir ./.taq",
67
+ "debugPluginInfo": "npx ts-node --inspect index.ts --taqRun pluginInfo --i18n '{\"foo\":\"bar\"}' --config '{\"contractsDir\":\"contracts\",\"testsDir\": \"tests\"}' --projectDir ../test-project --configDir ./.taq"
68
+ }
69
+ }
package/tsconfig.json CHANGED
@@ -99,5 +99,13 @@
99
99
  /* Completeness */
100
100
  // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101
101
  "skipLibCheck": true /* Skip type checking all .d.ts files. */
102
- }
102
+ },
103
+ "references": [
104
+ {
105
+ "path": "../taqueria-sdk"
106
+ },
107
+ {
108
+ "path": "../taqueria-lib-ligo"
109
+ }
110
+ ]
103
111
  }