@indexmesh/core 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 +13 -2
  2. package/index.js +3 -0
  3. package/package.json +10 -5
package/README.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @indexmesh/core
2
2
 
3
- Core package placeholder for the IndexMesh platform. Full release coming soon.
3
+ Core package placeholder for the IndexMesh platform.
4
4
 
5
- https://github.com/indexmesh/platform
5
+ This package is reserved for the future IndexMesh JavaScript/TypeScript SDK. No production API client code is published yet.
6
+
7
+ Primary development and documentation:
8
+
9
+ - https://github.com/indexmesh/platform
10
+ - https://github.com/indexmesh/docs
11
+
12
+ Website:
13
+
14
+ - https://indexmesh.ai
15
+
16
+ Built by Xavier P J, also known as Xavier Emerson.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // @indexmesh/core
2
+ // Core package placeholder for IndexMesh. Production code coming soon.
3
+ module.exports = {};
package/package.json CHANGED
@@ -1,16 +1,21 @@
1
1
  {
2
2
  "name": "@indexmesh/core",
3
- "version": "0.0.1",
4
- "description": "Core package placeholder for the IndexMesh platform. Full release coming soon.",
3
+ "version": "0.0.3",
4
+ "description": "Core package placeholder for the IndexMesh brand discoverability platform. Full release coming soon.",
5
+ "main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "README.md"
9
+ ],
5
10
  "keywords": [
6
11
  "indexmesh",
7
12
  "core",
8
- "xeo",
9
- "geo",
13
+ "brand-discoverability",
14
+ "brand-visibility",
10
15
  "aeo",
11
16
  "ai-visibility"
12
17
  ],
13
- "homepage": "https://github.com/indexmesh/platform",
18
+ "homepage": "https://indexmesh.ai",
14
19
  "repository": {
15
20
  "type": "git",
16
21
  "url": "git+https://github.com/indexmesh/platform.git"