@temir.ra/create-template 0.4.1-pre.1 → 0.4.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Version 0
2
2
 
3
- ## 0.4.1-pre.1
3
+ ## 0.4.1
4
4
 
5
5
  1. Minor updates in the README.
6
6
 
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.4.1-pre.1+4a688eb
1
+ 0.4.1+78fe6f9
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "@temir.ra/create-template",
3
- "version": "0.4.1-pre.1",
4
- "description": "A template for a template package.",
5
- "private": false,
6
- "keywords": [
7
- "typescript",
8
- "template-template"
9
- ],
10
- "author": "temir.ra",
11
- "license": "MIT",
12
- "repository": {
13
- "type": "git",
14
- "url": "https://git.chimps.quest/trs/create-template.git"
15
- },
16
- "type": "module",
17
- "files": [
18
- "scripts/buildinfo.ts",
19
- "scripts/build-bundle.ts",
20
- "scripts/cdn-rewrite-map.json",
21
- "CHANGELOG.md",
22
- "buildinfo.txt",
23
- "dist/",
24
- "tests/",
25
- "template/"
26
- ],
27
- "bin": "./dist/cli.bundle.js",
28
- "imports": {
29
- "#src/*.js": "./src/*.ts"
30
- },
31
- "scripts": {
32
- "reinstall": "rm -rf node_modules && rm -f package-lock.json bun.lock yarn.lock pnpm-lock.yaml && npm install",
33
- "typecheck": "tsc --noEmit",
34
- "buildinfo": "tsx scripts/buildinfo.ts",
35
- "clean:dist": "rm -rf dist/",
36
- "clean:tsbuildinfo": "rm -f tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
37
- "clean": "npm run clean:dist && npm run clean:tsbuildinfo",
38
- "tests": "node --import tsx --test tests/**/*.test.ts",
39
- "prebuild": "npm run buildinfo",
40
- "build": "npm run build:cli-bundle",
41
- "build:cli-bundle": "esbuild src/cli.ts --outdir=dist --entry-names=[dir]/[name].bundle --platform=node --format=esm --bundle --minify --sourcemap=external"
42
- },
43
- "devDependencies": {
44
- "@types/node": "latest",
45
- "esbuild": "latest",
46
- "tsx": "latest",
47
- "typescript": "^6.0.3"
48
- }
1
+ {
2
+ "name": "@temir.ra/create-template",
3
+ "version": "0.4.1",
4
+ "description": "A template for a template package.",
5
+ "private": false,
6
+ "keywords": [
7
+ "typescript",
8
+ "template-template"
9
+ ],
10
+ "author": "temir.ra",
11
+ "license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://git.chimps.quest/trs/create-template.git"
15
+ },
16
+ "type": "module",
17
+ "files": [
18
+ "scripts/buildinfo.ts",
19
+ "scripts/build-bundle.ts",
20
+ "scripts/cdn-rewrite-map.json",
21
+ "CHANGELOG.md",
22
+ "buildinfo.txt",
23
+ "dist/",
24
+ "tests/",
25
+ "template/"
26
+ ],
27
+ "bin": "./dist/cli.bundle.js",
28
+ "imports": {
29
+ "#src/*.js": "./src/*.ts"
30
+ },
31
+ "scripts": {
32
+ "reinstall": "rm -rf node_modules && rm -f package-lock.json bun.lock yarn.lock pnpm-lock.yaml && npm install",
33
+ "typecheck": "tsc --noEmit",
34
+ "buildinfo": "tsx scripts/buildinfo.ts",
35
+ "clean:dist": "rm -rf dist/",
36
+ "clean:tsbuildinfo": "rm -f tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
37
+ "clean": "npm run clean:dist && npm run clean:tsbuildinfo",
38
+ "tests": "node --import tsx --test tests/**/*.test.ts",
39
+ "prebuild": "npm run buildinfo",
40
+ "build": "npm run build:cli-bundle",
41
+ "build:cli-bundle": "esbuild src/cli.ts --outdir=dist --entry-names=[dir]/[name].bundle --platform=node --format=esm --bundle --minify --sourcemap=external"
42
+ },
43
+ "devDependencies": {
44
+ "@types/node": "latest",
45
+ "esbuild": "latest",
46
+ "tsx": "latest",
47
+ "typescript": "^6.0.3"
48
+ }
49
49
  }