asherah 1.3.9 → 1.3.11

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/dist/main.js +0 -0
  2. package/package.json +4 -4
package/dist/main.js ADDED
File without changes
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "asherah",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "description": "Asherah envelope encryption and key rotation library",
5
- "main": "dist/asherah.js",
5
+ "main": "dist/main.js",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/jgowdy/asherah-cobhan.git"
9
9
  },
10
10
  "scripts": {
11
- "build": "node-gyp build && mkdir -p dist/ && cp build/Release/asherah.node dist/asherah.node && cp src/asherah.d.ts dist/asherah.d.ts",
12
11
  "preinstall": "scripts/download-libraries.sh",
13
- "install": "CFLAGS=-fexceptions CXXFLAGS=-fexceptions node-gyp rebuild",
12
+ "install": "node-gyp configure && node-gyp build && mkdir -p dist/ && cp build/Release/asherah.node dist/asherah.node && cp src/asherah.d.ts dist/asherah.d.ts && cp src/main.js dist/main.js",
14
13
  "test:mocha": "mocha",
15
14
  "test": "nyc npm run test:mocha",
16
15
  "posttest": "npm run lint",
@@ -23,6 +22,7 @@
23
22
  "binding.gyp",
24
23
  "src/asherah.cc",
25
24
  "dist/asherah.d.ts",
25
+ "dist/main.js",
26
26
  "scripts/download-libraries.sh",
27
27
  "SHA256SUMS",
28
28
  "SHA256SUMS-darwin",