@vived/core 1.4.0 → 1.4.2

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.
Files changed (1) hide show
  1. package/package.json +58 -58
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "@vived/core",
3
- "version": "1.4.0",
4
- "description": "Core Components for VIVED Apps and Hosts",
5
- "main": "./dist/cjs/index.js",
6
- "module": "./dist/esm/index.js",
7
- "types": "./dist/types/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/esm/index.js",
11
- "require": "./dist/cjs/index.js",
12
- "types": "./dist/types/index.d.ts"
13
- }
14
- },
15
- "scripts": {
16
- "test": "jest --watch --config jestconfig.json",
17
- "testOnce": "jest --config jestconfig.json",
18
- "build": "npm run build:esm && npm run build:cjs",
19
- "build:esm": "tsc",
20
- "build:cjs": "tsc -p tsconfig.cjs.json",
21
- "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
22
- "lint": "tslint -p tsconfig.json",
23
- "prepare": "npm run build",
24
- "prepublishOnly": "npm run testOnce && npm run lint",
25
- "preversion": "npm run lint",
26
- "version": "npm run format && git add -A src",
27
- "postversion": "git push && git push --tags"
28
- },
29
- "repository": {
30
- "type": "git",
31
- "url": "git+https://bitbucket.org/cyberscience3d/npm_vived_core.git"
32
- },
33
- "author": "Amos Patrick",
34
- "license": "ISC",
35
- "bugs": {
36
- "url": "https://bitbucket.org/cyberscience3d/npm_vived_core/issues"
37
- },
38
- "homepage": "https://bitbucket.org/cyberscience3d/npm_vived_core#readme",
39
- "devDependencies": {
40
- "@types/jest": "^29.5.14",
41
- "@types/uuid": "^10.0.0",
42
- "jest": "^29.7.0",
43
- "prettier": "^3.5.3",
44
- "ts-jest": "^29.2.6",
45
- "tslint": "^6.1.3",
46
- "tslint-config-prettier": "^1.18.0",
47
- "typescript": "^5.8.2"
48
- },
49
- "publishConfig": {
50
- "access": "public"
51
- },
52
- "dependencies": {
53
- "uuid": "^11.1.0"
54
- },
55
- "files": [
56
- "dist"
57
- ]
58
- }
1
+ {
2
+ "name": "@vived/core",
3
+ "version": "1.4.2",
4
+ "description": "Core Components for VIVED Apps and Hosts",
5
+ "main": "./dist/cjs/index.js",
6
+ "module": "./dist/esm/index.js",
7
+ "types": "./dist/types/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/esm/index.js",
11
+ "require": "./dist/cjs/index.js",
12
+ "types": "./dist/types/index.d.ts"
13
+ }
14
+ },
15
+ "scripts": {
16
+ "test": "jest --watch --config jestconfig.json",
17
+ "testOnce": "jest --config jestconfig.json",
18
+ "build": "npm run build:esm && npm run build:cjs",
19
+ "build:esm": "tsc",
20
+ "build:cjs": "tsc -p tsconfig.cjs.json",
21
+ "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
22
+ "lint": "tslint -p tsconfig.json",
23
+ "prepare": "npm run build",
24
+ "prepublishOnly": "npm run testOnce && npm run lint",
25
+ "preversion": "npm run lint",
26
+ "version": "npm run format && git add -A src",
27
+ "postversion": "git push && git push --tags"
28
+ },
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "git+https://bitbucket.org/cyberscience3d/npm_vived_core.git"
32
+ },
33
+ "author": "Amos Patrick",
34
+ "license": "ISC",
35
+ "bugs": {
36
+ "url": "https://bitbucket.org/cyberscience3d/npm_vived_core/issues"
37
+ },
38
+ "homepage": "https://bitbucket.org/cyberscience3d/npm_vived_core#readme",
39
+ "devDependencies": {
40
+ "@types/jest": "^29.5.14",
41
+ "@types/uuid": "^10.0.0",
42
+ "jest": "^29.7.0",
43
+ "prettier": "^3.5.3",
44
+ "ts-jest": "^29.2.6",
45
+ "tslint": "^6.1.3",
46
+ "tslint-config-prettier": "^1.18.0",
47
+ "typescript": "^5.8.2"
48
+ },
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "dependencies": {
53
+ "uuid": "^11.1.0"
54
+ },
55
+ "files": [
56
+ "dist"
57
+ ]
58
+ }