@datapos/datapos-development 0.3.92 → 0.3.93

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 +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.92",
3
+ "version": "0.3.93",
4
4
  "description": "A TypeScript library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -58,11 +58,10 @@
58
58
  "release": "npm run _bump:version && npm run build && npm run sync:withGitHub && npm run publish:toNPM",
59
59
  "sync:withGitHub": "node -e \"import('./dist/datapos-development.es.js').then(m => m.syncWithGitHub())\"",
60
60
  "test": "node -e \"import('./dist/datapos-development.es.js').then(m => m.echoScriptNotImplemented('Test'))\"",
61
- "update:dataPosDeps": "npm run _update:developDep && npm run _update:sharedDep",
61
+ "update:dataPosDeps": "npm run _update:sharedDep",
62
62
  "_bump:version": "node -e \"import('./dist/datapos-development.es.js').then(m => m.bumpVersion())\"",
63
63
  "_document:licenceReport": "license-report --only=prod,peer > LICENSES.json",
64
64
  "_document:licenceCheck": "license-report-check --source ./LICENSES.json --allowed 'MIT' --allowed 'n/a' --allowed 'Apache-2.0' --output=table",
65
- "_update:developDep": "npm install --save-dev @datapos/datapos-development@latest",
66
65
  "_update:sharedDep": "npm install --save-dev @datapos/datapos-shared@latest"
67
66
  },
68
67
  "engines": {