@awboost/cfntypes 0.54.0 → 1.0.0-beta.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.54.0",
3
+ "version": "1.0.0-beta.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "homepage": "https://github.com/awboost/cfntypes#readme",
18
18
  "license": "MIT",
19
- "main": "./lib/cjs/index.js",
19
+ "main": "./lib/index-cjs.js",
20
20
  "module": "./lib/index.js",
21
21
  "types": "lib/index.d.ts",
22
22
  "exports": {
@@ -26,29 +26,25 @@
26
26
  "lib/**/*.js",
27
27
  "lib/**/*.d.ts",
28
28
  "lib/**/*.map",
29
- "!lib/**/*.test.*",
30
- "src/**/*.ts",
31
- "!src/**/*.test.ts"
29
+ "!lib/**/*.test.*"
32
30
  ],
33
31
  "scripts": {
34
- "build": "npm run clean && npm run lint && npm run generate && npm run compile && npm run compile:cjs",
32
+ "build": "npm run check && npm run clean && npm run lint && npm run generate",
35
33
  "check": "tsc",
36
34
  "clean": "rm -rf lib/",
37
- "compile:cjs": "tsc -p tsconfig.lib.cjs.json",
38
- "compile": "tsc -p tsconfig.lib.json",
39
35
  "generate": "node --loader=ts-node/esm generate/index.ts",
40
36
  "lint": "eslint generate/ --ext=ts,tsx",
41
37
  "postversion": "git push --follow-tags",
42
38
  "watch": "tsc -w --incremental"
43
39
  },
44
40
  "devDependencies": {
45
- "@awboost/cfnspec": "^0.3.3",
46
- "@swc/core": "^1.2.123",
41
+ "@awboost/cfnspec": "^0.3.6",
42
+ "@swc/core": "^1.3.35",
47
43
  "@types/debug": "^4.1.5",
48
- "@types/node": "^13.9.2",
44
+ "@types/node": "^16.11.7",
49
45
  "@types/semver": "^7.2.0",
50
- "@typescript-eslint/eslint-plugin": "^5.24.0",
51
- "@typescript-eslint/parser": "^5.24.0",
46
+ "@typescript-eslint/eslint-plugin": "^5.54.0",
47
+ "@typescript-eslint/parser": "^5.54.0",
52
48
  "debug": "^4.1.1",
53
49
  "eslint": "^8.15.0",
54
50
  "eslint-config-prettier": "^8.5.0",
@@ -56,8 +52,8 @@
56
52
  "eslint-plugin-prettier": "^4.0.0",
57
53
  "prettier": "2.6.2",
58
54
  "semver": "^7.3.2",
59
- "ts-node": "^10.4.0",
60
- "typescript": "^4.5.4"
55
+ "ts-node": "^10.9.1",
56
+ "typescript": "^4.9.5"
61
57
  },
62
- "awsResourceSpecificationVersion": "99.0.0"
58
+ "awsResourceSpecificationVersion": "114.0.0"
63
59
  }