@adobe/data 0.5.13 → 0.5.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/data",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "description": "Adobe data oriented programming library",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -1,8 +0,0 @@
1
- import { FromSchema } from "../../schema/schema.js";
2
- export declare const EntitySchema: {
3
- readonly type: "integer";
4
- readonly minimum: 0;
5
- readonly maximum: 4294967295;
6
- readonly default: number;
7
- };
8
- export type Entity = FromSchema<typeof EntitySchema>;
@@ -1,3 +0,0 @@
1
- import { U32Schema } from "../../schema/u32.js";
2
- export const EntitySchema = U32Schema;
3
- //# sourceMappingURL=entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"entity.js","sourceRoot":"","sources":["../../../src/ecs/entity/entity.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,MAAM,CAAC,MAAM,YAAY,GAAG,SAAS,CAAC"}
@@ -1,8 +0,0 @@
1
- import { FromSchema } from "../../schema/index.js";
2
- export declare const schema: {
3
- readonly type: "integer";
4
- readonly minimum: 0;
5
- readonly maximum: 4294967295;
6
- readonly default: number;
7
- };
8
- export type Type = FromSchema<typeof schema>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"u32.js","sourceRoot":"","sources":["../../../src/ecs/entity/u32.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AAEX,OAAO,EAAE,SAAS,EAAc,MAAM,uBAAuB,CAAC;AAC9D,MAAM,CAAC,MAAM,MAAM,GAAG,SAAS,CAAA"}