@fundamental-engine/core 0.9.0 → 0.9.1

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.
package/dist/version.d.ts CHANGED
@@ -4,5 +4,5 @@
4
4
  * with `packages/core/package.json` by `version.test.ts` (the build fails if they drift), so the
5
5
  * release bump is the single source of truth.
6
6
  */
7
- export declare const FIELD_VERSION = "0.9.0";
7
+ export declare const FIELD_VERSION = "0.9.1";
8
8
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * with `packages/core/package.json` by `version.test.ts` (the build fails if they drift), so the
5
5
  * release bump is the single source of truth.
6
6
  */
7
- export const FIELD_VERSION = '0.9.0';
7
+ export const FIELD_VERSION = '0.9.1';
8
8
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-engine/core",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "A reciprocal DOM-physics field — elements bend the field; the field's density bends them back.",
5
5
  "type": "module",
6
6
  "license": "MIT",