@scalable.software/pin 0.2.0 → 0.2.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,56 +1,55 @@
1
- {
2
- "name": "@scalable.software/pin",
3
- "version": "0.2.0",
4
- "description": "The Pin component is a button that can be visible or hidden, pinned or unpinned.",
5
- "keywords": [
6
- "web component",
7
- "button"
8
- ],
9
- "exports": {
10
- ".": {
11
- "import": "./dist/Index.js"
12
- }
13
- },
14
- "types": "dist/Index.d.ts",
15
- "module": "dist/Index.js",
16
- "scripts": {
17
- "clean.test": "node ./tasks/clean.test.mjs",
18
- "pretest": "npm run clean.test && tsc --project tsconfig.test.json",
19
- "test": "karma start",
20
- "posttest": "npm run clean.test",
21
- "prebuild": "node ./tasks/clean.build.mjs",
22
- "build": "tsc --project tsconfig.build.json",
23
- "postbuild": "node ./tasks/copy.build.mjs",
24
- "preserve": "npm run build",
25
- "serve": "web-dev-server --open /demo/index.html",
26
- "document": "npx typedoc --tsconfig tsconfig.test.json",
27
- "prepublish": "npm run build"
28
- },
29
- "repository": {
30
- "type": "git",
31
- "url": "git+https://github.com/scalable-software/pin.git"
32
- },
33
- "author": "Scalable.Software",
34
- "license": "CC-BY-NC-SA-4.0",
35
- "bugs": {
36
- "url": "https://github.com/scalable-software/pin/issues"
37
- },
38
- "homepage": "https://github.com/scalable-software/pin#readme",
39
- "devDependencies": {
40
- "@types/jasmine": "^5.1.4",
41
- "@web/dev-server": "^0.4.6",
42
- "jasmine": "^5.1.0",
43
- "karma": "^6.4.3",
44
- "karma-chrome-launcher": "^3.2.0",
45
- "karma-coverage-istanbul-instrumenter": "^1.0.4",
46
- "karma-coverage-istanbul-reporter": "^3.0.3",
47
- "karma-jasmine": "^5.1.0",
48
- "karma-spec-reporter": "^0.0.36",
49
- "typedoc": "^0.25.13",
50
- "typedoc-plugin-merge-modules": "^5.1.0",
51
- "typescript": "^5.4.5"
52
- },
53
- "dependencies": {
54
- "@scalable.software/component": "^0.0.4"
55
- }
56
- }
1
+ {
2
+ "name": "@scalable.software/pin",
3
+ "version": "0.2.1",
4
+ "description": "The Pin component is a button that can be visible or hidden, pinned or unpinned.",
5
+ "keywords": [
6
+ "web component",
7
+ "button"
8
+ ],
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js"
12
+ }
13
+ },
14
+ "types": "dist/index.d.ts",
15
+ "scripts": {
16
+ "clean.test": "node ./tasks/clean.test.mjs",
17
+ "pretest": "npm run clean.test && tsc --project tsconfig.test.json",
18
+ "test": "karma start",
19
+ "posttest": "npm run clean.test",
20
+ "prebuild": "node ./tasks/clean.build.mjs",
21
+ "build": "tsc --project tsconfig.build.json",
22
+ "postbuild": "node ./tasks/copy.build.mjs",
23
+ "preserve": "npm run build",
24
+ "serve": "web-dev-server --open /demo/index.html",
25
+ "document": "npx typedoc --tsconfig tsconfig.test.json",
26
+ "prepublish": "npm run build"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/scalable-software/pin.git"
31
+ },
32
+ "author": "Scalable.Software",
33
+ "license": "CC-BY-NC-SA-4.0",
34
+ "bugs": {
35
+ "url": "https://github.com/scalable-software/pin/issues"
36
+ },
37
+ "homepage": "https://github.com/scalable-software/pin#readme",
38
+ "devDependencies": {
39
+ "@types/jasmine": "^5.1.4",
40
+ "@web/dev-server": "^0.4.6",
41
+ "jasmine": "^5.1.0",
42
+ "karma": "^6.4.3",
43
+ "karma-chrome-launcher": "^3.2.0",
44
+ "karma-coverage-istanbul-instrumenter": "^1.0.4",
45
+ "karma-coverage-istanbul-reporter": "^3.0.3",
46
+ "karma-jasmine": "^5.1.0",
47
+ "karma-spec-reporter": "^0.0.36",
48
+ "typedoc": "^0.25.13",
49
+ "typedoc-plugin-merge-modules": "^5.1.0",
50
+ "typescript": "^5.4.5"
51
+ },
52
+ "dependencies": {
53
+ "@scalable.software/component": "^0.2.0"
54
+ }
55
+ }