xeolabs 0.0.1 → 0.0.3

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 (3) hide show
  1. package/README.md +10 -2
  2. package/index.js +3 -0
  3. package/package.json +7 -3
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # xeolabs
2
2
 
3
- Reserved package namespace for the IndexMesh ecosystem. Full release coming soon.
3
+ Reserved npm package namespace for the IndexMesh/XEO ecosystem.
4
4
 
5
- https://github.com/indexmesh/platform
5
+ This package is a placeholder. No production code is published here yet.
6
+
7
+ Primary links:
8
+
9
+ - https://github.com/indexmesh
10
+ - https://github.com/indexmesh/platform
11
+ - https://github.com/indexmesh/docs
12
+
13
+ Built by Xavier P J, also known as Xavier Emerson.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // xeolabs
2
+ // Reserved package namespace for the IndexMesh/XEO ecosystem.
3
+ module.exports = {};
package/package.json CHANGED
@@ -1,16 +1,20 @@
1
1
  {
2
2
  "name": "xeolabs",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Reserved package namespace for the IndexMesh ecosystem. Full release coming soon.",
5
+ "main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "README.md"
9
+ ],
5
10
  "keywords": [
6
11
  "xeolabs",
7
12
  "xeo",
8
- "geo",
9
13
  "aeo",
10
14
  "ai-visibility",
11
15
  "indexmesh"
12
16
  ],
13
- "homepage": "https://github.com/indexmesh/platform",
17
+ "homepage": "https://github.com/indexmesh",
14
18
  "repository": {
15
19
  "type": "git",
16
20
  "url": "git+https://github.com/indexmesh/platform.git"