three-usd-robot 0.4.0 → 0.5.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.
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_NAME = "three-usd-robot";
3
+ var VERSION = "0.0.0";
4
+
5
+ export { PACKAGE_NAME, VERSION };
6
+ //# sourceMappingURL=chunk-OFUMT72H.js.map
7
+ //# sourceMappingURL=chunk-OFUMT72H.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"names":[],"mappings":";AACO,IAAM,YAAA,GAAe;AAGrB,IAAM,OAAA,GAAU","file":"chunk-OFUMT72H.js","sourcesContent":["/** Package identity. Kept in one place so every entry point can re-export it. */\nexport const PACKAGE_NAME = \"three-usd-robot\";\n\n/** Library version. Replaced by the release tooling at publish time. */\nexport const VERSION = \"0.0.0\";\n"]}