@x12i/memorix-service 0.0.0-bootstrap.0 → 0.1.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 +3 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@x12i/memorix-service",
3
- "version": "0.0.0-bootstrap.0",
4
- "description": "Memorix production service composition root one versioned API over accepted packages (Phase 10 / G10).",
3
+ "version": "0.1.0",
4
+ "description": "Memorix production service composition root \u2014 one versioned API over accepted packages (Phase 10 / G10).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -53,8 +53,7 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public",
56
- "registry": "https://registry.npmjs.org/",
57
- "tag": "bootstrap"
56
+ "registry": "https://registry.npmjs.org/"
58
57
  },
59
58
  "license": "exellix-license",
60
59
  "repository": {