@iqb/validate-md-profile 0.3.0 → 0.3.1

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": "@iqb/validate-md-profile",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "author": "IQB - Institut zur Qualitätsentwicklung im Bildungswesen",
5
5
  "license": "MIT",
6
6
  "description": "Data interfaces for metadata profiling and values",
@@ -10,8 +10,9 @@
10
10
  "test_profile_config": "ts-node ./test.ts md-profile-config",
11
11
  "validate_profile": "ts-node src/validate-md-profile.ts json_schema/md-profile-config/test_valid/test1.json",
12
12
  "generate_docs": "asyncapi generate fromTemplate json_schema/asyncapi.yaml @asyncapi/html-template -o ./public --force-write && cat json_schema/add.css >> ./public/css/global.min.css",
13
- "prepare_publish": "rm -rf dist/* && tsc && cp ./json_schema/md-profile/md-profile.schema.json ./dist && cp ./json_schema/md-profile-config/md-profile-config.schema.json ./dist",
14
- "npm_publish": "npm publish --access public"
13
+ "prepare_publish": "rm -rf dist/* && tsc && cp ./json_schema/md-profile/md-profile.schema.json ./dist",
14
+ "postprepare_publish": "cp ./json_schema/md-profile-config/md-profile-config.schema.json ./dist && cp ./package.json ./dist",
15
+ "npm_publish": "./dist/npm publish --access public"
15
16
  },
16
17
  "repository": {
17
18
  "type": "git",
@@ -32,6 +33,6 @@
32
33
  "typescript": "^5.2.2"
33
34
  },
34
35
  "bin": {
35
- "validate-md-profile": "./dist/validate-md-profile.js"
36
+ "validate-md-profile": "./validate-md-profile.js"
36
37
  }
37
38
  }
package/README.md DELETED
@@ -1,2 +0,0 @@
1
- # profiles
2
- Type definitions for metadata profiles
File without changes
File without changes
File without changes