@operato/headroom
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.1.8](https://github.com/hatiolab/operato/compare/v0.1.7...v0.1.8) (2021-09-12) | ||
### :bug: Bug Fix | ||
* make headless simple ([8698b07](https://github.com/hatiolab/operato/commit/8698b07d936cf75781e94fecbdde21bff03c4b1a)) | ||
### [0.1.7](https://github.com/hatiolab/operato/compare/v0.1.6...v0.1.7) (2021-09-12) | ||
@@ -8,0 +17,0 @@ |
@@ -372,67 +372,4 @@ { | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "stories/index.stories.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "variable", | ||
"name": "Regular" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomTitle" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomCounter" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "SlottedContent" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "default", | ||
"declaration": { | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "Regular", | ||
"declaration": { | ||
"name": "Regular", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomTitle", | ||
"declaration": { | ||
"name": "CustomTitle", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomCounter", | ||
"declaration": { | ||
"name": "CustomCounter", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "SlottedContent", | ||
"declaration": { | ||
"name": "SlottedContent", | ||
"module": "stories/index.stories.ts" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"main": "dist/src/index.js", | ||
@@ -30,9 +30,4 @@ "module": "dist/src/index.js", | ||
"test": "tsc && wtr --coverage", | ||
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"", | ||
"storybook": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"", | ||
"storybook:build": "tsc && build-storybook" | ||
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"" | ||
}, | ||
"dependencies": { | ||
"lit": "^2.0.0-rc.4" | ||
}, | ||
"devDependencies": { | ||
@@ -48,3 +43,2 @@ "@custom-elements-manifest/analyzer": "^0.4.17", | ||
"@web/dev-server": "^0.1.22", | ||
"@web/dev-server-storybook": "next", | ||
"@web/test-runner": "next", | ||
@@ -97,3 +91,3 @@ "concurrently": "^5.3.0", | ||
}, | ||
"gitHead": "6f20462202abed340d9cee30fb45cb5820d9b8f4" | ||
"gitHead": "beda9bd05c4f32f946e369ed2e46bbac46a2faf4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
18
0
90060
41
1386
- Removedlit@^2.0.0-rc.4
- Removed@lit-labs/ssr-dom-shim@1.3.0(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removed@types/trusted-types@2.0.7(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)