dry-suite 1.17.1 → 1.19.0

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.
Files changed (1) hide show
  1. package/package.json +35 -35
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
- "name": "dry-suite",
3
- "version": "1.17.1",
4
- "description": "Factory with plugin architecture for embedding anything in custom elements.",
5
- "main": "./dist/umd/dry-suite.js",
6
- "types": "./dist/types/dry-suite.d.ts",
7
- "author": "Daniel Chappell",
8
- "license": "MIT",
9
- "publishConfig": {
10
- "registry": "https://registry.npmjs.org",
11
- "access": "public"
12
- },
13
- "files": [
14
- "dist"
15
- ],
16
- "scripts": {
17
- "build": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode production",
18
- "build:prod": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode production",
19
- "build:dev": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode development",
20
- "serve": "rm -rf dist && webpack --mode development --watch",
21
- "problems": "tsc --noEmit",
22
- "clean": "rm -rf dist"
23
- },
24
- "dependencies": {
25
- "maybe-not": "~1.3.3",
26
- "rxjs": "6.6.7"
27
- },
28
- "devDependencies": {
29
- "@babel/core": "^7.18.2",
30
- "@babel/preset-env": "^7.18.2",
31
- "babel-loader": "^8.2.5",
32
- "ts-loader": "^9.3.0",
33
- "tslint": "~6.0.0",
34
- "tslint-config-prettier": "~1.18.0"
35
- },
36
- "gitHead": "7bb1d00e14c8b63aa769106dce8eafb0ced6ad43"
2
+ "name": "dry-suite",
3
+ "version": "1.19.0",
4
+ "description": "Factory with plugin architecture for embedding anything in custom elements.",
5
+ "main": "./dist/umd/dry-suite.js",
6
+ "types": "./dist/types/dry-suite.d.ts",
7
+ "author": "Daniel Chappell",
8
+ "license": "MIT",
9
+ "publishConfig": {
10
+ "registry": "https://registry.npmjs.org",
11
+ "access": "public"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "scripts": {
17
+ "build": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode production",
18
+ "build:prod": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode production",
19
+ "build:dev": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode development",
20
+ "serve": "rm -rf dist && webpack --mode development --watch",
21
+ "problems": "tsc --noEmit",
22
+ "clean": "rm -rf dist"
23
+ },
24
+ "dependencies": {
25
+ "maybe-not": "~1.3.3",
26
+ "rxjs": "6.6.7"
27
+ },
28
+ "devDependencies": {
29
+ "@babel/core": "^7.20.2",
30
+ "@babel/preset-env": "^7.20.2",
31
+ "babel-loader": "^9.1.0",
32
+ "ts-loader": "^9.3.0",
33
+ "tslint": "~6.1.3",
34
+ "tslint-config-prettier": "~1.18.0"
35
+ },
36
+ "gitHead": "94ce25404979168543025a4673166d1f2c762a24"
37
37
  }