@taqueria/plugin-taquito 0.0.3 → 0.0.5

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-taquito",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "A taqueria plugin for originating smart contracts using Taquito",
5
5
  "targets": {
6
6
  "default": {
@@ -14,7 +14,6 @@
14
14
  "test": "echo \"Error: no test specified\" && exit 1",
15
15
  "pluginInfo": "npx ts-node index.ts --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}",
16
16
  "build": "npx parcel build --no-cache",
17
- "build-ci": "npm run build",
18
17
  "debugPluginInfo": "node --inspect-brk index.js --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}"
19
18
  },
20
19
  "keywords": [
@@ -47,6 +46,6 @@
47
46
  "@taquito/signer": "^11.1.0",
48
47
  "@taquito/taquito": "^11.0.2",
49
48
  "fast-glob": "^3.2.10",
50
- "@taqueria/node-sdk": "^0.0.1"
49
+ "@taqueria/node-sdk": "^0.0.5"
51
50
  }
52
51
  }