@simplysf/simply-project 1.1.2 → 1.2.1

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