@tabnas/directive 0.2.1 → 0.4.2

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/README.md +1 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ standard `val` / `list` / `map` / `pair` rules. TypeScript (canonical)
8
8
  and Go ports share the same API shape and test specs.
9
9
 
10
10
  [![npm version](https://img.shields.io/npm/v/@tabnas/directive.svg)](https://npmjs.com/package/@tabnas/directive)
11
- [![build](https://github.com/tabnas/directive/actions/workflows/build.yml/badge.svg)](https://github.com/tabnas/directive/actions/workflows/build.yml)
11
+ [![CI](https://github.com/tabnas/directive/actions/workflows/ci.yml/badge.svg)](https://github.com/tabnas/directive/actions/workflows/ci.yml)
12
12
 
13
13
 
14
14
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabnas/directive",
3
- "version": "0.2.1",
3
+ "version": "0.4.2",
4
4
  "description": "Directive syntax plugin for the tabnas JSON parser.",
5
5
  "main": "dist/directive.js",
6
6
  "type": "commonjs",
@@ -27,7 +27,11 @@
27
27
  "reset": "npm run clean && npm i && npm run build && npm test",
28
28
  "repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",
29
29
  "repo-publish": "npm run clean && npm i && npm run repo-publish-quick",
30
- "repo-publish-quick": "npm run build && npm run test && npm run repo-tag && npm publish --access public --registry https://registry.npmjs.org "
30
+ "repo-publish-quick": "npm run build && npm run test && npm run repo-tag && npm publish --access public --registry https://registry.npmjs.org ",
31
+ "repo-stage": "npm run clean && npm i && npm run repo-stage-quick",
32
+ "repo-stage-quick": "npm run build && npm run test && npm stage publish",
33
+ "repo-stage-list": "npm stage list",
34
+ "repo-stage-approve": "npm stage approve"
31
35
  },
32
36
  "license": "MIT",
33
37
  "files": [