@simplysf/simply-permissions 1.1.0 → 1.2.0

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 +8 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysf/simply-permissions",
3
3
  "description": "Utilities for working with permissions",
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "author": "@ClayChipps",
6
6
  "homepage": "https://github.com/SimplySF/simply",
7
7
  "bugs": "https://github.com/SimplySF/simply/issues",
@@ -86,6 +86,7 @@
86
86
  "wireit": {
87
87
  "build": {
88
88
  "dependencies": [
89
+ "command-snapshot",
89
90
  "compile",
90
91
  "lint"
91
92
  ]
@@ -130,7 +131,6 @@
130
131
  "test:compile",
131
132
  "test:only",
132
133
  "test:command-reference",
133
- "test:deprecation-policy",
134
134
  "lint",
135
135
  "test:json-schema",
136
136
  "link-check"
@@ -147,12 +147,14 @@
147
147
  "tmp/root"
148
148
  ]
149
149
  },
150
- "test:deprecation-policy": {
151
- "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
150
+ "command-snapshot": {
151
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:generate && prettier --write command-snapshot.json",
152
152
  "files": [
153
153
  "src/**/*.ts"
154
154
  ],
155
- "output": [],
155
+ "output": [
156
+ "command-snapshot.json"
157
+ ],
156
158
  "dependencies": [
157
159
  "compile"
158
160
  ]
@@ -198,5 +200,5 @@
198
200
  "output": []
199
201
  }
200
202
  },
201
- "gitHead": "a02ea12286840c63211344a54fbf005abc635721"
203
+ "gitHead": "1b10083c05b9cee20b43122cbabdc468069173ce"
202
204
  }