@taleshape/shaper 0.1.2 → 0.1.3

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 (2) hide show
  1. package/bin/SHA256SUMS +4 -0
  2. package/package.json +1 -3
package/bin/SHA256SUMS ADDED
@@ -0,0 +1,4 @@
1
+ 3da468d156101dd6e822f68bd824c8bf886f66c7b612dac02f8b4a94e591bead shaper-linux-arm64
2
+ 47a702931428bbbe36bdb889340daeeee564eea6dc601a46bd4ca0402dc055aa shaper-darwin-amd64
3
+ da2a4bb02f9613775c35bc20cb32164303fa39cb4244852d48570f7cb1cfa7a3 shaper-darwin-arm64
4
+ f7248e7fd8c0efafe9b91d81ed528d3f76c2be6dc2ff2227be7276b4f5fbafc6 shaper-linux-amd64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taleshape/shaper",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Minimal Embedded Analytics and Data Platform",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -12,8 +12,6 @@
12
12
  },
13
13
  "files": [
14
14
  "bin",
15
- "bin/SHA256SUMS",
16
- "shaper.js",
17
15
  "index.js",
18
16
  "install.js",
19
17
  "uninstall.js"