dry-suite 1.31.0 → 1.32.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 +36 -36
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "name": "dry-suite",
3
- "version": "1.31.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
- "prepublishOnly": "yarn build:prod"
24
- },
25
- "dependencies": {
26
- "maybe-not": "~1.3.3",
27
- "rxjs": "6.6.7"
28
- },
29
- "devDependencies": {
30
- "@babel/core": "^7.20.2",
31
- "@babel/preset-env": "^7.20.2",
32
- "babel-loader": "^9.1.0",
33
- "ts-loader": "^9.3.0",
34
- "tslint": "~6.1.3",
35
- "tslint-config-prettier": "~1.18.0"
36
- },
37
- "gitHead": "370d310eea17dfb360ca4df01749a9e6e79d1e27"
2
+ "name": "dry-suite",
3
+ "version": "1.32.0",
4
+ "description": "Web component framework used to deliver Tecton outlet functionality.",
5
+ "license": "MIT",
6
+ "author": "Q2 Tecton Team",
7
+ "main": "./dist/umd/dry-suite.js",
8
+ "types": "./dist/types/dry-suite.d.ts",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "registry": "https://registry.npmjs.org"
15
+ },
16
+ "scripts": {
17
+ "build": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode production",
18
+ "build:dev": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode development",
19
+ "build:prod": "rm -rf dist && tsc --outDir dist/types -d --declarationMap && webpack --mode production",
20
+ "clean": "rm -rf dist",
21
+ "prepublishOnly": "yarn build:prod",
22
+ "problems": "tsc --noEmit",
23
+ "serve": "rm -rf dist && webpack --mode development --watch"
24
+ },
25
+ "dependencies": {
26
+ "maybe-not": "~1.3.3",
27
+ "rxjs": "6.6.7"
28
+ },
29
+ "devDependencies": {
30
+ "@babel/core": "^7.20.2",
31
+ "@babel/preset-env": "^7.20.2",
32
+ "babel-loader": "^9.1.0",
33
+ "ts-loader": "^9.3.0",
34
+ "tslint": "~6.1.3",
35
+ "tslint-config-prettier": "~1.18.0"
36
+ },
37
+ "gitHead": "1468fef3e634c1cf577a184dc76febb8f88d62ea"
38
38
  }