@operato/scene-random 9.0.0-beta.1 → 9.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { default as Random } from './random';
1
+ export { default as Random } from './random.js';
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { default as Random } from './random';
1
+ export { default as Random } from './random.js';
2
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA","sourcesContent":["export { default as Random } from './random'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAA","sourcesContent":["export { default as Random } from './random.js'\n"]}
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "@operato/scene-random",
3
3
  "description": "An random data source component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.1",
5
+ "version": "9.0.0-beta.2",
6
+ "type": "module",
6
7
  "main": "dist/index.js",
7
8
  "module": "dist/index.js",
8
9
  "license": "MIT",
@@ -58,5 +59,5 @@
58
59
  "prettier --write"
59
60
  ]
60
61
  },
61
- "gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
62
+ "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
62
63
  }