@yottagraph-app/aether-instructions 2.0.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 (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @yottagraph-app/aether-instructions
2
+
3
+ **Discontinued.** This package is no longer maintained or published on the
4
+ public npm registry. It contains no functional content.
5
+
6
+ Lovelace skill artifacts are now distributed internally via Google Artifact
7
+ Registry. This npm package name is retained only as a placeholder.
8
+
9
+ ## License
10
+
11
+ MIT
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@yottagraph-app/aether-instructions",
3
+ "version": "2.0.0",
4
+ "description": "Discontinued. This package is no longer published to npm.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/Lovelace-AI/lovelace.git"
8
+ },
9
+ "publishConfig": {
10
+ "registry": "https://registry.npmjs.org",
11
+ "access": "public"
12
+ },
13
+ "license": "MIT",
14
+ "files": [
15
+ "README.md"
16
+ ]
17
+ }