@misofm/platform 0.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 +6 -0
  2. package/package.json +10 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @misofm/platform
2
+
3
+ Placeholder publish reserving this name so a trusted publisher can be
4
+ configured before the first real release. Contains no code.
5
+
6
+ Use `@misofm/platform` >= 0.12.0 (protocol) / >= 0.18.0 (platform).
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@misofm/platform",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder reserving @misofm/platform. Not usable — see the real release.",
5
+ "license": "Apache-2.0",
6
+ "repository": { "type": "git", "url": "git+https://github.com/misofm/sdk.git" },
7
+ "publishConfig": { "access": "public" },
8
+ "type": "module",
9
+ "files": ["README.md"]
10
+ }