@p100-web/core 100.0.91 → 100.0.92

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,6 @@
1
+ import { type IVector3 } from "./PVector3";
2
+ interface ICameraNode {
3
+ position: IVector3;
4
+ }
5
+ export { type ICameraNode };
6
+ //# sourceMappingURL=ICameraNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICameraNode.d.ts","sourceRoot":"","sources":["../src/ICameraNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,UAAU,WAAW;IACnB,QAAQ,EAAE,QAAQ,CAAC;CACpB;AAED,OAAO,EAAE,KAAK,WAAW,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ICameraNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICameraNode.js","sourceRoot":"","sources":["../src/ICameraNode.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "name": "@p100-web/core",
3
- "private": false,
4
- "version": "100.0.91",
5
- "author": "Peter Drugge",
6
- "license": "ISC",
7
- "description": "",
8
- "devDependencies": {
9
- "eslint": "^8.57.0",
10
- "typescript": "^5.4.2"
11
- },
12
- "files": [
13
- "dist"
14
- ],
15
- "peerDependencies": {
16
- "@tweenjs/tween.js": "^25.0.0"
17
- },
18
- "type": "module",
19
- "scripts": {
20
- "clean": "rimraf dist",
21
- "build": "tsc -p tsconfig.json"
22
- },
23
- "exports": {
24
- ".": {
25
- "import": "./dist/index.js",
26
- "types": "./dist/index.d.ts"
27
- }
28
- }
29
- }
1
+ {
2
+ "name": "@p100-web/core",
3
+ "private": false,
4
+ "version": "100.0.92",
5
+ "author": "Peter Drugge",
6
+ "license": "ISC",
7
+ "description": "",
8
+ "devDependencies": {
9
+ "eslint": "^8.57.0",
10
+ "typescript": "^5.4.2"
11
+ },
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "peerDependencies": {
16
+ "@tweenjs/tween.js": "^25.0.0"
17
+ },
18
+ "type": "module",
19
+ "scripts": {
20
+ "clean": "rimraf dist",
21
+ "build": "tsc -p tsconfig.json"
22
+ },
23
+ "exports": {
24
+ ".": {
25
+ "import": "./dist/index.js",
26
+ "types": "./dist/index.d.ts"
27
+ }
28
+ }
29
+ }