@noir-lang/types 0.14.1 → 0.16.0-1b40af8c1

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 +3 -2
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
6
  "packageManager": "yarn@3.5.1",
7
- "version": "0.14.1",
7
+ "version": "0.16.0-1b40af8c1",
8
8
  "license": "(MIT OR Apache-2.0)",
9
9
  "files": [
10
10
  "lib",
@@ -17,7 +17,8 @@
17
17
  "build:esm": "tsc",
18
18
  "build:cjs": "tsc --module CommonJS --outDir lib/cjs",
19
19
  "build": "yarn run build:cjs && yarn run build:esm",
20
- "publish": "yarn npm publish",
20
+ "nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
21
+ "publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",
21
22
  "lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
22
23
  },
23
24
  "exports": {