@e-trias/woonplan 1.3.172 → 1.3.174

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,23 +1,23 @@
1
- # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
-
4
- name: Node.js Package
5
-
6
- on:
7
- release:
8
- types: [created]
9
-
10
- jobs:
11
- publish-npm:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v2
16
- with:
17
- node-version: 16
18
- registry-url: https://registry.npmjs.org/
19
- - run: npm ci
20
- - run: npm version patch
21
- - run: npm publish
22
- env:
23
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1
+ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
+ # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
+
4
+ name: Node.js Package
5
+
6
+ on:
7
+ release:
8
+ types: [created]
9
+
10
+ jobs:
11
+ publish-npm:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v2
15
+ - uses: actions/setup-node@v2
16
+ with:
17
+ node-version: 16
18
+ registry-url: https://registry.npmjs.org/
19
+ - run: npm ci
20
+ - run: npm version patch
21
+ - run: npm publish
22
+ env:
23
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -1,3 +1,3 @@
1
- {
2
- "svn.ignoreMissingSvnWarning": true
1
+ {
2
+ "svn.ignoreMissingSvnWarning": true
3
3
  }
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "name": "@e-trias/woonplan",
3
- "private": false,
4
- "types": "types.d.ts",
5
- "version": "1.3.172",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "build": "tsc -p tsconfig.json",
9
- "release": "git add . && git commit -m 'Committing changes before version bump' && npm version patch",
10
- "postversion": "git push && git push --tags && npm publish"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/e-trias/woonplan-types.git"
15
- },
16
- "author": "Jasper Denk",
17
- "license": "UNLICENSED",
18
- "bugs": {
19
- "url": "https://github.com/e-trias/woonplan-types/issues"
20
- },
21
- "homepage": "https://github.com/e-trias/woonplan-types#readme",
22
- "description": "",
23
- "dependencies": {
24
- "typescript": "^4.9.5"
25
- },
26
- "exports": {
27
- ".": "./types.d.ts"
28
- }
29
- }
1
+ {
2
+ "name": "@e-trias/woonplan",
3
+ "private": false,
4
+ "types": "types.d.ts",
5
+ "version": "1.3.174",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "build": "tsc -p tsconfig.json",
9
+ "release": "git add . && git commit -m \"Committing changes before version bump\" && npm version patch",
10
+ "postversion": "git push && git push --tags && npm publish"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/e-trias/woonplan-types.git"
15
+ },
16
+ "author": "Jasper Denk",
17
+ "license": "UNLICENSED",
18
+ "bugs": {
19
+ "url": "https://github.com/e-trias/woonplan-types/issues"
20
+ },
21
+ "homepage": "https://github.com/e-trias/woonplan-types#readme",
22
+ "description": "",
23
+ "dependencies": {
24
+ "typescript": "^4.9.5"
25
+ },
26
+ "exports": {
27
+ ".": "./types.d.ts"
28
+ }
29
+ }
package/tsconfig.json CHANGED
@@ -1,9 +1,9 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es2021",
4
- "module": "commonjs",
5
- "declaration": true,
6
- "outDir": "./dist",
7
- "strict": true
8
- }
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es2021",
4
+ "module": "commonjs",
5
+ "declaration": true,
6
+ "outDir": "./dist",
7
+ "strict": true
8
+ }
9
9
  }