@chikn-game-assets/runtime 0.2.0 → 0.4.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schema": "chikn-game-assets.catalog/v1",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "codeLicense": "Apache-2.0",
6
6
  "contentTermsId": "CHIKN-COMMUNITY-NONCOMMERCIAL",
package/package.json CHANGED
@@ -1,16 +1,39 @@
1
1
  {
2
2
  "name": "@chikn-game-assets/runtime",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Apache-2.0 manifest helpers for Chikn community non-commercial assets.",
5
5
  "license": "Apache-2.0",
6
- "repository": { "type": "git", "url": "git+https://github.com/Roost2D/chikn-game-assets.git", "directory": "packages/runtime" },
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/Roost2D/chikn-game-assets.git",
9
+ "directory": "packages/runtime"
10
+ },
7
11
  "type": "module",
8
12
  "sideEffects": false,
9
- "files": ["dist", "catalog", "README.md", "LICENSE", "CHIKN-COMMUNITY-ASSET-LICENSE_PUBLIC.md", "REPOSITORY-LICENSING-NOTICE_PUBLIC.md", "CHIKN-COMMUNITY-ASSET-NOTICE.md", "ATTRIBUTION.md", "COMMERCIAL_USE.md"],
13
+ "files": [
14
+ "dist",
15
+ "catalog",
16
+ "README.md",
17
+ "LICENSE",
18
+ "CHIKN-COMMUNITY-ASSET-LICENSE_PUBLIC.md",
19
+ "REPOSITORY-LICENSING-NOTICE_PUBLIC.md",
20
+ "CHIKN-COMMUNITY-ASSET-NOTICE.md",
21
+ "ATTRIBUTION.md",
22
+ "COMMERCIAL_USE.md"
23
+ ],
10
24
  "exports": {
11
- ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" },
25
+ ".": {
26
+ "types": "./dist/index.d.ts",
27
+ "import": "./dist/index.js"
28
+ },
12
29
  "./catalog": "./catalog/asset-ids.json"
13
30
  },
14
- "publishConfig": { "access": "public" },
15
- "scripts": { "build": "tsc -p tsconfig.json && node scripts/generate-catalog.mjs", "check": "tsc --noEmit -p tsconfig.json", "test": "node --test test/*.test.mjs" }
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
34
+ "scripts": {
35
+ "build": "tsc -p tsconfig.json && node scripts/generate-catalog.mjs",
36
+ "check": "tsc --noEmit -p tsconfig.json",
37
+ "test": "node --test test/*.test.mjs"
38
+ }
16
39
  }