@ctx-core/core-js 11.0.49 → 11.0.52

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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.52
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/package: ^9.1.35 -> ^9.1.36
8
+
9
+ ## 11.0.51
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/object: ^22.1.9 -> ^22.1.10
14
+ - Updated dependencies
15
+ - @ctx-core/package@9.1.34
16
+
17
+ ## 11.0.50
18
+
19
+ ### Patch Changes
20
+
21
+ - update dependencies
22
+
3
23
  ## 11.0.49
4
24
 
5
25
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/CORE_JS_SHIM_URL.ts"],"sourcesContent":["import { CORE_JS_SHIM_URL_ } from './CORE_JS_SHIM_URL_.js'\nexport const CORE_JS_SHIM_URL = CORE_JS_SHIM_URL_()\n"],"names":["CORE_JS_SHIM_URL_","CORE_JS_SHIM_URL"],"mappings":"SAASA,iBAAiB,QAAQ,wBAAwB,CAAA;AAC1D,OAAO,MAAMC,gBAAgB,GAAGD,iBAAiB,EAAE,CAAA"}
1
+ {"version":3,"sources":["../src/CORE_JS_SHIM_URL.ts"],"sourcesContent":["import { CORE_JS_SHIM_URL_ } from './CORE_JS_SHIM_URL_.js'\nexport const CORE_JS_SHIM_URL = CORE_JS_SHIM_URL_()\n"],"names":["CORE_JS_SHIM_URL_","CORE_JS_SHIM_URL"],"mappings":"AAAA,SAASA,iBAAiB,QAAQ,wBAAwB,CAAA;AAC1D,OAAO,MAAMC,gBAAgB,GAAGD,iBAAiB,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
1
  {
2
- "name": "@ctx-core/core-js",
3
- "version": "11.0.49",
4
- "description": "ctx-core core-js",
5
- "keywords": [
6
- "ctx-core",
7
- "core-js"
8
- ],
9
- "homepage": "https://github.com/ctx-core/core-js#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/core-js/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/core-js.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./lib/index.d.ts",
21
- "exports": {
22
- ".": "./lib/index.js",
23
- "./package.json": "./package.json"
24
- },
25
- "scripts": {
26
- "build": "npm run compile",
27
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
28
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
29
- "compile": "npm run compile:source && npm run compile:declaration",
30
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
31
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
32
- "exec": "$@",
33
- "prepublishOnly": "npm run clean && npm run build"
34
- },
35
- "dependencies": {
36
- "@ctx-core/object": "^22.1.8",
37
- "@ctx-core/package": "^9.1.32"
38
- },
39
- "devDependencies": {
40
- "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.171",
42
- "rimraf": "^3.0.2",
43
- "typescript": "next"
44
- },
45
- "publishConfig": {
46
- "access": "public",
47
- "cache": "~/.npm"
48
- },
49
- "svelte": "./lib/index.js",
50
- "sideEffects": false
2
+ "name": "@ctx-core/core-js",
3
+ "version": "11.0.52",
4
+ "description": "ctx-core core-js",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "core-js"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/core-js#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/core-js/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/core-js.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./lib/index.d.ts",
21
+ "exports": {
22
+ ".": "./lib/index.js",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "dependencies": {
26
+ "@ctx-core/object": "^22.1.10",
27
+ "@ctx-core/package": "^9.1.36"
28
+ },
29
+ "devDependencies": {
30
+ "@swc/cli": "^0.1.57",
31
+ "@swc/core": "^1.2.189",
32
+ "rimraf": "^3.0.2",
33
+ "typescript": "next"
34
+ },
35
+ "publishConfig": {
36
+ "access": "public",
37
+ "cache": "~/.npm"
38
+ },
39
+ "svelte": "./lib/index.js",
40
+ "sideEffects": false,
41
+ "scripts": {
42
+ "build": "npm run compile",
43
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
44
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
45
+ "compile": "npm run compile:source && npm run compile:declaration",
46
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
47
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
48
+ "exec": "$@"
49
+ }
51
50
  }
Binary file