@nectary/labs 2.1.0 → 2.1.2

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/imports.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ declare module '*.html' {
2
+ const value: string
3
+ export default value
4
+ }
5
+
6
+ declare module '*.svg' {
7
+ const value: string
8
+ export default value
9
+ }
package/package.json CHANGED
@@ -1,14 +1,19 @@
1
1
  {
2
2
  "name": "@nectary/labs",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "files": [
5
- "lib/"
5
+ "**/*/*.css",
6
+ "**/*/*.json",
7
+ "**/*/*.js",
8
+ "**/*/*.d.ts",
9
+ "*.d.ts",
10
+ "*.js"
6
11
  ],
7
12
  "publishConfig": {
8
13
  "access": "public"
9
14
  },
10
15
  "scripts": {
11
- "build": "NODE_ENV=production && rimraf lib/ && tsc --outDir lib/"
16
+ "build": "NODE_ENV=production && rimraf lib/ && tsc"
12
17
  },
13
18
  "dependencies": {
14
19
  "@lit-labs/scoped-registry-mixin": "^1.0.3",
package/lib/package.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "name": "@nectary/labs",
3
- "version": "2.8.3",
4
- "files": [
5
- "lib/"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "scripts": {
11
- "build": "NODE_ENV=production && rimraf lib/ && tsc --outDir lib/"
12
- },
13
- "dependencies": {
14
- "@lit-labs/scoped-registry-mixin": "^1.0.3",
15
- "@nectary/components": "workspace:*",
16
- "solid-element": "1.8.1",
17
- "solid-js": "1.8.19"
18
- },
19
- "devDependencies": {
20
- "@types/node": "^18.17.17",
21
- "@types/react": "^18.2.21",
22
- "lit": "^3.1.2",
23
- "rimraf": "^3.0.2",
24
- "ts-node": "^10.9.1",
25
- "typescript": "^5.2.2"
26
- }
27
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes