@noyrax/5d-database-plugin 0.1.6 → 0.1.7

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 +1 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@noyrax/5d-database-plugin",
3
3
  "displayName": "5D Database Plugin",
4
4
  "description": "5-dimensional database layer for documentation system with semantic brain integration",
5
- "version": "0.1.6",
5
+ "version": "0.1.7",
6
6
  "publisher": "noyrax",
7
7
  "license": "MIT",
8
8
  "repository": {
@@ -137,7 +137,6 @@
137
137
  "watch": "tsc -watch -p ./",
138
138
  "package": "vsce package --allow-missing-repository",
139
139
  "prepublishOnly": "npm run compile",
140
- "publish": "npm publish --access public",
141
140
  "test": "jest",
142
141
  "test:coverage": "jest --coverage",
143
142
  "test:v-dimension": "node out/cli/test-v-dimension.js",